round off content size

This commit is contained in:
Peter Hedenskog 2013-01-02 22:51:25 +01:00
parent bf86f0c0e4
commit e48790f441
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
#set ($spofMedian = $math.toInteger($statsSpof.getPercentile(50)))
#set ($assetsWithoutFarExpiresMedian = $math.toInteger($statsAssetsWithoutFarExpires.getPercentile(50)))
#set ($criticalPathMedian = $math.toInteger($statsCriticalPath.getPercentile(50)))
#set ($textContentMedian = $statsTextContent.getPercentile(50))
#set ($textContentMedian = $math.roundTo(3,$statsTextContent.getPercentile(50)))
#set ($ttfbMedian = $math.roundTo(3,$statsTTFB.getPercentile(50)))
## Set percentage