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

Analyze long TBT #5232

Closed
filrak opened this issue Nov 21, 2020 · 0 comments · Fixed by #5326
Closed

Analyze long TBT #5232

filrak opened this issue Nov 21, 2020 · 0 comments · Fixed by #5326
Assignees
Labels
Next Issues/bugs for Vue Storefront Next

Comments

@filrak
Copy link
Collaborator

filrak commented Nov 21, 2020

If you benchamrk VSF Next most of the metrics is green but one is always red - Total Blocking Time. It's usually between 1.2-1.6 seconds and its our biggest performance bottleneck right now.

This super-long task is a root of all evil
image

The task here is to

  • Analyze what is the cause of such long TBT
  • If there are quick wins apply them immediately
  • For other potential improvements just list them here so we have a clear view on what is impacting our TBT the most and what we can do about this

References:
https://web.dev/pl/lighthouse-total-blocking-time/
https://web.dev/pl/long-tasks-devtools/

PS:You'll most likely have to add sourcemaps to figure this out ;)

@filrak filrak added the Next Issues/bugs for Vue Storefront Next label Nov 21, 2020
@filrak filrak added this to Backlog in Next Core 1.0 via automation Nov 21, 2020
@filrak filrak moved this from Backlog to Confirmed in Next Core 1.0 Nov 21, 2020
@filipsobol filipsobol linked a pull request Dec 15, 2020 that will close this issue
5 tasks
@filipsobol filipsobol moved this from Confirmed to In progress in Next Core 1.0 Dec 16, 2020
@filrak filrak closed this as completed Dec 21, 2020
Next Core 1.0 automation moved this from In progress to Done Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Next Issues/bugs for Vue Storefront Next
Projects
No open projects
Next Core 1.0
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants