richie
richie copied to clipboard
Speed up first rendering of the search page
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe. Now that all pages are cached, all pages are fast except the search page because React needs to fetch results from the API.
Describe the solution you'd like Caching the "most" common results on the search API should speed up the page dramatically. Working on the size of the initial bundle and minimize the time to render on React may also be necessary.