Try our conversational search powered by Generative AI!

EPiServer SearchDataSource performance

Vote:
 

Is there any way to tweak the performance of the standard searchdatasource in EPiServer?

The site has 15k pages, and a simple search takes around 10-30 seconds.

#55744
Dec 15, 2011 9:47
Vote:
 

Have you done any SQL profiling etc to see what it spends time on? It should first do some select on the index tables which is possibly the heavy part (but not that heavy) even though it is a simple join and select operation. Then it will pull all resulting pages from either the cache or the database, which could be heavy if the pages are not in cache. Odds are that they are though so it shouldn't be very heavy either... Then it will in-memory filter any property criteria you have added which again should be fast... So it could be interesting to try to find out which "stage" takes the most time.

#55745
Dec 15, 2011 9:57
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.