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.