Jump to content

Smarty cache problem cms pages PS v 1.3


Recommended Posts

Hi,

I am running PS v1.3.2.3 and have come across a caching problem with cms pages.

In the default smarty.config.inc.php file the setting $smarty->caching is set to false.

I have tried to set this to true to improve page load speeds but it causes an error with cms pages.

I have 5 cms pages with different content, when $smarty->caching is true when i click on the first cms page the tpl is cached but then when i select a diff cms page the content is the same as the first?

I would like to activate the $smarty->caching as i see a big speed difference in my site but all my cms pages have the same content.

Is there a fix for this?

Cheers

Link to comment
Share on other sites

I am not sure if there is bug or not that cause you CMS issue.
If it does cause the issue, you may think of disabling it or upgrade it to latest version.
In the new 1.4x, you can set this configuration in back office, no need to change the files.

By the, even you disable the cache, You can still disable "force_compile" to improve the performance.
Maybe you have already set that parameter.

Link to comment
Share on other sites

Hi,

Yes, i have already set the force compile to true which has given a little more speed.

I was just interested to see if anyone else has this problem or they could shed some light on it?

Upgrading to PS 1.4 is not an option for me, waaay to many core changes to my site to even think about doing that lol

Thanks for your input.




I am not sure if there is bug or not that cause you CMS issue.
If it does cause the issue, you may think of disabling it or upgrade it to latest version.
In the new 1.4x, you can set this configuration in back office, no need to change the files.

By the, even you disable the cache, You can still disable "force_compile" to improve the performance.
Maybe you have already set that parameter.
Link to comment
Share on other sites

×
×
  • Create New...