Naveen
Naveen

Reputation: 198

Improve prestashop site page speed

Hi i want improve prestashop page speed i tried following thing

  1. https://www.prestashop.com/blog/en/10-best-tips-to-speed-up-your-prestashop-store-3/
  2. Speed Up your Site and compression with htaccess file (also tries this )
  3. minfied css & js

  4. use cdn (but not working )

Is there any way for do this currently page speed is 11.6 i need it 4-5. Thanks in advance

Upvotes: 0

Views: 647

Answers (1)

Florian Lemaitre
Florian Lemaitre

Reputation: 5748

You should use Prestashop Profiling system to see if there are long running SQL queries or if a hook is taking too much time.

To enable Prestashop Profiling you should edit your /config/defines.inc.php file and turn line define('_PS_DEBUG_PROFILING_', false); to define('_PS_DEBUG_PROFILING_', true);.

We can't help you further without more informations.


Ok, so this is not just a problem of optimization of your code. I can see that you added a cdn optimize1., Prestashop allows you to add 3 different cdn, you should use this option (it will allows parallels downloads of your content). Here is some information on the subject.

Upvotes: 3

Related Questions