OLD | NEW |
(Empty) | |
| 1 <div id='rpp_enabled'> |
| 2 <tabbox id="rpp_data"> |
| 3 <tabs> |
| 4 <tab>URL Table Cache</tab> |
| 5 <tab>Host Table Cache</tab> |
| 6 </tabs> |
| 7 <tabpanels> |
| 8 <tabpanel> |
| 9 <table id=""> |
| 10 <thead> |
| 11 <tr> |
| 12 <th>Main Frame Url</th> |
| 13 <th>Resource Url</th> |
| 14 <th>Resource Type</th> |
| 15 <th>Num Hits</th> |
| 16 <th>Num Misses</th> |
| 17 <th>Consec Misses</th> |
| 18 <th>Average Position</th> |
| 19 <th>Score</th> |
| 20 </tr> |
| 21 </thead> |
| 22 <tbody id="rpp_url_body"> |
| 23 </tbody> |
| 24 </table> |
| 25 </tabpanel> |
| 26 <tabpanel> |
| 27 <table id=""> |
| 28 <thead> |
| 29 <tr> |
| 30 <th>Host</th> |
| 31 <th>Resource Url</th> |
| 32 <th>Resource Type</th> |
| 33 <th>Num Hits</th> |
| 34 <th>Num Misses</th> |
| 35 <th>Consec Misses</th> |
| 36 <th>Average Position</th> |
| 37 <th>Score</th> |
| 38 </tr> |
| 39 </thead> |
| 40 <tbody id="rpp_host_body"> |
| 41 </tbody> |
| 42 </table> |
| 43 </tabpanel> |
| 44 </tabpanels> |
| 45 </tabbox> |
| 46 </div> |
| 47 <div id='rpp_disabled'> |
| 48 Resource prefetch prediction is disabled. |
| 49 </div> |
OLD | NEW |