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

Update badge location for better performance and bundle max-age changes #995

Merged
merged 3 commits into from
May 5, 2017

Conversation

ramasilveyra
Copy link
Contributor

@ramasilveyra ramasilveyra commented May 4, 2017

Image url cache header comparison example:

➜  lock git:(improve-perf) curl -s -I https://cdn.auth0.com/styleguide/1.0.0/img/badge.png | grep "Cache-Control"
Cache-Control: public, max-age=300
➜  lock git:(improve-perf) curl -s -I https://cdn.auth0.com/styleguide/components/1.0.8/media/logos/img/badge.png | grep "Cache-Control"
Cache-Control: max-age=2628000,public

@hzalaz hzalaz changed the title Improve perf Update badge location for better performance and bundle max-age changes May 4, 2017
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

Successfully merging this pull request may close these issues.

2 participants