#Tailwind CSS good for Performance?

10 messages · Page 1 of 1 (latest)

sharp bluff
#

Is Tailwind CSS good for performance with next js 14 app router?

Currently, with my project i can see tailwind has created huge file which is render blocking and creating performance bottleneck

digital kayakBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

sharp bluff
#

@flint lodge how to avoid render blocking css?

#

can you please help with some resources or ideas

flint lodge
#

its normal behaviour from your client to complain about render blocking css

#

but thats normal if u load a bundle

#

it will not impact perfomance like javascript will do so just ignore it

sharp bluff
#

Got it Thanks for help @flint lodge