finetuning the texts

This commit is contained in:
Peter Hedenskog 2012-10-04 07:41:59 +02:00
parent a39f19c5c0
commit a73049961e
1 changed files with 8 additions and 4 deletions

View File

@ -11,11 +11,11 @@
#set($nrOfCssText = "One is good, more than five is really bad.")
#set($nrOfCssImageText = "Two is good, above four is bad.")
#set($nrOfImagesText = "25 or less images is OK, below 40 is ok, and above is bad.")
#set($nrOfRequestPrimedText = "2 requests is good, else if not 90% of the request are cached, it is bad")
#set($spofText = "0 pages is good, everyhing else is bad.")
#set($nrOfRequestPrimedText = "2 requests is good, else if not 90% of the request are cached, it is bad.")
#set($spofText = "0 pages is good, everyhing else is bad. Excludes subdomains on the documnet domain from the spof.")
#set($jsSyncInHeadText = "0 is good, 1 or more is bad and not OK.")
#set($spofPerPageText = "Everything above 0 is bad!")
#set($assetsWithoutFarExpiresText = "You should have 0 because analythics scripts is skipped. More than 4 is bad.")
#set($assetsWithoutFarExpiresText = "0 is good. More than 4 is bad. Google Analythics & Gaug.es is excluded from this.")
@ -90,7 +90,7 @@
<div class="span4">
<div class="alert alert-#expiresType($totalAssetsWithoutFarExpiresAverage)">
Requests without far expires
<div class='large'><a href="#" rel="popover" class="alert-#expiresType($totalAssetsWithoutFarExpiresAverage)" data-trigger="hover" title="<strong>Average number of requests without a far expires date</strong>" data-content="$assetsWithoutFarExpiresText">$totalAssetsWithoutFarExpiresAverage</a></div>
<div class='large'><a href="#" rel="popover" class="alert-#expiresType($totalAssetsWithoutFarExpiresAverage)" data-trigger="hover" title="<strong>Average number of requests for static content without a far-future expiration date</strong>" data-content="$assetsWithoutFarExpiresText">$totalAssetsWithoutFarExpiresAverage</a></div>
</div>
</div>
@ -187,6 +187,10 @@
<b>Average number of javascripts loaded synchronously inside of the head tag</b>:
$jsSyncInHeadText
</li>
<li>
<b>Average number of requests for static content without a far-future expiration date</b>:
$assetsWithoutFarExpiresText
</li>
</ul>
</div>