0

I have used typo3 indexed search. I have many pages around 50000. Indexed search become too slow.

When i search for the word, it takes more time. How to improve the performance of front end search.

Sivakumar
  • 1,089
  • 1
  • 13
  • 24

1 Answers1

0

Use e.g. the solr Extension

StephenKing
  • 36,187
  • 11
  • 83
  • 112
  • it's due to the architecture of indexed_search that it's slow for big sites – StephenKing Jul 29 '11 at 10:28
  • To whom it may concern: the "solr" extension is more complex to configure. It requires on the server: a Java development Kit (JDK), a Tomcat server, and solr itself. Quite a task to setup and configure for the non-java programmer/admin, and not for the uninitiated. - Moreover there are elaborate dependencies with other typo3 extensions (check the "version matrix) on their website. – knb Aug 23 '16 at 12:23