You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/wordpress-seo.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,25 @@ Yoast SEO 27.8 brings more enhancements and bugfixes. [Find more information abo
6
6
7
7
#### Enhancements
8
8
9
-
* Makes the schema aggregator faster by drastically reducing the roundtrips to the database, when indexables are disabled.
10
-
*Makes the SEO optimization faster by drastically reducing the roundtrips to the database.
11
-
* Optimizes expensive DB queries when performing actions in admin pages related to SEO optimization.
12
-
*Significantly reduces loading times of the root sitemap on sites with many users.
9
+
* Makes the schema aggregator faster by reducing database roundtrips when indexables are disabled.
10
+
*Speeds up the SEO optimization analysis by cutting down the number of database queries it runs.
11
+
* Optimizes resource-heavy database queries when performing actions on admin pages related to SEO optimization.
12
+
*Reduces loading times of the root sitemap on sites with many users.
13
13
* Reduces loading times of the author sitemap on sites with many users.
14
-
* Prevents unnecessary expensive DB queries when admin pages are being visited.
14
+
* Prevents unnecessary database queries when someone visits an admin page.
15
15
16
16
#### Bugfixes
17
17
18
18
* Ensures compatibility with the React 19 version bundled in Gutenberg 23.3 (WordPress 7.1), fixing several screens and components that could otherwise fail to render.
19
-
* Fixes a bug where NaN was set as the Primary taxonomy and triggered a console error.
20
-
* Fixes a bug where the dismiss button in the Webinar promo notice in general page was transparent.
21
-
* Improves post editor rendering performance by stabilising Redux selector and `withSelect` references in multiple components to prevent unnecessary re-renders.
19
+
* Fixes a bug where NaN became the Primary taxonomy and triggered a console error.
20
+
* Fixes a bug where the dismiss button in the Webinar promo notice on the General page was transparent.
21
+
* Improves post editor rendering performance by stabilizing Redux selector and `withSelect` references in multiple components to prevent unnecessary re-renders.
22
22
23
23
#### Other
24
24
25
-
* Introduces the `wpseo_custom_fields_pre_query` filter, allowing sites to short-circuit the potentially expensive custom-fields lookup in Yoast settings, with a pre-computed list or a custom query.
25
+
* Introduces the `wpseo_custom_fields_pre_query` filter, letting sites skip the resource-heavy custom-fields lookup in Yoast settings by supplying a pre-computed list or a custom query.
26
26
* Removes the Yoast group from the filter bar on the WordPress plugins list.
27
-
* Sets the title of a child task to "(no title)" in the task list, when the related post has no title.
27
+
* Sets the title of a child task to "(no title)" in the task list when the related post has no title.
0 commit comments