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

Improve page load time #19

Open
Solumin opened this issue Aug 19, 2016 · 2 comments
Open

Improve page load time #19

Solumin opened this issue Aug 19, 2016 · 2 comments

Comments

@Solumin
Copy link
Owner

Solumin commented Aug 19, 2016

It's currently > 1 second on my machine, which is pretty bad. I think minimizing some of the JS and CSS, possibly combining JS files, and maybe gzip will help.

@CathodeRaymond
Copy link
Contributor

CathodeRaymond commented Aug 19, 2016

Most of the page weight is coming from the card data itself, which is comparatively huge. You can try http://www.cleancss.com/json-minify/ to try and save some space but it will likely always be ~2 megs for those big json lists.

EDIT: https://www.npmjs.com/package/json-minify for a command-line utility

@Solumin
Copy link
Owner Author

Solumin commented Aug 21, 2016

Combine + Minify will help a lot, I hope.

Chrome has a built-in Auditing tool that has some good advice, which is what I based this issue on.

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

No branches or pull requests

2 participants