-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
docs: Blogpost about improving time to interactive in gatsby-plugin-segment-js #17179
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super cool post! I left some suggestions, let me know if you have any questions. And thanks for the PR!
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
Hi @Kilian 👋 Do you have time to implement Marcy's suggestions? Would be awesome! |
…ying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
…ying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
…ying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
…ying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
…ying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
…ying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
…ying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
…ying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
…ying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
@marcysutton @LekoArts Just went through them! |
…ying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added some suggestions to change some wordings. WDYT? I can't wait to get this shipped!
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
|
||
These together might mean that you have a website that _feels_ fast under some circumstances, but Google will give you a penalty because it's slow. | ||
|
||
To get an overview of how your site scores, you can use Lighthouse, either in your Chrome developer tools by going to the "Audits" tab, or by going to [web.dev](https://web.dev/measure). This will test your site on a number of different metrics, such as accessibility, SEO (Search Engine Optimization), and best practices, but the one we're interested in is "performance". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is also https://developers.google.com/speed/pagespeed/insights/ if you just want performance or the chrome extension if you want the latest and greatest lighthouse. Audit panel is mostly on an outdated version.
I don't think it's necessary to point this out but just stating it in the review as other possible values.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah there's the CLI too etc. I think pointing people to web.dev is the best method but that's not available for all sites like localhosts or intranet pages, but the audit panel does work for those.
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md
Outdated
Show resolved
Hide resolved
…ying-third-party-scripts/index.md Co-Authored-By: Ward Peeters <ward@coding-tech.com>
…ying-third-party-scripts/index.md Co-Authored-By: Ward Peeters <ward@coding-tech.com>
…ying-third-party-scripts/index.md Co-Authored-By: Ward Peeters <ward@coding-tech.com>
…ying-third-party-scripts/index.md Co-Authored-By: Ward Peeters <ward@coding-tech.com>
@wardpeet Happy with all of them, being more clear is definitely an improvement! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool post! Thanks for writing it.
Holy buckets, @Kilian — we just merged your PR to Gatsby! 💪💜 Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If there’s anything we can do to help, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! |
Hi 👋
I got asked to write a blog post about some changes I proposed to gatsby-plugin-segment-js that improve the "time to interactive" metric: https://twitter.com/gatsbyjs/status/1166319072704901121 So here it is :)