|
53 | 53 | </div> |
54 | 54 | </section> |
55 | 55 |
|
56 | | - <section id="bigquery" class="container"> |
57 | | - <div class="row"> |
58 | | - |
59 | | - <h2> |
60 | | - <small>Public Dataset</small> |
61 | | - Google BigQuery |
62 | | - </h2> |
63 | | - |
64 | | - <div class="col-lg-6 col-sm-6 col-md-6 col-xs-12"> |
65 | | - <p> |
66 | | - The HTTP Archive archives and provides access to detailed information about each website it crawls: request and response metadata, response bodies, execution traces, and more. You can download this data for offline analysis, or access it as a public dataset via Google BigQuery for fast and rapid analysis. |
67 | | - </p> |
68 | | - <a href="https://har.fyi/guides/getting-started/" class="btn">Get Started with Public Dataset</a> |
| 56 | + <section id="tech-report"> |
| 57 | + <div class="container"> |
| 58 | + <div class="row"> |
| 59 | + |
| 60 | + <div class="col-lg-6 col-sm-6 col-md-6 hidden-xs"> |
| 61 | + <a href="/reports/techreport/landing"> |
| 62 | + <img src="/static/img/web-vitals.png" width="471" height="367" alt="Explore the Core Web Vitals Tech Report" loading="lazy" /> |
| 63 | + </a> |
| 64 | + </div> |
| 65 | + |
| 66 | + <div class="col-lg-7 col-sm-6 col-md-6 col-xs-12"> |
| 67 | + <h2> |
| 68 | + <small>Core Web Vitals</small> |
| 69 | + Tech Report |
| 70 | + </h2> |
| 71 | + |
| 72 | + <p> |
| 73 | + Track and compare web technology performance and adoption. Real-world Core Web Vitals performance data is provided by the Chrome UX Report at the origin level, and technologies are identified by HTTP Archive on the home page and one interior page. |
| 74 | + </p> |
| 75 | + <a href="/reports/techreport/landing" class="btn alt">View the Core Web Vitals Tech Report </a> |
| 76 | + |
| 77 | + </div> |
69 | 78 | </div> |
| 79 | + </div> |
| 80 | + </section> |
70 | 81 |
|
71 | | - <div class="col-lg-6 col-sm-6 col-md-6 hidden-xs"> |
72 | | - <a href="https://har.fyi/guides/getting-started/"> |
73 | | - <img src="/static/img/data.png" width="466" height="367" alt="Learn more about HTTP Archive on BigQuery" loading="lazy" /> |
74 | | - </a> |
| 82 | + <section id="bigquery"> |
| 83 | + <div class="container"> |
| 84 | + <div class="row"> |
| 85 | + <div class="col-lg-7 col-sm-6 col-md-6 col-xs-12"> |
| 86 | + |
| 87 | + <h2> |
| 88 | + <small>Public Dataset</small> |
| 89 | + Google BigQuery |
| 90 | + </h2> |
| 91 | + |
| 92 | + <p> |
| 93 | + The HTTP Archive archives and provides access to detailed information about each website it crawls: request and response metadata, response bodies, execution traces, and more. You can download this data for offline analysis, or access it as a public dataset via Google BigQuery for fast and rapid analysis. |
| 94 | + </p> |
| 95 | + <a href="https://har.fyi/guides/getting-started/" class="btn alt">Get Started with Public Dataset</a> |
| 96 | + |
| 97 | + </div> |
| 98 | + |
| 99 | + <div class="col-lg-6 col-sm-6 col-md-6 hidden-xs"> |
| 100 | + <a href="https://har.fyi/guides/getting-started/"> |
| 101 | + <img src="/static/img/data.png" width="466" height="367" alt="Learn more about HTTP Archive on BigQuery" loading="lazy" /> |
| 102 | + </a> |
| 103 | + </div> |
75 | 104 | </div> |
76 | 105 | </div> |
77 | 106 | </section> |
|
0 commit comments