cleanup
This commit is contained in:
parent
5c3ac805e4
commit
80d2b3282d
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue