ashhitch / wp-graphql-yoast-seo

This is an extension to the WPGraphQL plugin for Yoast SEO
GNU General Public License v3.0
216 stars 49 forks source link

Image optimize perf #126

Closed kent1D closed 2 years ago

kent1D commented 2 years ago

attachment_url_to_postid can be really slow on big website.

Even if we are supposed to cache this with wp_cache_set(), we can short-circuit it before

ashhitch commented 2 years ago

@kent1D good spot, the branch has conflicts (sorry properly due to the last PR merge)