[TYPO3-performance] Deleting pages in Backend extremely slow

Andri Steiner asteiner at snowflake.ch
Tue Oct 9 13:54:26 CEST 2012


Hey all

> I expect that Solr shouldn't affect that, as their crawling is based on
> having a "crawl-queue", so the actual (time consuming) crawling is only
> triggered by a scheduler task.

I had such a issue just a few days ago. The Solr Extension sends direct
commands to the Server on different occasions such as delete a page or
hide/unhide elements. As this particular Solr Core has a quite big
amount of data in it those queries took about 10 seconds which leds to
the described behaviour.

I have not looked that far into it, but maybe the Solr Extension should
write those commands into the indexing queue as well.

Andri


More information about the TYPO3-performance mailing list