Gaël Métais
Gaël Métais
Hi, I'm thinking of adding some metrics and changing some others, to better address responsive images and the reality of screen sizes and resolutions. ### Issues with the current implementation:...
Hi, I've been auditing nasty cache problems recently, and I've learnt some vicious things about caching headers: 1) If a `Date` header is provided by the server, the browser uses...
A idea for new metrics: - JS files on the critical path - CSS files on the critical path - fonts files on the critical path These metrics would help...
Here is an idea for a new metric (+ offenders): **assetsIncorrectlyGzipped**. It's pretty rare, but it happens. A list of formats: - png, jpg, gif, webp - woff and woff2...
Hi @macbre ! I'm still having a issue with the option `--wait-for-selector` on some pages. The selector doesn't exist on the page but the test ends early. Example: `phantomas --url=http://www.github.com...
Cześć there! You recently changed the following line from `deepStrictEqual` to `notStrictEqual`. As a result, whatever is set in the expected offenders is considered valid. https://github.com/macbre/phantomas/blob/1c22c62105bd373806389b463c85956ece9f4349/test/integration.test.js#L127 That's handy, but you...
**Context** The current syntax for scripts delayed by Delay JS is ``. This is causing warnings in the https://validator.w3.org/ markup validator: ``` Error: Bad value rocketlazyloadscript for attribute type on...