php - joomla virtuemart site loading issue -


I have a Joomla site, in which there is about 9,000 products integrated with virtuemart.

When I select a constructor from a manufacturer, then it is not loading the site, which should list all the products.

Error is FastCGI error number: 258 (0x80070102)

When I only have 250

With that number of products you should limit the query and the result to the page ... any number of results You do not want to see

You will also be subjected to severe penalties by the search engine.

I really suggest the possibility of filtering products and paging them. Although you may have to use VM codes and / or plugins,


Comments