I have an forum running invision power board 3 which has page generation times of just under 5 seconds. I have enabled wincache. Is there anything else I can do to increase the responsiveness of this application under PHP + FastCGI? Can we use IIS Output Caching?
Unfortunately the forums are referenced by a non-named querystring value like so: /forums/index.php?/forum/1-forum-name/ so I haven't worked out a way to get Output Caching to work with this.