$ errors.fyi/nextjs/no-sync-scripts 128 namespaces · 4,025 codes
nextjs · nextjs/no-sync-scripts
no-sync-scripts

No Sync Scripts

A synchronous (render-blocking) third-party <script> tag was used instead of the next/script component. Synchronous scripts block HTML parsing and delay page load. The Script component from 'next/script' provides strategy-based loading (beforeInteractive, afterInteractive, lazyOnload, worker) for optimal performance.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT