Perfomance in index.php whenn displaying alot of products
Posted: Wed Mar 16, 2022 3:15 pm
Hi all
I want on the category_nested pages to show a product_listing of products which are nested in the category
so whenn visiting mainCat, i want to show products of subcat1 and subcat2, everything works, but in heavy structured categories i have alot of products nested (20 000 in one maincat) and the loading of the website to show the 24 Products (page1) is 3 seconds, on small pages the loadtime is <1sec
mainCat
subcat1
subcat2
so my question is, as i don't need to see / show 20'000 products and only the first 24 products, is there a way to change something that the request is faster? maybe to change the splitPageResults.php or something else to just show 24 products and ignore the rest...
the idea is, to show the first 24 products of the 20000 and he can filter it down to a amount he likes to page through...
thanks for every idea...
I want on the category_nested pages to show a product_listing of products which are nested in the category
so whenn visiting mainCat, i want to show products of subcat1 and subcat2, everything works, but in heavy structured categories i have alot of products nested (20 000 in one maincat) and the loading of the website to show the 24 Products (page1) is 3 seconds, on small pages the loadtime is <1sec
mainCat
subcat1
subcat2
so my question is, as i don't need to see / show 20'000 products and only the first 24 products, is there a way to change something that the request is faster? maybe to change the splitPageResults.php or something else to just show 24 products and ignore the rest...
the idea is, to show the first 24 products of the 20000 and he can filter it down to a amount he likes to page through...
thanks for every idea...