Context: chess.js and Stockfish are bundled into the main JS chunk, severely impacting initial page load performance.
Location: frontend/components/StockfishWASM.tsx
Acceptance Criteria:
- Use
next/dynamic to lazy-load engine and chess logic only when the user enters a game.
Context:
chess.jsand Stockfish are bundled into the main JS chunk, severely impacting initial page load performance.Location:
frontend/components/StockfishWASM.tsxAcceptance Criteria:
next/dynamicto lazy-load engine and chess logic only when the user enters a game.