A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
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..