-
Notifications
You must be signed in to change notification settings - Fork 1
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
General Performance Improvements #313
Comments
perf optimizations that are already done:
Things done:
|
Note for QA: I've released a beta version of framework Image fixesPreviously, following components were using their own
In addition to this, following components use
Checks to be done for
Special casesIn additipn to above checks these are the special cases, additional things that need to be checked Visual stories:
Related stories:
Other Checks
should change to
|
To Do:
Reduce initial server response time
Links to cross-origin destinations are unsafe
. This article suggests addingrel="noopener"
orrel="noreferrer"
on external linksProperly size images
serve images in nextGen format
Ensure text remains visible during webfont load
coming on this story - try adding fonts using@font-face
instead of<link>
refer this docThe text was updated successfully, but these errors were encountered: