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

Optimizing for PageSpeed Insights #56

Open
Batistleman opened this issue Sep 12, 2014 · 2 comments
Open

Optimizing for PageSpeed Insights #56

Batistleman opened this issue Sep 12, 2014 · 2 comments

Comments

@Batistleman
Copy link

When I enable Zones in my app and run the google tool PageSpeed Insights (https://developers.google.com/speed/pagespeed/insights/), the result mainly highlights some issues related to meteorhacks:zones.

  • render blocking scripts (But I guess this one is just a Meteor side effect of how to do things...)
  • minification on the zone scripts
  • Leverage browser caching

Could this be optimized?

@arunoda
Copy link
Member

arunoda commented Sep 12, 2014

I think, we've removed render blocking scripts
minification is yet to be done. But possible.
didn't check about caching specifically, but it should work.

I'll go through on this soon and try to optimize

@fulvous
Copy link

fulvous commented Aug 15, 2016

Hi! Any updates on minification and/or Render blocking?

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