Changes between Version 1 and Version 2 of Ticket #61782, comment 10
- Timestamp:
- 08/04/2024 02:02:12 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61782, comment 10
v1 v2 22 22 - 1x `wp_scripts_get_suffix()`. 23 23 24 In that context, with just 5plausible calls to `wp_get_wp_version()`, the function, as per this comment, would save 0.04ms of load time compared to the non-memoizing function.24 In that context, with just 3 plausible calls to `wp_get_wp_version()`, the function, as per this comment, would save 0.04ms of load time compared to the non-memoizing function. 25 25 26 26 At `/wp-admin/index.php` on 6.7-alpha-58846, `wp_get_wp_version()` is called 2 times: