caching is application level or session
- From: "Vikram" <aa@aa>
- Date: Tue, 31 Jan 2006 19:35:06 +0530
I am using Output directive at page level for caching the page. If i refresh
the page, then page comes from cache, but if i open new IE window and then
navigate to the page, it does not comes from the cache..
so what is the problem with this...I am using ASP.net 2.0
.
Relevant Pages
- Re: [PHP] Aggressive PHP Smart Caching
... If it weren't for the fact that this method, as I have designed it, allows a very tiny PHP overhead to handle dynamic updating of the cache I could have even gone the extra mile to push html files that would be loaded directly by the end user without PHP being initialized at all. ... Caching on disk could easily be handled instead by caching in memory, but this approach is meant to be ultra-portable and work everywhere. ... In order to not rely on cron, server queries, or other external checks for a stale cache, I have gone with a "refresh interval" which has been proposed on this list in the past. ... This script avoids PHP date manipulations and instead performs some basic math to handle the refresh rate, but also to *sync* content to some degree, so portions of dynamic content are less likely to haphazardly refresh independently and therefore not match. ... (php.general) - Re[2]: [PHP] dynamic -> static
... As I wrote already this issue is mainly because of search engines ... incompatibility with dynamic content sites (to be more exact - with ... You can cache your code using PHP Accelerator or Turck ... MM> implementing a caching layer between your application and your database. ... (php.general) - Re: Browser Wont Reload or Refresh Page.
... >> I'm using the tools a non-technical user ... >> force a refresh to see the current HTML? ... > Apparently it's refreshing the page from the cache, ... Easiest way to prevent page caching: ... (alt.html) - Re: [PHP] Aggressive PHP Smart Caching
... i have begun to experiment w/ your caching tool. ... it is also important that the script calling ob_end_flushhave access to ... the header method in the first bit of code in the cache tool. ... (php.general) - Re: [PHP] dynamic -> static
... You can cache your code using PHP Accelerator or Turck ... implementing a caching layer between your application and your database. ... 404 causes it to error out regardless of the content of the response. ... with any caching system as above - finding and flushing stale data. ... (php.general) |
|