#48175
|
Allow Template Resolution Algorithm to be Replaceable
|
|
Themes
|
normal
|
normal
|
Awaiting Review
|
feature request
|
needs-unit-tests
|
10/04/2019
|
#48408
|
Introduce eagerloading of meta data
|
|
Query
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
reporter-feedback
|
10/23/2019
|
#42915
|
Don't load admin dashboard widgets if they're not shown
|
|
Administration
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
dev-feedback
|
02/15/2020
|
#49899
|
<plugin_name> detected an advanced-cache.php file in the wp-content directory. It seems that this is not the <plugin_name> advanced-cache.php file. Please remove this file and disable any other caching plugins to use this <plugin_name>.
|
|
Cache API
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
reporter-feedback
|
04/14/2020
|
#50223
|
Performance improvement: Avoid using array_unique() where possible
|
|
General
|
lowest
|
normal
|
Awaiting Review
|
enhancement
|
reporter-feedback
|
05/23/2020
|
#51796
|
Raw post data instead of WP_Post instances
|
|
Query
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
reporter-feedback
|
11/19/2020
|
#39372
|
Allow count for wp_terms query to count other post statuses as well as published posts
|
|
Taxonomy
|
normal
|
normal
|
Awaiting Review
|
feature request
|
reporter-feedback
|
12/23/2020
|
#52143
|
memory_limit not always adhered
|
|
General
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
reporter-feedback
|
01/07/2021
|
#52582
|
wp_cache_* duplicate/redundant storage and insufficient clearing of cache
|
|
Comments
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
02/21/2021
|
#54479
|
Set_blog_id performance
|
|
General
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
reporter-feedback
|
11/20/2021
|
#55206
|
wp core api memory leaks
|
|
Database
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
04/29/2022
|
#42455
|
WordPress Class methods and Single Responsibility (recent posts widgets)
|
|
Widgets
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
dev-feedback
|
09/22/2022
|
#56909
|
pre_recurse_dirsize filter cannot be used to fill up dirsize_cache and thus breaks performance
|
|
Networks and Sites
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
10/26/2022
|
#57764
|
MYSQL operations excessive CPU consumption issue.
|
|
Upload
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
reporter-feedback
|
02/20/2023
|
#58723
|
Remove deprecated parameter tests in comments_link()
|
|
Comments
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
reporter-feedback
|
08/27/2023
|
#59639
|
Dedicated tables for media libary
|
|
Database
|
normal
|
major
|
Awaiting Review
|
feature request
|
dev-feedback
|
10/16/2023
|
#60950
|
JSON serialization for meta values
|
|
Options, Meta APIs
|
normal
|
normal
|
Awaiting Review
|
feature request
|
reporter-feedback
|
05/10/2024
|
#57725
|
Use of rand() function instead of wp_rand()
|
|
Filesystem API
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
dev-feedback
|
05/24/2024
|
#41583
|
Menus Administration screen, menu items are always loaded even when not needed
|
|
Menus
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
dev-feedback
|
05/28/2024
|
#42280
|
Multisite: get_blogs_of_user has no useful caching on large installs
|
pbearne*
|
Networks and Sites
|
normal
|
major
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
07/23/2024
|
#46713
|
Comment reply link uses inconvenient eventlistener
|
|
Comments
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
close
|
09/06/2024
|
#37958
|
Improve looping through sites and restoring
|
|
Networks and Sites
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
01/27/2017
|
#40171
|
Object Cache Should Support Namespaces
|
|
General
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
03/16/2017
|
#39382
|
Skipping term cache cleaning when cache invalidation is suspended
|
|
Cache API
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
|
03/17/2017
|
#40404
|
Slow queries with a large number of posts (tens of thousands and above)
|
|
Query
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
04/10/2017
|
#40602
|
Implement immutable cache headers
|
|
Script Loader
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
04/29/2017
|
#41054
|
Use sargable date filtering where possible
|
|
Database
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
06/15/2017
|
#41302
|
WordPress not stopping queries which have reached limit and preventing users to load WordPress until query times out
|
|
Database
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
|
07/14/2017
|
#40825
|
Re-addressing validation/sanitization of IDs to allow filtering before WP_Post (and others) database query
|
|
Posts, Post Types
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
dev-feedback
|
09/26/2017
|
#42513
|
WP_Theme::get_post_templates() is extremely inefficient for large themes
|
|
Themes
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
needs-unit-tests
|
11/12/2017
|
#40434
|
Optimize SQL in Admin - In the Post/CPT List `wp-admin/edit.php` > the function get_posts()
|
|
Query
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
has-patch
|
01/17/2018
|
#43818
|
Invalidate query caches less aggressively by using a `last_changed` key specific to metadata
|
|
Options, Meta APIs
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
needs-unit-tests
|
04/20/2018
|
#44694
|
Extra and un-neccessary query when no posts found in Posts Rest Controller
|
|
REST API
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
08/02/2018
|
#37687
|
Multisite - Enormous number of update queries during site creation (user roles)
|
|
Networks and Sites
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
01/23/2019
|
#45709
|
Suggestion for User Roles
|
|
Role/Capability
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
01/29/2019
|
#41409
|
No point in storing empty EXIF/IPTC data on post meta table
|
|
Media
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
01/31/2019
|
#46179
|
Make fetch_array accessible in $wpdb
|
|
Database
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
02/04/2019
|
#46180
|
get_permalink: Ability to pass required information for better performance
|
|
Permalinks
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
02/04/2019
|
#46184
|
Add WP_Tax_Query support to WP_Site_Query
|
|
Networks and Sites
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
02/12/2019
|
#45804
|
Make WP_Hook gather callback performance information
|
|
Plugins
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
09/23/2019
|
#48880
|
Using JSON.parse instead of an actual object literal when localizing scripts
|
|
Script Loader
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
has-patch
|
12/06/2019
|
#48953
|
Improved revision control related to posts and the numerous auxiliary benefits
|
|
Revisions
|
normal
|
major
|
Awaiting Review
|
enhancement
|
|
12/18/2019
|
#49692
|
_prime_post_caches should not do anything if object cache is not running
|
|
Cache API
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
|
03/24/2020
|
#49634
|
Performance Benchmarks for REST API
|
|
REST API
|
normal
|
normal
|
Awaiting Review
|
feature request
|
dev-feedback
|
04/30/2020
|
#50435
|
In some cases wp_get_post_parent_id() = get_post_ancestors
|
|
Posts, Post Types
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
|
06/19/2020
|
#48054
|
wp.sanitize.stripTags should iterate instead of using recursion
|
|
General
|
normal
|
minor
|
Awaiting Review
|
enhancement
|
has-patch
|
10/08/2020
|
#51623
|
Does WordPress run a clean-up cron-job for menu items having the draft status?
|
|
Menus
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
|
10/24/2020
|
#51716
|
WP Cron - looses entries
|
|
Cron API
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
has-patch
|
11/24/2020
|
#52020
|
Multisite Jquery Issues
|
|
Administration
|
normal
|
critical
|
Awaiting Review
|
defect (bug)
|
|
01/06/2021
|
#42566
|
When I use wp_nav_menu I get a huge update_meta_cache query regardless of theme
|
|
Menus
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
|
01/26/2021
|
#52514
|
Admin dasboard load verry slow at some active plugins - WP Advanced Comment
|
|
Comments
|
normal
|
major
|
Awaiting Review
|
defect (bug)
|
has-patch
|
02/12/2021
|
#50161
|
Slow query in WP_Posts_List_Table, no way to avoid with filters/hooks
|
|
Posts, Post Types
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
03/11/2021
|
#52865
|
Strip 'enclosed' trailing spaces in URLs
|
|
Canonical
|
low
|
normal
|
Awaiting Review
|
enhancement
|
|
03/19/2021
|
#51817
|
WP-Admin - Optimize main wpquery with 'fields' => 'ids' causes notice
|
|
Administration
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
has-patch
|
04/08/2021
|
#52559
|
When doing JOINs for meta queries the meta_key should be in the ON clause whenever possible.
|
|
Query
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
needs-unit-tests
|
04/26/2021
|
#53046
|
Scrollbars Broken in latest visual editor
|
|
Editor
|
normal
|
minor
|
Awaiting Review
|
defect (bug)
|
|
05/18/2021
|
#53186
|
Site Health plugin extension for the performance score
|
|
Site Health
|
normal
|
normal
|
Awaiting Review
|
feature request
|
|
05/19/2021
|
#39603
|
The more posts with similar names you have, the slower you save the next one
|
|
Posts, Post Types
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
has-patch
|
06/16/2021
|
#53607
|
Loading or saving a post with enough (large) revisions exhausts available memory
|
|
Revisions
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
|
07/06/2021
|
#54266
|
Enhancing WordPress - CSS for Category links
|
|
General
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
10/14/2021
|
#54289
|
Improve get_shortcode_regex performance
|
|
Shortcodes
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
has-patch
|
10/19/2021
|
#54555
|
Slow media query on big sites
|
|
Media
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
|
12/03/2021
|
#49582
|
wp-admin CSS audit
|
|
Administration
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
12/16/2021
|
#53070
|
Establish a Core CSS deprecation path
|
|
General
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
12/16/2021
|
#54868
|
[WP_User_Query][Multisite] Run queries in the context of the correct site / blog_id
|
|
Users
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
has-patch
|
01/24/2022
|
#55008
|
WordPress Admin slow since update to 5.9.
|
|
General
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
|
02/03/2022
|
#54884
|
Load scripts conditionally to reduce page loading and processing time
|
|
Script Loader
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
02/20/2022
|
#52998
|
Add a filter to paginate_links to allow bypassing merging query params
|
|
General
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
04/05/2022
|
#55534
|
Remaining image files after deleting them
|
|
General
|
normal
|
critical
|
Awaiting Review
|
defect (bug)
|
|
04/05/2022
|
#55630
|
add array input to meta_query key
|
|
Query
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
has-patch
|
04/27/2022
|
#55854
|
Save term creation time by default
|
|
Taxonomy
|
normal
|
minor
|
Awaiting Review
|
feature request
|
|
05/27/2022
|
#55889
|
Allow specifying multiple keys as an array in meta and option retrieval functions.
|
|
Options, Meta APIs
|
normal
|
normal
|
Awaiting Review
|
feature request
|
|
06/01/2022
|
#55909
|
Do WordPress feeds need pagination query SQL_CALC_FOUND_ROWS?
|
|
Feeds
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
06/03/2022
|
#31746
|
get_blogs_of_user() can be very slow when a user is a member of thousands of sites
|
johnbillion
|
Users
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
has-patch
|
06/03/2022
|
#53011
|
Tests: review all setUp() and tearDown()
|
|
Build/Test Tools
|
normal
|
normal
|
Awaiting Review
|
task (blessed)
|
has-patch
|
06/04/2022
|
#55958
|
Checking if _admin_notice_post_locked should be called can slow down the post editing
|
|
Editor
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
06/13/2022
|
#55911
|
Slow query because Admin Bar loads all options on all user's sites
|
|
Toolbar
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
06/30/2022
|
#56376
|
Add wp_is_ini_value_changeable( 'memory_limit' ) yes or no to class WP_Debug_Data
|
|
Site Health
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
08/14/2022
|
#52011
|
'The REST API encountered an unexpected result' should be a critical error
|
|
Site Health
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
08/28/2022
|
#56489
|
An extra post lookup in WP_Embed::shortcode for known post
|
|
Embeds
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
09/01/2022
|
#56688
|
Uncaught Requests_Exception using Requests::request_multiple
|
|
General
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
|
09/29/2022
|
#56694
|
Uncached database read for logged in users when Privacy Policy Page is deleted
|
|
Privacy
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
needs-unit-tests
|
09/29/2022
|
#53415
|
Filter API to edit footer content
|
|
Themes
|
normal
|
normal
|
Awaiting Review
|
feature request
|
has-patch
|
09/30/2022
|
#56821
|
meta_query late row lookup for performance improvement
|
|
Options, Meta APIs
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
|
10/14/2022
|
#56842
|
WordPress performance drop due to introduce Gutenberg
|
|
Build/Test Tools
|
normal
|
major
|
Awaiting Review
|
defect (bug)
|
has-patch
|
10/19/2022
|
#50667
|
New attachment size is created even the source is smaller
|
|
Media
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
|
10/19/2022
|