Hi Guys
I have a loading time problem. it not to big but just enough to annoyed my customer.
Now the page load in about 8 to 10 sec.
here the simplified code
{exp:channel:categories channel="produits"}
//Some Category title
{exp:channel:entries channel="produits" category="{category_id}"}
{exp:cartthrob:add_to_cart_form entry_id="{entry_id}"}
//products data
{/exp:cartthrob:add_to_cart_form}
{/exp:channel:entries}
{/exp:channel:categories}If I strip out the categories part the page load in 2.5 sec.
The “channel categories” is there to group the entries and display title.
Is there another way to group entry by category?