Jon
Explore posts from serversNextjs app not being compressed and slower than expected
Okay yeah that was on me. Seems its a vercel specific thing where nextjs is automatically compressed. Does not apply to other hosts.
Resolved this by setting up a cloudflare proxy which automatically compresses.
16 replies
Nextjs app not being compressed and slower than expected
I looked through the logs and I don't see anything out of the normal for the deployment. I did see other posts in regards to railway not compressing but I thought next automatically compressed during the build process?
16 replies
Nextjs app not being compressed and slower than expected
Hmm, I did follow the guide for nextjs in the railways docs. I simply pointed at the github repo for my app and it was pretty simple to deploy. I did the exact same thing on Render and Vercel. Just pointed to the exact same github repo. All have the same env variables as well and running on the same node version.
16 replies