Developer forum

Forum » Development » How to speed up solution / related products

How to speed up solution / related products

Martijn Bokhove
Reply
Hi

We made a project, but facing a big problem with the load time of te pages, especially with the productlists and productdetailpages.

The URL to see the project is: http://cookandco.staging.innovadis.com/ 

The project contains about 2500 products and most products have related products.
When we turn on the loop for the related products (with only the templatetags
<!--@LoopStart(ProductRelatedGroups)-->     
            <!--@LoopStart(RelatedProducts)-->
         
            <!--@LoopEnd(RelatedProducts)-->    
    <!--@LoopEnd(ProductRelatedGroups)-->), it makes the productdetailpage about 2-3 seconds slower te load.

Is there a way to speed up the loop for the related products, and are there ways to speed up the complete project?

Gr
Martijn

Replies

 
Dmitry Nikolenko
Reply
Hi Martijn,
 
I have tested on my own solution and not found problems with low perfomance with related products. Delay 2-3 sec. always or only first time?
 

 
Edwin van der Velden
Reply
Hi Dmitry,

In our case the delay seems to be all the time, even with an empty loop or a loop that returns no results.
Besides the cook&co project I see this in several projects, atlthough the delay is less there (about 1.4 secs in the most recent project I checked, maybe related to the size of the products collection).

Regards,

Edwin

 

You must be logged in to post in the forum