Joseph Scott

Results 10 issues of Joseph Scott

The minification process strips out spaces from base64 strings - https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/blob/master/src/Minifier.php#L388 But I ran into a case where doing this actually broke previously working PNG images. It turns out that...

There is a long list of [incompatible changes in PHP 7](http://php.net/manual/en/migration70.incompatible.php), including several functions and extensions that have been removed entirely. The VIP scanner should check for these and scream...

These are the `*_TIME_T` fields that are included in the results from `curl_getinfo()`, when no option is provided. See https://www.php.net/manual/en/function.curl-getinfo.php for more info on each field. --- You can see...

In May there were changes to the TTFB and FCP thresholds - https://groups.google.com/a/chromium.org/g/chrome-ux-report-announce/c/6soDVEEacPM/m/Ny6Z9hwgAgAJ I'm unsure why the FCP values that were mentioned in there are being used: ``` FCP fast:...

Add https://wp.cloud/ to the list detected tech --- **Test websites**: - https://wp.cloud/

#### Changes proposed in this Pull Request: #### Related issue(s):

Calls to `get_the_tag_list()` can return `string|false|WP_Error` - https://developer.wordpress.org/reference/functions/get_the_tag_list/ - but the return value not fully checked. The only useful thing in the return value is when it is a string....

#### Changes proposed in this Pull Request: #### Related issue(s):

#### Changes proposed in this Pull Request: #### Related issue(s):

There are a number of `$colors_array` entries, but using array keys that do not exist generates warnings similar to: > Warning: Undefined array key "txt" in wp-content/themes/pub/maywood/inc/wpcom-colors.php This pattern has...