Yoast / duplicate-post

Yoast Duplicate Post plugin for WordPress
https://yoast.com
GNU General Public License v2.0
46 stars 36 forks source link

Autoload show notice option #366

Open jdevalk opened 4 months ago

jdevalk commented 4 months ago

When I check which options are being requested during a page load, I see a "cache miss" for duplicate_post_show_notice quite often, because that option isn't autoloaded. I would suggest adding autoload to it or not requesting it as much.

I've been keeping track using my own AAA Option Optimizer plugin of which options get requested a lot but aren't autoloaded and on my test site, this option was the worst offender.