Performance
warningLarge HTML (294.2KB)Heavy HTML increases TTFB and parse time.
💡 Minify HTML and defer non-critical content.
warningNo Cache-Control HeaderWithout caching browsers re-download assets on every visit.
💡 Set Cache-Control headers on static assets.
warning86 Script Tags FoundExcessive scripts block rendering and hurt Core Web Vitals.
💡 Bundle and defer/async scripts. Remove unused JS.
passedCompression