vijaykryadav24 Posted March 10, 2015 Share Posted March 10, 2015 (edited) We want to generate the prestashop theme cache only once. Even though we delete the files externally from theme cache, prestashop should not generate the theme cache again. We need the above feature to put our theme cache in CDN and use the media server feature of prestashop. The above feature will really help us when we use EC2 instance and S3 together, because when new instance of EC2 got created we don't need to worry about pushing the theme cache to S3 again. Edited March 10, 2015 by vijaykryadav24 (see edit history) Link to comment Share on other sites More sharing options...
Rolige Posted March 10, 2015 Share Posted March 10, 2015 And how about if you comment the code where checks the cached files?In: /classes/controller/Controller.phpYou could comment all the code of the method isCached() and put a simple return true; 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