[wp-trac] [WordPress Trac] #61648: WP_Debug_Data::debug_data() is overly complex

WordPress Trac noreply at wordpress.org
Mon Sep 2 20:43:18 UTC 2024


#61648: WP_Debug_Data::debug_data() is overly complex
-------------------------+-----------------------
 Reporter:  apermo       |       Owner:  dmsnell
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  6.7
Component:  Site Health  |     Version:  6.6
 Severity:  normal       |  Resolution:
 Keywords:  has-patch    |     Focuses:
-------------------------+-----------------------

Comment (by dmsnell):

 In [changeset:"58964" 58964]:
 {{{
 #!CommitTicketReference repository="" revision="58964"
 WP_Debug_Data: Extract `wp-database` data into separate method.

 This is the part three in a larger modularization of the data in
 `WP_Debug_Data`. Previously this was a single massive method drawing in
 debug data from various groups of related data, where the groups were
 independent from each other.

 This patch separates the third of twelve groups, the `wp-database` info,
 into a separate method focused on that data.

 This work precedes changes to make the `WP_Debug_Data` class more
 extensible for better use by plugin and theme code.

 Developed in https://github.com/wordpress/wordpress-develop/7143
 Discussed in https://core.trac.wordpress.org/ticket/61648

 Props dmsnell, kebbet, apermo.
 See #61648.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61648#comment:26>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list