removed requestsWithoutGZipPerPage as default for now

This commit is contained in:
soulgalore 2013-12-02 10:10:02 +01:00
parent 9f78677453
commit 1f9fc8cff6
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ CHANGELOG sitespeed.io
version 2.3-wip
------------------------
* Added the number of text assets that are missing GZIP on the summary page (xml) #310 and for pages #315
* Added the number of text assets that are missing GZIP on the summary page (xml) #310 and for pages #315. Add it by the name requestsWithoutGZipPerPage
* Fix in how to handle browser parameters, to get it to work clean with Jenkins
version 2.2.2
------------------------

View File

@ -284,7 +284,7 @@ if [ "$SUMMARY_BOXES" != "" ]
SUMMARY_BOXES="-Dcom.soulgalore.velocity.key.boxes=$SUMMARY_BOXES"
else
# Default columns
SUMMARY_BOXES="-Dcom.soulgalore.velocity.key.boxes=ruleScore,criticalPathScore,jsSyncInHead,jsPerPage,cssPerPage,cssImagesPerPage,imagesPerPage,requests,requestsWithoutExpires,requestsWithoutGZipPerPage,pageWeight,docWeight,imageWeightPerPage,browserScaledImages,spofPerPage,domainsPerPage,domElements,assetsCacheTime,timeSinceLastModification"
SUMMARY_BOXES="-Dcom.soulgalore.velocity.key.boxes=ruleScore,criticalPathScore,jsSyncInHead,jsPerPage,cssPerPage,cssImagesPerPage,imagesPerPage,requests,requestsWithoutExpires,pageWeight,docWeight,imageWeightPerPage,browserScaledImages,spofPerPage,domainsPerPage,domElements,assetsCacheTime,timeSinceLastModification"
if $COLLECT_BROWSER_TIMINGS
then
SUMMARY_BOXES="$SUMMARY_BOXES",serverResponseTime,backEndTime,pageDownloadTime,frontEndTime,domContentLoadedTime,pageLoadTime