quil/quil-site

15+ sec landing page load for an uncached visit

maribezler opened this issue · 1 comments

Demos on the page are not visible for 15+ seconds for the uncached visit due to the main.js extremely long content download time.

Suggestions:

  1. Add CDN
  2. Show static light images for chosen animations with author before js fully loaded (no link to the sorce that just not working while js download)

image
image

Partially addressed by using reverse proxy that gzips and adds Cache-Control header that caches js responses for 1 hour.