Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Reduce image file sizes #487

Open
kev-chien opened this issue Jul 8, 2018 · 3 comments
Open

Reduce image file sizes #487

kev-chien opened this issue Jul 8, 2018 · 3 comments

Comments

@kev-chien
Copy link
Contributor

Pages lag so much its kind of embarrassing.

It should be cool to look into scripts or just terminal commands to do this, I know Mac Terminal has some commands for this.

@quantumfusion
Copy link
Contributor

Quick question, this is page load latency when loading the production website, correct? I highly doubt it will make much of a difference, but I believe we are using CloudFlare for some things and it may be worthwhile to turn on their caching.

@jeromew21
Copy link
Contributor

I'll do a PageSpeed Insight or whats-its-name (the fancy tool Google provides) to pinpoint exactly where the speed bottlenecks lie in production.

@jeromew21
Copy link
Contributor

Some things from that: images are the biggest culprit, an entire megabyte could be saved according to Google. Another thing is that 1) none of the javascript/css files are compressed (I'm not familiar with gzip on the server side, however) and 2) loading the scripts blocks rendering (will look in to async loading js libraries)

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

No branches or pull requests

3 participants