mmaker / zkalc

A web tool that helps you compare and visualize the performance of cryptographic operations
https://zka.lc
BSD 3-Clause "New" or "Revised" License
76 stars 12 forks source link

Frontend CSS optimization #18

Closed mmaker closed 1 year ago

mmaker commented 1 year ago

Open a new tab, disable javascript, then go to zka.lc. Note that css doesn't load. Now enable javascript and reload the page (disabling the cache). It also shows first the unrendered page and then the one with the css. Can we change this line to tell Next.js to load the css without going through the javascript?

mmaker commented 1 year ago

fixed