added spof

This commit is contained in:
Peter Hedenskog 2012-09-18 22:42:48 +02:00
parent f88b635970
commit 6aba3855f4
1 changed files with 11 additions and 1 deletions

View File

@ -67,6 +67,10 @@
<a rel="tooltip" data-placement="top" data-html="false" href="#" data-original-title="The Yslow grade for this page, 100 is perfect, 0 is incredible bad">Yslow grade</a>
</th>
<th>
<a rel="tooltip" data-placement="top" data-html="false" href="#" data-original-title="Frontend single point of failure">Spof</a>
</th>
<th>
<a rel="tooltip" data-placement="top" data-html="false" href="#" data-original-title="Test this page on http://webpagetest.org">wpt</a>
</th>
@ -143,10 +147,16 @@
<td>$results.getChild("lt").getValue()</td>
<td><span class="badge badge-#scoreTypeBadge($math.toInteger($yslow))">$yslow</span></td>
<td>
<td>
$results.getChild("g").getChild("spof").getChild("components").getChildren("item").size()
</td>
<td>
<a href="http://www.webpagetest.org/?url=$results.getChild("u").getValue()" target="_blank" title="Check this page on webpagetest.org"> <i class="icon-time"></i>
</a>
</td>
</tr>
#end
</tbody>