(no title)
elchief | 1 year ago
But, here's an issue for me: it makes your (cacheable/compressible) CSS smaller and your (uncacheble/uncompressible) HTML larger
Of course, you can cache and compress HTML. Unless you're using TLS, then you should not compress HTML (see BREACH). And unless you have any dynamic data on your page, then you won't be using caching...
And Tailwind makes HTML responses quite a bit larger
No comments yet.