ptugman Posted November 10, 2014 Share Posted November 10, 2014 Please check my site, it's talking 30 seconds to load. I change this setting to "True" define('_PS_DEBUG_PROFILING_', false); in config/defines.inc.php and I received the following message: Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 99 bytes) in /home/rdpsis/public_html/classes/SpecificPrice.php on line 212 I'm new to Prestashop and I don't know what to do. My site is smellzone.com TIA Pierre Link to comment Share on other sites More sharing options...
tuk66 Posted November 11, 2014 Share Posted November 11, 2014 I tried YSlow with these results: Grade F on Make fewer HTTP requests This page has 50 external Javascript scripts. Try combining them into one. This page has 40 external stylesheets. Try combining them into one.Grade F on Use a Content Delivery Network (CDN) There are 176 static components that are not on CDN. You can specify CDN hostnames in your preferences. See YSlow FAQ for details. smellzone.com: 173 components, 3316.8K (282.2K GZip) fonts.googleapis.com: 2 components, 2.5K (0.5K GZip) connect.facebook.net: 1 component, 163.7K (52.9K GZip)Grade F on Add Expires headers There are 5 static components without a far-future expiration date. (2014/11/11) https://fonts.googleapis.com/css?... (2014/11/11) https://fonts.googleapis.com/css?... (no expires) https://platform.twitter.com/widgets.js (2014/11/11) https://connect.facebook.net/en_En/all.js#xfbml=1 (2014/11/11) https://www.google-analytics.com/analytics.jsGrade F on Minify JavaScript and CSS There are 9 components that can be minified https://smellzone.com/modules/tonythemesettings/css/nouislider.css https://smellzone.com/modules/tonythemesettings/css/spy-menu.css https://smellzone.com/themes/buyshop/css/skins/creative/skin.css https://smellzone.com/themes/buyshop/js/autoload/15-jquery.uniform-modified.js https://smellzone.com/modules/tonypricepreview/js/jquery.tipsy.js https://smellzone.com/modules/tonypricepreview/js/launch.js https://smellzone.com/modules/tonythemesettings/js/jquery.flexslider.js https://smellzone.com/modules/tonythemesettings/js/jquery.nouislider.js https://smellzone.com/modules/tonythemesettings/js/spy-menu.jsGrade F on Reduce the number of DOM elements There are 2441 DOM elements on the page A complex page means more bytes to download, and it also means slower DOM access in JavaScript. Reduce the number of DOM elements on the page to improve performance. Link to comment Share on other sites More sharing options...
ptugman Posted November 11, 2014 Author Share Posted November 11, 2014 Thanks for the input Fanatic, but I'm not sure what all of that mean. How do i combine 50 java scripts and 40 css in Prestashop? My second question, is there a way to have customers connect to my site with multiple connections from their browser? Link to comment Share on other sites More sharing options...
tuk66 Posted November 11, 2014 Share Posted November 11, 2014 Combine files using CCC at Advanced Parameters > Performance Link to comment Share on other sites More sharing options...
ptugman Posted November 11, 2014 Author Share Posted November 11, 2014 (edited) This is how I have performance set. Edited November 11, 2014 by ptugman (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts