Skip to content

Jetpack: Skip HTTPS support checking to reduce HTTP requests


05 February 2021

07:25:47 GMT+0000

Since Jetpack works across many different hosting providers (some which may not support HTTPS / SSL), it attempts to detect support by making an HTTPS request to WordPress.com, which is then cached for 1 day. On VIP, SSL is always supported so we can skip this check by filtering the transient used to store the result.

https://github.com/Automattic/vip-go-mu-plugins/pull/1972