PageSpeed.pro

Results 4 issues of PageSpeed.pro

Hi! We would like to include JShrink in our [Javascript Optimization plugin](https://github.com/o10n-x/wordpress-javascript-optimization) for WordPress however it is currently impossible because JShrink is based on `ob_start`. Most websites apply minification of...

Type: Enhancement

Hi! First of all thanks a lot for providing a great tool for enhancing CSS quality and performance! I wanted to report that https://www.csslint.net/ is showing a SSL error. ![image](https://user-images.githubusercontent.com/8843669/33799520-c3f099a4-dd2d-11e7-9027-50ea9a8aef2e.png)

Closure Compiler can split the output of a compilation into multiple files to support dynamic loading. This process uses the `--chunk` flag (before June 2018 it was named `--module`). See...

HTML attributes with big integers are converted to javascript integer. ``` html My Tweets ``` ``` jsx My Tweets ``` http://facebook.github.io/react/html-jsx.html This causes problems as Javascript is able to handle...

bug