Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I have about 8.000 cloned page at my site. When i perform search in frontend, it so slow to load take about 10 - 15 seconds. How to fix this?

Here's my code:
Code: Select all
<cms:search masterpage='artists.php, chords.php' limit='10'>
....my content....
<cms:search>


Thanks
There are a ton of things to do to determine the bottleneck. As the first aid measure, carefully review your editable fields and set those which do not mean much in fulltext search as searchable='0'. You can see the effect of the proposed measure immediately after removing unnecessary fields from search plus resetting fulltext data, which needs to be done once. I have invested a lot of time into this and created a quick function found here viewtopic.php?f=8&t=11482&p=30579#p30579 Maybe this could help you too.
2 posts Page 1 of 1