-
Notifications
You must be signed in to change notification settings - Fork 110
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
Call for 2023 roadmap priorities #631
Comments
In this comment I'm sharing two priorities that have already been proposed in Make blog posts:
|
|
|
Adding
|
Identifying and addressing the largest server response time bottlenecks in WordPress core
|
Better SQL indexes on tables
|
Eliminating jQuery usage from the frontend in WordPress default themes
|
Build large reference instances for load- and regression- testing large-site performance.
Notice that these reference sites may help @adamsilverstein's goal of automated performance testing. |
Optimize the taxonomy subsystem. What: Find and fix inefficiences in the taxonomy subsystem. Why: Field data on MariaDB / MySQL performance shows large-site problems (some stunningly slow queries) in taxonomy handling. There's probably some low-hanging performance fruit to harvest. |
Avoiding to lazy-load LCP / hero images in WordPress core
|
Improving the calculation of image
|
Optimizing the autoloaded options database query in WordPress core (see module proposal)
|
Posting here some notes from @spacedmonkey that he shared with me via DM (he didn't post himself because of limited availability this month):
I already proposed an item for optimizing the autoloaded options query in #631 (comment), but the other 4 points weren't explicitly mentioned before on this issue. 👍 |
Thank you everyone who posted a comment on this issue! 🙌 As mentioned in the issue description, at this point the preparation phase of collecting priorities in this issue is closed. Based on all the feedback above, I will draft a roadmap for the performance team that shall eventually be published on the Make Performance site. Once there is a draft, I will share it in the #core-performance Slack channel for review and feedback prior to publishing. |
integrated with openswoole and roadrunner |
With the WordPress Performance Team being official and having a dedicated Make Performance site, we should have a team roadmap for what we want to primarily focus on this year. This issue is an open call to share your personal or collective priorities for the year, so that we can aggregate them in an eventual public roadmap to share with the wider WordPress community.
The roadmap should eventually be published as a top-level menu page on https://make.wordpress.org/performance/, and we plan to publish a brief post to inform about it on the Make Core site.
The roadmap should encompass any efforts associated with the WordPress Performance Team, regardless on how those efforts are being implemented - whether it is a pull request to core, a feature project in the Performance Lab plugin, a separate project, etc.
If you're actively contributing to the WordPress Performance Team or plan to do so this year, please share your priorities for 2023 as a comment on this issue!
For every priority that you would like to focus on this year, preferably include the following:
A good rule of thumb for the descriptions is 2-3 sentences. Don't be too brief, but no need for a PRD-style essay either :)
Last but not least, note that this roadmap is of course not set in stone. Priorities can shift over the year, and the roadmap should remain a living document over time that we keep updating as needed. So this initial set of priorities for 2023 acts as a solid starting point.
This issue will remain open for project priorities until February 15, 2023. Afterwards, the public roadmap will be drafted based on the priorities shared here. The roadmap draft will be shared for review in a future #core-performance chat, to allow for feedback and iterations before it is published.
The text was updated successfully, but these errors were encountered: