Hi,
I was checking the hiawatha man page and found about the "X-Hiawatha-Cache: seconds" header options which is awesome. So I decided to implement it as a module that extends my CMS built-in cache system. I can control from my CMS which page types are cached so adding hiawatha caching on top of that increases performance greatly since no cgi has to be called after the page has been successfully cached.
The problem now is that when a page is loaded from hiawatha cache the browser keeps trying to load something for like a whole minute or so. I tried using firefox webconsole looking for a culprit but didn't found nothing.
Here is the site i'm trying this hiawatha feature:
http://wxphp.org/Almost all sections are cached using hiawatha except for http://wxphp.org/applications and http://wxphp.org/blog/user/wxphp which load just fine.
I also tested this feature on another site which I also host on same server:
http://www.jarisflvplayer.org/but unfortunately I saw the same behavior.
Is there something I may be missing?
Hiawatha version: 9.3.1
Operating System: Debian 7