Skip to content
This repository was archived by the owner on Jan 15, 2018. It is now read-only.

Releases: gmetais/grunt-devperf

Fix conflict with csv files

05 Feb 21:37
Compare
Choose a tag to compare

Issue with results folder names

17 Dec 17:32
Compare
Choose a tag to compare

Update grunt-phantomas

29 Sep 07:17
Compare
Choose a tag to compare

Update grunt-phantomas from v0.8.0 to v0.10.0.

Fix bug with onDOMReadyTime & windowOnLoadTime

22 Jul 12:34
Compare
Choose a tag to compare

Renamed onDOMReady --> domInteractive and windowOnLoadTime --> domComplete, just like phantomas.
This was causing a bug "Cannot read property 'average' of undefined".

Updating grunt-phantomas

03 Jul 15:27
Compare
Choose a tag to compare
  • Updated to grunt-phantomas 0.8.0
    • phantomas is updated to v1.4
    • new metrics availabled in the full grunt-phantomas report:
      • assetsWithCookies
      • DOMmutationsInserts
      • DOMmutationsRemoves
      • DOMmutationsAttributes
      • videoCount
      • videoSize
  • The limits are sent to grunt-phantomas, that displays failed assertions in red in the full grunt-phantomas report.
  • The warnings are now triggered on the median value, instead of the average value, similarly to grunt-phantomas.

Passing advanced options to Phantomas

10 Jun 13:09
Compare
Choose a tag to compare

Small improvements

29 May 11:06
Compare
Choose a tag to compare
  • Fixed #11 : Link to the full grunt-phantomas report not working. Warning: i made some changes to the names of each url's result folder when the url was containing "&", "%" or "=". This can break your history, unless you copy the JSONs from your old folder into the new one.
  • Increased the default limit for whiteSpacesSize in HTML from 5000 to 8000, because obviously nobody minifies HTML
  • Added a new multipleRequests warning: Some static assets are requested multiple times