November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
BTW: the index size is only 5mb less and the search result only has 71 records, but it takes almost 8 to 10 seconds to return the value from SearchHandler search function.
Our client reported the site search is very slow. After spending few hours & debugging into the EPiServer.ApplicationModules.dll, I found the most slowness is caused from the PopulateSearchResultsFromFeed private methods.
From what I understand so far, the EPiServer search function takes the Lucene search expression and dynamically generate a search url to query the WCF service, then convert the result to the SearchResults object. The WCF service self only generates the SyndicationFeed.
I' can confirm the MakeHttp request function is super fast, the performance issue seems come from Converting SyndicationFeed to SearchResults object.
Can EPiServer team help to have a look? It's really so annoying..