Product Slider Extension makes site too slow

hi,
when activating JM products slider extension my site is becoming extremely slow.
Actually the time for loading home page is doubled for each block that is active.
ex loading w/o JM products slider 6 sec.
loading w.JM products slider in one block 12sec
loading w.JM products slider in two blocks 18sec
loading w.JM products slider in three blocks 24sec
I have seen that there is also a delay on sample(demo) site but never been so high.
Could somebody help me to overcome the problem?

16 answers

Profile photo of Sherlock 0.00 $tone January 23, 2014
Public

I think this is mainly due to your huge database with up to*3000 items. Please consider the following options:

1.*Improve your Database access optimization.
2.*Optimize the graphics for your product list.
3.*Turn on cache system.
4.*Compress files.
5.*Ask for support from your host provider to increase the loading speed.

Hope that helps.

#1
izyshoes 0.00 $tone January 23, 2014
Public

Thanks a lot for your answer Sherlock Holmes,
Actually there is only 300 products in my database. All the rest are "sizes" for those products. No pictures or anything else.

Could you give me some hints to
1.*Improve Database access optimization.
2.*Optimize the graphics for your product list.
and
4.*Compress files.
since I am new in magento community and not very experienced. (my actual shop is running under Magento Go, so i have no such options and experience)
Thank you in advance

#2
izyshoes 0.00 $tone January 24, 2014
Public

Thank you for your answer.
I have done a few things but the problem persists.

You can also see the delay in quickstart installation.
I thing you should check for a modification of the extension in order to be able to use it.
The number of product that I have for such a shop is too small. It is just a part of my data that I am using for testing.
I believe that the number of products should not be a problem.

#4
izyshoes 0.00 $tone January 27, 2014
Public

Thank a lot for your help.
A good software may become useless or dangerous without good support and you are doing quick and great job.
I really appreciate.
Is there a way to subscribe to this bug tracker for this issue or I should manually check for updates?

#6
Profile photo of Carlo B. Dalle Molle 0.00 $tone March 27, 2014
Public

hi,
when activating JM products slider extension my site is becoming extremely slow.
Actually the time for loading home page is doubled for each block that is active.
ex loading w/o JM products slider 6 sec.
loading w.JM products slider in one block 12sec
loading w.JM products slider in two blocks 18sec
loading w.JM products slider in three blocks 24sec
I have seen that there is also a delay on sample(demo) site but never been so high.
Could somebody help me to overcome the problem?

Same problem with one block and 5000 products, delay of 12sec

#8
Profile photo of vassy 90.00 $tone March 20, 2015
Public

Hi, in my site front page with Product Slider load time is 6-7 s. I upgrade Product Slider to ver. 2.1.6, but load time again is 6-7 s. If Product Slider is off, front page load about 2 s. Product page load about 1 s only. How to resolve this problem.

#13
Profile photo of Mall Staff 184060.00 $tone March 20, 2015
Public

Hi vassy,
I need a closer look to detect the root of issue. Please provide me the url, admin and FTP credentials of your site.
I will check further and tell you solution to sole that issue.
Regards,
Mall.

#14
Profile photo of Mall Staff 184060.00 $tone March 23, 2015
Public

Hi vassy,
I have install updated the latest version of Jm ProductsSlider to your site and edited the Block code at 
\app\code\local\JoomlArt\JmProductsSlider\Block\List.php
I have changed the code at line 268:

//->addAttributeToSelect('*')

to the code at line 269:

->addAttributeToSelect(array('entity_id', 'name', 'price', 'description', 'short_description'))

And i have re-config in Jm ProductsSlider in back-end of your site. In this config section you shouldn’t config too large of # Qty of Products param.
The time load in home page of your site was improved.
Have a look and let me know how it goes.
Regards,
Mall.

#16

Please login or Register to Submit Answer

Written By

Comments