#Facing problems in speed Optimization

5 messages · Page 1 of 1 (latest)

spice valley
#

I am facing speed Optimization issues in my Tanstack start production build. Unfortunately I can't share the full source code as it is a private project. The main problem is, the tailwind css bundle is being huge (18 kb), and that css is becoming a render blocking request, slowing the performance massively.

What is the standard way of dealing with this issue?

#

Additional info: I use nitro nightly with preset: vercel for production build

snow trellis
#

you definitely want css to be render-blocking to avoid FOUC

spice valley