This release of phantomas brings the detection of images scaled down in HTML (390) and the option to provide interval at which page's screenshots are taken (174).
Internally, unit tests were greatly improved. Modules that do not emit any metric, but modify the behaviour of phantomas, were moved to `/extensions` directory. They will always be loaded, even when an arbitrary list of modules is provided via `--modules` option.
Last, but not least - [YellowLabTools - online web performance testing tool](https://github.com/gmetais/YellowLabTools) (based on phantomas) has been released recently. Try it out!
All changes, as usual, are listed below.
Enjoy!
Changelog
New metrics
- 390 - Detect images scaled down in HTML
Improvements
- 174 - Allow to set --film-strip interval
Bug fixes
- 363 - Statsd integration to use gauges
- 383 - DOMelementsCount is smaller than it should
Internals
- 138 - Improve phantomas tests
- 375 - Move modules that do not emit metrics to /extensions