Raid
11-01-09, 17:02
Hi All
After implementing the cache fix (see below) my site now has a few seconds delay when loading the home page :( . However, pages such as productlist.php experience no delay if I have created a link direct to that.
Any ideas? The cache fix I implemented was:
If you place the following into your index.php file:
Code:
// Clear the smarty cache for docs older than 60mins
$oSmarty->clear_all_cache(3600);
Right below where you initialize your smarty object.
Thanks all
Raid :cool:
After implementing the cache fix (see below) my site now has a few seconds delay when loading the home page :( . However, pages such as productlist.php experience no delay if I have created a link direct to that.
Any ideas? The cache fix I implemented was:
If you place the following into your index.php file:
Code:
// Clear the smarty cache for docs older than 60mins
$oSmarty->clear_all_cache(3600);
Right below where you initialize your smarty object.
Thanks all
Raid :cool: