Bjørn Rosell

Results 61 issues of Bjørn Rosell

If HTML is too big, the sub-library "simple_html_dom" fails because the limit is 60k. Increasing that limit on the other hand can also [cause trouble](https://github.com/rosell-dk/webp-express/issues/328#issuecomment-534108474). It comes down to that...

1. Record failures and the biggest size found 2. Display the warning in WebP Express settings if such a failure has happened #351. #328

The exec based converters can generate messages in the error log when they fail. To avoid that, one can disable these converters when they aren't operational. cwebp can also generate...

enhancement

The message box should also pop up if suddenly there are no working conversion methods. We can use a "dismissible message"

If the test returns webp when it should not, examine the headers. Look for something like this: ``` server: keycdn-engine status: 200 strict-transport-security: max-age=31536000 x-cache: HIT x-edge-location: nlam x-shield: active...

For example before creating the rewrite rules, a live test could be made.

WebP Express creates the file 'config.json' file but does have permission to modify it because permissions is 644 (rather than 664).

Problem: - dir is already resolved (ie: /disk/the-content) - document root is ie. /var/www/website/wordpress - the unresolved symlink is ie. /var/www/website/wordpress/wp-content - we do not know what the unresolved symlink...

bug