this-week-in-rust icon indicating copy to clipboard operation
this-week-in-rust copied to clipboard

"search"-functionality loading is blocking front page loading

Open andrewpollack opened this issue 2 years ago • 0 comments

Context: #4270

Today, the search functionality takes time to load, preventing readers from using the front page. Immediate fix is to disable the search functionality (see #4272), but longer term fixes could be:

  • Fix described slowness behavior in #4270
  • Convert search loading functionality a non-blocking call
  • Move search functionality to its own page (thus unblocking front-page from search related slowness)

andrewpollack avatar Apr 16 '23 17:04 andrewpollack