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

JS Size inflated #17

Closed
stewarjs opened this issue May 17, 2016 · 2 comments
Closed

JS Size inflated #17

stewarjs opened this issue May 17, 2016 · 2 comments

Comments

@stewarjs
Copy link

When running the extension the amount of JS shown is over three times the amount the page downloads. The extension shows around 519KB, but double checking in dev tools and webpagespeedtest, the page only downloads/uses 154KB.

Is the extension taking into account it's own JavaScript code?

@tedw
Copy link

tedw commented May 17, 2016

It seems to be using deflated file sizes for all assets, not the original gzipped sizes. Would be great if this could be updated.

Cool extension, btw, love the design!

@zenorocha
Copy link
Owner

We're using Google PageSpeed Insights API in order to fetch that data, so I'm afraid there's nothing we can do about this right now. We can explore the idea of moving to webpagetest but it will take a while for us to do that :/

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