Optimized a Query
Static site generator
Used Next.js
+1
Converted some pages to Static Generation to speed up the page load.  The data changes continuously, but slightly old information doesn't matter, and the giant query that goes along with the page made SSR or CSR super slow.