Changes between Initial Version and Version 1 of Ticket #37687, comment 8
- Timestamp:
- 06/09/2025 12:08:00 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37687, comment 8
initial v1 24 24 4. Add a new site 25 25 5. By default, it's reporting 545 queries 26 6. Also go to the database and save the record content `wp_x_options` ⇾ `wp_X_user_roles` (being X the site ID) 26 27 27 28 === Expected Results 28 29 1. There are many unnecessary queries because each single `add_role` and `add_cap` inside the `populate_roles` executes a query only if the `wp_db` property is set to `true` 29 2. Verify if the record in `wp_x_options` -> `wp_X_user_roles` (being X the site id, before and after the patch)is identical before and after the patch.30 2. Verify if the record in `wp_x_options` ⇾ `wp_X_user_roles` is identical before and after the patch. 30 31 31 32 === Actual Results