5 ms·
Very fast. Is the website static? Are you using a CDN?
by sn0wtrooper 4y ago
Very fast. Is the website static? Are you using a CDN?
- lumenwrites 4y agoThe website is built with Next.js and deployed on Vercel. It's so fast because Next and Vercel do a lot of smart optimizations with the code and the images. Also, because the screenplays are not stored in the database, just one large local json file, so the server doesn't have to make an extra request to the database.