goodish Posted September 18, 2015 Share Posted September 18, 2015 After turning on caching... Performance - caching-use chash - file system....is loading first time category with products in frontend OK After that, when click to another category show products from the previous category. The same products are displayed in any other category. I tried to erase the cache, recompile - without success.What is the problem? Prestashop 6.1.0.14 Link to comment Share on other sites More sharing options...
selectshop.at Posted September 18, 2015 Share Posted September 18, 2015 (edited) Disable this caching function. It is not perfect solution. a) This caching system makes your web bigger and bigger... b )It is a very simple, but reliable caching system. You should use for PS 1.6.0.X and older versions APC or xCache - boths php modules must be installed on your server. For PS 1.6.1.1. there is no need for any caching system, when you are using php 5.4.+, cause on this php-versions there is opcache included, which is automatically installed and configured on the server. Prestashop 1.6.1. is respecting/using opcache in his scriptings. Therefore no need for extra caching system. Edited September 18, 2015 by selectshop.at (see edit history) 1 Link to comment Share on other sites More sharing options...
goodish Posted September 18, 2015 Author Share Posted September 18, 2015 Thank you for useful information Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now