Jonathan Chen
Jonathan Chen
Add a gatherer that can run local lighthouse with CLI and parse metrics.
When the locale set to "de-de" in the PSI gatherer, the following fields return #NUM! instead of values: psi.metrics.lighthouse.Images psi.metrics.lighthouse.Fonts psi.metrics.lighthouse.Javascript psi.metrics.lighthouse.ThirdParty psi.metrics.lighthouse.HTML
Use verbatim Apache 2.0 directly from https://www.apache.org/licenses/LICENSE-2.0.txt
When a page is already converted to AMP, e.s. with AMP-related tags after rendering, the AMP validation will throw many errors. AMP error examples: line 2, col 0: The attribute...
For partners who have existing paired-AMP pages, it will be a great feature to compare AMP vs. canonical using pixelmatch: https://github.com/mapbox/pixelmatch
The code breaks when passing a URL without http(s). E.g. ./amp-prototyper www.dickies.com/ This returns ` jonchen@jonchen02:~/workspace/amp-prototyper$ ./amp-prototyper www.dickies.com TypeError: Cannot read property '0' of null at amplifyFunc (/usr/local/google/home/jonchen/workspace/amp-prototyper/src/core.js:349:61) at amplify...