vip-scanner
vip-scanner copied to clipboard
Make sure `wp_oembed_get()` use is cached
Yes, oembed use is cached within a post, but wp_oembed_get()
doesn't leverage that goodness.
Alternatively, you could replace oEmbed's internal use of wp_remote_get()
with a cached remote request function on WordPress.com and solve the problem behind the scenes.