kmwa99 Posted August 21, 2017 Share Posted August 21, 2017 Did I hear that 1.7 is faster than 1.6 ? I had to upgrade my old hosting to run 1.6. Link to comment Share on other sites More sharing options...
bellini13 Posted August 21, 2017 Share Posted August 21, 2017 I have not seen any concrete or factual information that 1.7 would be faster than 1.6. I would suggest you read more about v1.7 in these forums before trying to use it https://www.prestashop.com/forums/forum/273-172x-current/ https://www.prestashop.com/forums/forum/2-prestashop-news-and-releases/ 1 Link to comment Share on other sites More sharing options...
El Patron Posted August 21, 2017 Share Posted August 21, 2017 Did I hear that 1.7 is faster than 1.6 ? I had to upgrade my old hosting to run 1.6. 1.7 based on new framework and when features enabled and hosting configured too support browser cache is much faster than 1.6 in 1.7 we have feature of one CCC for .js/.css for all pages. Prior to 1.7 each unique page (.tpl) had different CCC .js/.css file and was why many prestanerds debated value of existing CCC because of this. There was some experimental work done with one CCC .js all pages in 1.6, the beta shop was scarey fast and more importantly we saw only 10% increase in size of target CCC .js file. Flow: 1.7 initial visit the CCC of .js/.css is cached in browser then all subsequent page views will use the cached .js/.css. This significantly reduces page render start and completion. For developers 1.7 also introduced 'asset manager', here developers can now set priority and important asset attributed 'async/defer' that will allow us to write new works that 'cause no harm', i.e. specify .js file with attribute defer, so as not to block page render start. Along with other improved developer environment I see an excellent future in the ecms for PrestaShop. 1 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