-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Performance] Use gatsby-plugin-image component instead of <img> tag #5842
Comments
@sudhanshutech, considering the build time is already long, using |
@sudhanshutech Can you assign this issue to me? |
Thank you @siddharthbaleja7.. assigned to u, please go ahead. |
@siddharthbaleja7, Also, we have weekly meetings make sure to join this week to share updates, |
@siddharthbaleja7, have you joined the slack? |
@Ashparshp, I'm waiting in queue for this issue. Please consider me if it needs to be reassigned |
@siddharthbaleja7, any updates? Should we move to the next? Thank you, @AlfiyaSiddique. If he doesn't respond, I'll assign it to you. Let's wait for a bit. |
@Ashparshp Sorry for late reply, currently working on it . |
Hey @Ashparshp , could you please assign this issue to me? I would like to work on this. |
Description
Few images due to large size and taking time to render creating bad performance to site . Use gatsby-plugin-image instead because lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive
Expected Behavior
Replace in following page with gatsby-plugin-image instead tag
In the following page:
Case study
Layer5 site
and search in code base with
alt="meshery-logo"
And replace those with gatsby image plugin.
Screenshots
Environment:
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the
master
branch.Join the Layer5 Community by submitting your community member form.
The text was updated successfully, but these errors were encountered: