[TYPO3-shop] tt_products very slow with 10.000 products
Franz Holzinger
franz at fholzinger.com
Fri Dec 1 17:37:25 CET 2006
Hello Xose,
>
> The problem is / was in the class tx_ttproducts_list_view, line 671
>
> // code (resume)
> for ($i = 0 ; $i < ($productsCount/$this->config['limit']); $i++) {
> $markerArray['###BROWSE_LINKS###'] .= $i+1;
> }
>
> The for is used to render the pagination...
>
can you provide me a patch?
The COUNT select could be skipped or executed only once a day and stored
in some new sys table. Then it could be read from there.
Greets,
Franz
More information about the TYPO3-project-tt-products
mailing list