You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can use the nuxt/image component and specify explicit width and height to reduce layout shifts and improve CLS.
Link text (and alternate text for images, when used as links) should be made discernible, unique, and focusable to improve the navigation experience for screen reader users.
Usage of deprecated API: window.webkitStorageInfo is deprecated. Please use navigator.webkitTemporaryStorage or navigator.webkitPersistentStorage instead.
Serve static assets with an efficient cache: A long cache lifetime can speed up repeat visits to your page.
Common Issues:
Minimize main-thread work and consider reducing the time spent parsing, compiling and executing JS.
Time to Interactive and speed index is much larger (for nearly all pages):
Errors must not be logged to console:
The text was updated successfully, but these errors were encountered:
1. Home Page:
Desktop: 97%
Improvements:
Mobile: 86%
Improvements:
2. Blogs page:
Desktop: 88-89%
Improvements:
Author text should be in h3 not h4
Image and text have discrete boundary in between them and they should be put inside a card which is clickable.
Mobile: 33-37%
Improvements:
Some images are not centre aligned.
3. JavaScript Blog page:
Mobile: 66%
Improvements:
Don't Use passive listeners to improve scrolling performance
Add iframe and frame titles
Desktop: 67%
Improvements: same as above
4. Team Page:
Desktop: 63%
Improvements:
Mobile: 39%
Improvements:
5. About Us:
Desktop: 74%
Improvements:
Mobile: 73%
Improvements:
6. Contact Us:
Desktop: 70%
Mobile: 57%
Improvements:
Add a
passive
flag to the event listeners to improve the page's scroll performance. (https://web.dev/uses-passive-event-listeners for reference).Can use the
nuxt/image
component and specify explicitwidth
andheight
to reduce layout shifts and improve CLS.Link text (and alternate text for images, when used as links) should be made discernible, unique, and focusable to improve the navigation experience for screen reader users.
Usage of deprecated API:
window.webkitStorageInfo
is deprecated. Please usenavigator.webkitTemporaryStorage
ornavigator.webkitPersistentStorage
instead.Serve static assets with an efficient cache: A long cache lifetime can speed up repeat visits to your page.
Common Issues:
The text was updated successfully, but these errors were encountered: