Hi,
Previously I had a fixed HTML page with over 1000 links to our 1000+ products. All links were categorized in tab positions.
It was an awfull lot of work to manage this page and so I decided to change it to an article-page that loads the hikashop content module. This way I don't have to update this page anymore by hand. Add a product in the Hika backend and the product shows up on that page.
Since we have 50+ categories, I created 50+ instances of this module and load each one of them in the corresponding article with a {loadposition hikashop-category_01}, {loadposition hikashop-category_02}, etc..
Every category is loaded into a tab but when the page loads, everything is loaded and this takes much time. I assume all products are loaded from the DB every time the page is viewed.
Is there a way to optimize the caching of hikashop content module? In some other modules I see an option for caching but not in this module.
I really want to speed up this page.
Maurice