Designinfo Posted June 19, 2015 Share Posted June 19, 2015 My website is running extremely slow. Domain name - Designinfo.in I have keps all the image sizes small with most of them in jpeg. Also I have enabled cache and disabled force compile. CCC IS ENABLED . Yet my site takes 6-7 seconds to load. Is there a way where the page load immidiately from top to bottom rather than waiting for 6-7 seconds for the entire page to load and is then displayed at one go. If there is any module or any way wherein I can disable cookies and optimize the code for a better java script for free? Something like google images where the page loads from top to bottom slowly but atleast something is displayed so you are sure that the page is loading. Link to comment Share on other sites More sharing options...
sibrodo Posted June 19, 2015 Share Posted June 19, 2015 First of all, i think you are asking a technical question. Second of all, regarding with your issue open this file: defines.inc.php And set this: define('_PS_DEBUG_PROFILING_', false); to define('_PS_DEBUG_PROFILING_', true); Once you have done this, there will be a debugging console at the very bottom of every page. Take a screenshot out of it, and upload it here. Third of all, Go to your backoffice > modules and do this: Filter your modules to show all Installed modules Carefully select a module that you think you are not using Disable it Go to your front office, make sure nothing breaks Go back to your back office, Uninstall that module Rinse and Repeat 2 Link to comment Share on other sites More sharing options...
Designinfo Posted June 24, 2015 Author Share Posted June 24, 2015 i enabled the debugger but every page has so much of data in the console panel. How can I take so many screen shots? Which are the most common modules that should be deleted and will mostly not be of my usage? what should i do consering CDN ? Link to comment Share on other sites More sharing options...
Recommended Posts