top | item 33229296

(no title)

sn0wtrooper | 3 years ago

Very fast. Is the website static? Are you using a CDN?

discuss

order

lumenwrites|3 years ago

The 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.