Opened 2 years ago
#56376 new enhancement
Add wp_is_ini_value_changeable( 'memory_limit' ) yes or no to class WP_Debug_Data
Reported by: | missveronicatv | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.0 |
Component: | Site Health | Keywords: | |
Focuses: | performance | Cc: |
Description
If the function
wp_is_ini_value_changeable( 'memory_limit' )
is true or false is important to know when deciding if setting a higher value of WP_MEMORY_LIMIT or WP_MAX_MEMORY_LIMIT will have any effect on the site performance.
I can't find this info in the current version of class WP_Debug_Data in WP 6.0.1.
Note: See
TracTickets for help on using
tickets.