Hi,
How can I modified index.php cache lifetime while the other cache page stay the original cache lifetime?
Thanks!
Hi,
How can I modified index.php cache lifetime while the other cache page stay the original cache lifetime?
Thanks!
Hi,
You can change cache lifetime for index page.
Open vShare/index.php file findReplace withCode:Cache::init();3600 (60 * 60) = 1 hour.Code:Cache::init(3600);
7200 (60 * 60 * 2) = 2 hour (vShare default cache lifetime).
Try it now.
Thanks,
Buyscripts Team.
thanks, it works.
Bookmarks