chesio / bc-cache

Simple full page cache plugin for WordPress inspired by Cachify
The Unlicense
9 stars 0 forks source link

Replace calls to wp_parse_url with calls to parse_url #43

Closed chesio closed 4 years ago

chesio commented 4 years ago

Caching plugin should strive for efficiency and it seems that wp_parse_url does not bring any improvement over parse_url on PHP 7+. See: https://core.trac.wordpress.org/ticket/48242