You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continuing my vite journey… I noticed that your app does NOT have gzip/brotli production turned on in it’s vite.config. https://github.com/pulibrary/dpul/blob/main/vite.config.ts
You might want to, depending on your setup. I did, for me it was a performance regression, my app was previously delivering .js and .css gzip-compressed, but stopped doing so in my switch to vite, which is a real performance issue.
Enabling vite gzip/brotli compression fixed it though. ElMassimo/vite_ruby#281
The text was updated successfully, but these errors were encountered:
From Jonathan Rochkind:
Continuing my vite journey… I noticed that your app does NOT have gzip/brotli production turned on in it’s vite.config. https://github.com/pulibrary/dpul/blob/main/vite.config.ts
You might want to, depending on your setup. I did, for me it was a performance regression, my app was previously delivering .js and .css gzip-compressed, but stopped doing so in my switch to vite, which is a real performance issue.
Enabling vite gzip/brotli compression fixed it though. ElMassimo/vite_ruby#281
The text was updated successfully, but these errors were encountered: