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

Slow loading according to PageSpeed Insights #11

Open
2 of 4 tasks
arvind0598 opened this issue May 16, 2021 · 1 comment
Open
2 of 4 tasks

Slow loading according to PageSpeed Insights #11

arvind0598 opened this issue May 16, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@arvind0598
Copy link
Owner

arvind0598 commented May 16, 2021

Current scores:

Mobile:
First Contentful Paint: 2.6s
Speed Index: 3.4s
Largest Contentful Paint: 2.6s
Time to interactive: 2.8s
Total Blocking Time: 90ms
Cumulative Layout Shift: 0

Desktop:
First Contentful Paint: 0.7s
Speed Index: 1.1s
Largest Contentful Paint: 1.2s
Time to interactive: 0.7s
Total Blocking Time: 0ms
Cumulative Layout Shift: 0.005

Opportunities:

  • Serve images in next gen formats (profile.jpg)
  • Eliminate Render Blocking resources (fonts)
  • Remove unused Javascript (use React.lazy)
  • Set explicit width and height on images
@arvind0598 arvind0598 added the enhancement New feature or request label May 16, 2021
@arvind0598 arvind0598 self-assigned this May 16, 2021
@arvind0598 arvind0598 changed the title Implement PageSpeed Insights feedback Slow loading according to PageDpeed Insights May 16, 2021
@arvind0598 arvind0598 changed the title Slow loading according to PageDpeed Insights Slow loading according to PageSpeed Insights May 16, 2021
@arvind0598
Copy link
Owner Author

Latest scores:

Mobile:
First Contentful Paint: 2.4s (from 2.6s)
Speed Index: 2.4s (from 3.4s)
Largest Contentful Paint: 2.7s (from 2.6s)
Time to interactive: 2.6s (from 2.8s)
Total Blocking Time: 150ms (from 90ms)
Cumulative Layout Shift: 0

Desktop:
First Contentful Paint: 0.7s
Speed Index: 0.7s (from 1.1s)
Largest Contentful Paint: 0.7s (from 1.2s)
Time to interactive: 0.7s
Total Blocking Time: 0ms
Cumulative Layout Shift: 0.006 (from 0.005)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant