[wp-trac] [WordPress Trac] #58494: Reduce frequency of https check when https is already working
WordPress Trac
noreply at wordpress.org
Thu Jun 8 13:22:31 UTC 2023
#58494: Reduce frequency of https check when https is already working
-----------------------------+-----------------------------
Reporter: adamsilverstein | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Security | Version:
Severity: normal | Keywords: needs-patch
Focuses: sustainability |
-----------------------------+-----------------------------
WordPress currently runs a 'twicedaily' job to check if `https` support is
available. This is wasteful when the user already has `https` enabled.
Although it can happen that a site goes from having https support to not
having it (eg. when moving hosts or if an SSL certificate expires, this is
probably rare, and the website owner is likely to notice issues when they
try accessing their site via https as usual.
Therefore, following the example of the [Eco-Mode
plugin](https://github.com/Eco-Mode-WP/Eco-Mode) I propose reducing the
frequency in this case to weekly. Tis change will save resources and
belongs squarely in the *new* sustainability focus.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58494>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list