When navigating from route (e.g., /search to /brand/[]) and back, its running /api/search again , when instead it should render quickly from cached page
On home page, each click on every row is causing entire fetch again and again
Improve performance by inspecting latency across app
When searching and going from search route /search?query=fitess&companies to a result page like https://www.kollaborate.co/brands/399 the results are not shown, its only a blank page. You can reproduce this on web easily.