-
Notifications
You must be signed in to change notification settings - Fork 29
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: front-end #45
Comments
Desktop performance is acceptable probably, but there are 3 opportunities for improvements: Mobile performance is most likely unacceptable, mostly the same opportunities: Image formatting and sizing, and optimisation of JS loading seem to be the key areas to focus on. |
I've now replaced all the large images in the front page with |
Download page desktop score is excellent. Mobile shows similar issues to front page: |
Gutenberg issue raised related to JS loading: WordPress/gutenberg#43054 |
@adamwoodnz or @renintw Can you put together a checklist of any items that still need to be done? |
The homepage should stop loading I just made a quick PR to move the latest posts code into the footer: WordPress/wporg-mu-plugins#245 — I'm not sure how much that helps in reality, since some of the deps are still loaded in the header. |
Just loading that up now to see how much effect it has. There is a ticket for enqueuing block scripts in the footer https://core.trac.wordpress.org/ticket/54018 |
Merged WordPress/wporg-mu-plugins#245 so this is largely mitigated. |
That would be tracked in #44
Could look into how core adds these attributes, I found a dev note about skipping X images from being lazy-loaded. That could be the answer or it could point us in the right direction. |
Let's put together a checklist of any front-end performance issues (current or potential) that need to be considered. We may not fix them all for initial launch, but the sooner we know about them the better.
The text was updated successfully, but these errors were encountered: