CSS Optimization with Next 16
Unanswered
Blue orchard bee posted this in #help-forum
Blue orchard beeOP
Hi y'all. In vite apps I'm able inline most CSS to improve FCP and LCP, but I can't really find a way to do this with Next. The
optimizeCss: true flag only inlines critical CSS (~20-30%), leaving the bulk as external <link> tags that block rendering. Does anyone know what else I can do?