Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images & the Front Page Loading Speed #83

Open
dulldesk opened this issue Jun 19, 2021 · 3 comments
Open

Images & the Front Page Loading Speed #83

dulldesk opened this issue Jun 19, 2021 · 3 comments

Comments

@dulldesk
Copy link
Member

The front page takes a while to load, which I'd think is in part because of the large number of non-small images having to load.

Some solutions:

  • Compress the images
  • Load the images lazily
@6167656e74323431
Copy link
Member

Alternate idea: only show the most recent x articles and most recent y issues, and have a separate page that has all of them

@dulldesk
Copy link
Member Author

dulldesk commented Dec 3, 2021

Another solution: convert all images (except vectors) to webp (credit to @6167656e74323431).

@ApocalypseCalculator
Copy link
Member

e2e92f1 reduces initial page load size from the original 70mb to 30mb (a good reduction, but far from enough). Ideally we should target < 5mb which should be simple using the image compression/webp as mentioned above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants