Page cache - initiate the first page request in the server
Posted
by Tiago Teixeira
on Stack Overflow
See other posts from Stack Overflow
or by Tiago Teixeira
Published on 2010-04-19T16:08:25Z
Indexed on
2010/04/19
17:23 UTC
Read the original article
Hit count: 352
Hi,
I'm implementing Outputcache in my application and it works fine, but the first time always take a lot to load and the next following request will be faster...
I would like to know if there is a way to initiate the page caching on the server side and serve the cached page upon the very first request, rather than have it triggered by the user one first time.
Any ideas/suggestions will be very much welcome.
Best regards, TT
© Stack Overflow or respective owner