7 | | I've tried to create a POC with WP_Textdomain_Registry caching also on locale-level, it's linked to GH now, I think. I've also tested how it performs and you can see the results in the same screenshot, first rectangle shows load times with the early exit within `is_readable`, the second one is the same POC code, but without the early exit. |
| 7 | I've tried to create a PR with a POC of WP_Textdomain_Registry caching also on locale-level, https://github.com/WordPress/wordpress-develop/pull/694. |
| 8 | |
| 9 | I've also tested how it performs and you can see the results in the same screenshot, first rectangle shows load times with the early exit within `is_readable`, the second one is the same POC code, but without the early exit. |