This commit is contained in:
soulgalore 2013-11-21 10:22:12 +01:00
parent 5c3ac805e4
commit 80d2b3282d
2 changed files with 4 additions and 7 deletions

View File

@ -31,6 +31,8 @@ criticalPathScore=GREATER_THAN;99;95
requestsWithoutExpires=LESS_THAN;1;5
## The amount of text content on a page in percentage
textContent=GREATER_THAN;49;25
# Gzip requests
requestsWithoutGZipPerPage=LESS_THAN;1.0;1.0
## The server response time
serverResponseTime=LESS_THAN;300;500
## The number of DOM elements
@ -53,8 +55,3 @@ backEndTime=LESS_THAN;400;600
frontEndTime=LESS_THAN;300;400
# Time to first paint
firstPaintTime=LESS_THAN;500;700
# Gzip requests
requestsWithoutGZipPerPage=LESS_THAN;1.0;1.0
# Cache time (in seconds)
#assetsCacheTime=GREATER_THAN;31556925;2592000

View File

@ -39,6 +39,8 @@ domElements=LESS_THAN;901;1008
domainsPerPage=LESS_THAN;3;7
## The number of browser scaled images
browserScaledImages=LESS_THAN;1;2
# Gzip requests
requestsWithoutGZipPerPage=LESS_THAN;1.0;1.0
## Redirection time
redirectionTime=LESS_THAN;1.0;1.0
pageDownloadTime=LESS_THAN;20;40
@ -47,5 +49,3 @@ domContentLoadedTime=LESS_THAN;500;600
backEndTime=LESS_THAN;400;600
frontEndTime=LESS_THAN;300;400
firstPaintTime=LESS_THAN;500;600
# Gzip requests
requestsWithoutGZipPerPage=LESS_THAN;1.0;1.0