Search: "speed"
#100days 32 - Been tweaking my static site build process a bit to try and speed it up. The version that downloads the database and builds from that locally is set up and running but it still is taking a long time to run on Vercel at least, and locally doesn't seem to be much better. There is probably still a decent amount of optimization I could do.
#100days 31 - Got a couple of days behind now π¬ but as I mentioned before I have been working on improving my static site build process. So I set it up to pull the full database on build and use that instead of a rest api to get data. Still needs work but it should speed up builds exponentially.