You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var $times = 2; // Only batcache a page after it is accessed this many times... (two or more)
var $seconds = 0; // ...in this many seconds (zero to ignore this and use batcache immediately)
Hi, after I set $seconds = 0; I alwasy get the following comments:
generated in 0.243 seconds
64311 bytes batcached for 7200 seconds
And Never see the ‘served from batcache’ comment. Is it right? Thanks.
generated 10 seconds ago
generated in 0.124 seconds
served from batcache in 0.001 seconds
expires in 7190 seconds
The text was updated successfully, but these errors were encountered:
I have the same problem. I'd like to save cache with $seconds = 0.
If I set:
var $times = 2; // Only batcache a page after it is accessed this many times... (two or more)
var $seconds = 0; // ...in this many seconds (zero to ignore this and use batcache immediately)
I always see:
generated in 0.162 seconds
56891 bytes batcached for 100 seconds
Hi, after I set $seconds = 0; I alwasy get the following comments:
And Never see the ‘served from batcache’ comment. Is it right? Thanks.
The text was updated successfully, but these errors were encountered: