Jump to content

Site too Slow


Recommended Posts

Hi,

 

My website is running very very slow. http://tinyurl.com/ltoug7d

 

When you click on any link, it takes 3 - 4 secs to load to the next page.

 

The only - different than normal - plugin I've used is the Ebay import module. It automatically imported products from my ebay store to Prestashop.

 

Please help. I am desperate to get this running.

Can someone guide me to where I can get appropriate logs from to rectify the speed issues.

 

Thanks in Advance,

Cheers,

Edited by D'eXperts (see edit history)
Link to comment
Share on other sites

  • 1 month later...

Well, I am not an expert in this matter, but I know how frustrating a slow Prestashop can be.

 

https://www.dareboost.com/en/report/53273c4de4b0c01497607643

Your page size and the number of requests seem ok.

 

I can see from your info.php file that you may need to review some settings and consider using APC: 

http://blog.dh42.com/speed-prestashop-php-ini/

http://blog.dh42.com/apc-speed-prestashop/

Link to comment
Share on other sites

actually your shops (for  a 1.5) is pretty good, I see 90/100 google speed test.

 

One think I noticed is that your theme seems to have hard coded java in the header.tpl file.  This is then not being CCC'ed like it should.

 

so you end up with one ccc'ed java call followed by 11 more java calls.  This is a problem in that all pages will call these 11 java files even if page does not require them.  his native method may help for the inline java calls.  But this does not resolve issue of calling java for pages that do not require that java.

03.17.2014-14.13.png
http://screencast.com/t/KjKNsa1k2V

as for apc..this can create more issues than it resolves, but it's worth a try.  You could use the native file cache which generally works well but can cause odd results when install/uninstall modules.

Link to comment
Share on other sites

also setting php memory level high does no good...preastashop does not know it has extra memory...it is a file based system...so does not leverage additional memory.

 

also doing a phpinfo in file not called by PrestaShop does not show any ini_sets done by PrestaShop.  so it is useless information.

 

use this free module to see 'real' PrestaShop php run time values.

 

http://www.prestashop.com/forums/topic/278164-free-module-display-php-environment-phpinfo-back-office/

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...