Peter Wilson
Peter Wilson
I think this is challenging because it would break the plugin on major CDNs. [CloudFlare](https://developers.cloudflare.com/fundamentals/get-started/reference/http-request-headers/), [CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/RequestAndResponseBehaviorCustomOrigin.html#RequestCustomIPAddresses) and [WP VIP](https://github.com/Automattic/vip-go-mu-plugins-built/blob/master/lib/proxy/ip-forward.php#L206-L208) each forward the IP address using one or more of these...
Night brain has been most helpful... It looks like the cause here is `$size` remains undefined for `full` size images. This is the case for both images scaled and unscaled...
Thanks Rob, sorry for the lack of promised PR. I figured out my night brain was _almost_ correct in the message above but didn't provide complete information.
@joemcgill Are you able to take a look at the merged pull request for [adding `$is_intermediate` to our downsize filter](https://github.com/humanmade/tachyon-plugin/pull/30/files) and suggest if we should set it to true whenever...
Related https://core.trac.wordpress.org/ticket/40370
It's possible to prevent the meta caches from being warmed by setting the third parameter to `false`: ```php _prime_post_caches( array_values( $store_pages ), true /* term cache */, false /* meta...
> another thing that worries me is that [`_prime_post_caches()`](https://developer.wordpress.org/reference/functions/_prime_post_caches/) is a private function and I don't know if we should be using it in a plugin. FYI, this was changed...
I've been considering this issue in the wider context of white space alignment for * dockblocks * leading up to `=` * leading up to `=>` One of the reasons...
To get some recent notes on testing external connections: **Automatic setup** These seem pretty good. Somewhat geek oriented with the curl error IDs but I don't this that's entirely a...
> Add JS PO file generation to the build process See #947 > Do everything correctly to get things registered in PHP and JS Covered by #916 (use wp-scripts) and...