Jump to content

Website is loading very slow.Please Help


Recommended Posts

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

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:

  1. Filter your modules to show all Installed modules
  2. Carefully select a module that you think you are not using
  3. Disable it
  4. Go to your front office, make sure nothing breaks
  5. Go back to your back office, Uninstall that module
  6. Rinse and Repeat
  • Like 2
Link to comment
Share on other sites

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

×
×
  • Create New...