| <div id='rpp_enabled'> |
| <tabbox id="rpp_data"> |
| <tabs> |
| <tab>URL Table Cache</tab> |
| <tab>Host Table Cache</tab> |
| <tab>Origin Table Cache</tab> |
| </tabs> |
| <tabpanels> |
| <tabpanel> |
| <table> |
| <thead> |
| <tr> |
| <th>Main Frame Url</th> |
| <th>Resource Url</th> |
| <th>Resource Type</th> |
| <th>Num Hits</th> |
| <th>Num Misses</th> |
| <th>Consec Misses</th> |
| <th>Average Position</th> |
| <th>Score</th> |
| <th>Before FCP</th> |
| </tr> |
| </thead> |
| <tbody id="rpp_url_body"> |
| </tbody> |
| </table> |
| </tabpanel> |
| <tabpanel> |
| <table> |
| <thead> |
| <tr> |
| <th>Host</th> |
| <th>Resource Url</th> |
| <th>Resource Type</th> |
| <th>Num Hits</th> |
| <th>Num Misses</th> |
| <th>Consec Misses</th> |
| <th>Average Position</th> |
| <th>Score</th> |
| <th>Before FCP</th> |
| </tr> |
| </thead> |
| <tbody id="rpp_host_body"> |
| </tbody> |
| </table> |
| </tabpanel> |
| <tabpanel> |
| <table> |
| <thead> |
| <tr> |
| <th>Host</th> |
| <th>Origin</th> |
| <th>Num Hits</th> |
| <th>Num Misses</th> |
| <th>Consec Misses</th> |
| <th>Average Position</th> |
| <th>Always Access Net</th> |
| <th>Accessed Net</th> |
| <th>Score</th> |
| </tr> |
| </thead> |
| <tbody id="rpp_origin_body"> |
| </tbody> |
| </table> |
| </tabpanel> |
| </tabpanels> |
| </tabbox> |
| </div> |
| <div id='rpp_disabled'> |
| Resource prefetch prediction is disabled. |
| </div> |