Paul Kevan
Paul Kevan
Resolves #7765 Adds caching to expensive query - have tested on learn.wordpress.org, and can see improved page response time.
On large sites, the query resulting from `get_courses_average_grade` can result in excessive query time. Caching the result of this query for 1hr (or longer) should be sufficient in reducing excessive...
Not sure if this a data issue, or the code should expect to return nothing, but it causes the following warning: ``` E_WARNING: Attempt to read property "courses_average" on null...
### Quick summary As reported in: https://github.com/Automattic/themes/issues/8636#issuecomment-2620887613, `excludedParentStyleVariations` does not work as expected, and style variation remain present despite being set in the child theme. ### Steps to reproduce Choose...
As described in #8671, the option to opt-out of parent styles individually via `excludedParentStyleVariations` custom option currently doesn't work - this allow the functionality to be corrected.