Problem
Search page uses Pages Router + react-instantsearch SSR. Hard to leverage streaming/partial rendering and edge caching.
Proposal
Migrate /q to App Router using react-instantsearch-nextjs (or a lighter client-only search shell) to reduce SSR cost and improve cache control.
Impact
Lower server cost and better cache behavior. Simplifies future caching work.
Notes
This is a bigger refactor; track separately.
Problem
Search page uses Pages Router +
react-instantsearchSSR. Hard to leverage streaming/partial rendering and edge caching.Proposal
Migrate
/qto App Router usingreact-instantsearch-nextjs(or a lighter client-only search shell) to reduce SSR cost and improve cache control.Impact
Lower server cost and better cache behavior. Simplifies future caching work.
Notes
This is a bigger refactor; track separately.