Hey,
I got a xslt productlist template, which handles both grouplisting and productlisting. Theres two different grouplisting templates, parent group listing and child group listing.
The reason why i made it all in 1 template, is because of the varius ways of displaying the products and groups on.The productlist template has the possibility to be displayed in 2 or 3 columns. It also has a picture and the description from the group.
To make the group listing correct, i would need the childgroups loop, but it contains 15.000+ lines of xml. When using the childgroups loop, everything works perfectly. The issue is the respond time is around 5 sec+ when using the childgroups loop.
I've tried to make some workarounds, but i can't find a satisfying result. I've tried to split the templates a little up, but in the end, i would still need the childgroups loop.
The DB contains around 4.000 products and around 350 groups.
Have anyone expirenced slow responsetimes when using the childgroups loop? And has anyone found a solution or a workaround for this?
Thanks! :-)