|
3 | 3 | "name": "Technology Report",
|
4 | 4 | "summary": "The Core Web Vitals Technology Report is a dashboard combining the powers of real-user experiences in the [Chrome User Experience Report (CrUX)](https://developers.google.com/web/tools/chrome-user-experience-report/) dataset with web technology detections available in HTTP Archive, to allow analysis of the way websites are both built and experienced.",
|
5 | 5 | "config": {
|
| 6 | + "default_apps": { |
| 7 | + "drilldown": [ "ALL" ], |
| 8 | + "comparison": [ "ALL", "WordPress", "Wix", "Next.js" ] |
| 9 | + }, |
| 10 | + "default_category": "CMS", |
6 | 11 | "cwv_subcategories": [
|
7 | 12 | "CLS",
|
8 | 13 | "LCP",
|
|
39 | 44 | "id": "landing",
|
40 | 45 | "title": "Technology Report",
|
41 | 46 | "subtitle": "Report",
|
42 |
| - "description": "This is placeholder text about how the report works", |
| 47 | + "description": "", |
43 | 48 | "data": {},
|
44 | 49 | "filters": {
|
45 | 50 | "technologies": ["WordPress", "Squarespace", "Drupal"]
|
|
82 | 87 | "id": "drilldown",
|
83 | 88 | "title": "Drilldown",
|
84 | 89 | "subtitle": "Technology Report",
|
85 |
| - "description": "Drilldown placeholder", |
| 90 | + "description": "View detailed information about one technology and compare mobile and desktop data over time.", |
86 | 91 | "config": {
|
87 | 92 | "default": {
|
88 | 93 | "app": ["ALL"],
|
|
151 | 156 | "table": {
|
152 | 157 | "param": "",
|
153 | 158 | "default": "adoption",
|
154 |
| - "caption": "Usage placeholder", |
| 159 | + "caption": "Amount of origins a technology has over time.", |
155 | 160 | "columns": [
|
156 | 161 | {
|
157 | 162 | "key": "date",
|
|
263 | 268 | },
|
264 | 269 | "good_cwv_timeseries": {
|
265 | 270 | "title": "Good Core Web Vitals over time",
|
266 |
| - "description": "Placeholder - combination of several metrics", |
| 271 | + "description": "The percentage of origins passing all three Core Web Vitals (LCP, INP, CLS) with a good experience. Note that if an origin is missing INP data, it's assessed based on the performance of the remaining metrics.", |
267 | 272 | "id": "good_cwv_timeseries",
|
268 | 273 | "endpoint": "vitals",
|
269 | 274 | "metric": "good_pct",
|
|
425 | 430 | },
|
426 | 431 | "lighthouse_timeseries": {
|
427 | 432 | "title": "Lighthouse over time",
|
428 |
| - "description": "Placeholder text", |
| 433 | + "description": "", |
429 | 434 | "id": "lighthouse_timeseries",
|
430 | 435 | "endpoint": "lighthouse",
|
431 | 436 | "metric": "median_score_pct",
|
|
557 | 562 | },
|
558 | 563 | "weight_timeseries": {
|
559 | 564 | "title": "Weight over time",
|
560 |
| - "description": "Placeholder text", |
| 565 | + "description": "", |
561 | 566 | "id": "weight_timeseries",
|
562 | 567 | "summary": true,
|
563 | 568 | "endpoint": "pageWeight",
|
|
695 | 700 | "#E24070"
|
696 | 701 | ],
|
697 | 702 | "overrides": {
|
698 |
| - "WordPress": "#fff000" |
| 703 | + "WordPress": "#3858e9", |
| 704 | + "ALL": "#69797e" |
699 | 705 | }
|
700 | 706 | },
|
701 | 707 | "default": {
|
|
750 | 756 | },
|
751 | 757 | "good_cwv_timeseries": {
|
752 | 758 | "title": "Good Core Web Vitals over time",
|
753 |
| - "description": "Placeholder - combination of several metrics", |
| 759 | + "description": "Comparison of the percentage of origins passing all three Core Web Vitals (LCP, INP, CLS) with a good experience. Note that if an origin is missing INP data, it's assessed based on the performance of the remaining metrics.", |
754 | 760 | "id": "good_cwv_timeseries",
|
755 | 761 | "endpoint": "vitals",
|
756 | 762 | "metric": "good_pct",
|
|
789 | 795 | "table": {
|
790 | 796 | "param": "good-cwv-over-time",
|
791 | 797 | "default": "overall",
|
792 |
| - "caption": "Good Core Web Vitals placeholder", |
| 798 | + "caption": "Comparison of the percentage of origins of the different technologies passing all three Core Web Vitals (LCP, INP, CLS), visualized over time.", |
793 | 799 | "columns": [
|
794 | 800 | {
|
795 | 801 | "key": "date",
|
|
857 | 863 | },
|
858 | 864 | "lighthouse_timeseries": {
|
859 | 865 | "title": "Lighthouse over time",
|
860 |
| - "description": "Placeholder text", |
| 866 | + "description": "Lighthouse has audits for performance, accessibility, progressive web apps, SEO, and more. Based on the audits, a score is calculated. Currently, this section visualizes median scores, but in the future you'll also be able to explore the details of the audits here.", |
861 | 867 | "id": "lighthouse_timeseries",
|
862 | 868 | "endpoint": "lighthouse",
|
863 | 869 | "metric": "median_score_pct",
|
|
887 | 893 | "table": {
|
888 | 894 | "param": "median-lighthouse-over-time",
|
889 | 895 | "default": "performance",
|
890 |
| - "caption": "Lighthouse placeholder", |
| 896 | + "caption": "Comparing the Lighthouse scores of the different selected technologies over time.", |
891 | 897 | "columns": [
|
892 | 898 | {
|
893 | 899 | "key": "date",
|
|
952 | 958 | },
|
953 | 959 | "weight_timeseries": {
|
954 | 960 | "title": "Page weight over time",
|
955 |
| - "description": "Placeholder text", |
| 961 | + "description": "", |
956 | 962 | "id": "weight_timeseries",
|
957 | 963 | "endpoint": "pageWeight",
|
958 | 964 | "metric": "median_bytes",
|
|
1047 | 1053 | },
|
1048 | 1054 | "adoption_timeseries": {
|
1049 | 1055 | "title": "Origins over time",
|
1050 |
| - "description": "Placeholder text", |
| 1056 | + "description": "", |
1051 | 1057 | "id": "adoption_timeseries",
|
1052 | 1058 | "endpoint": "adoption",
|
1053 | 1059 | "metric": "origins",
|
|
1117 | 1123 | }
|
1118 | 1124 | }
|
1119 | 1125 | },
|
1120 |
| - "description": "Comparison placeholder" |
| 1126 | + "description": "Get a detailed comparison for 2 to 10 technologies." |
| 1127 | + }, |
| 1128 | + "category": { |
| 1129 | + "id": "category", |
| 1130 | + "title": "Categories", |
| 1131 | + "subtitle": "Technology Report", |
| 1132 | + "config": { |
| 1133 | + "default": { |
| 1134 | + "category": "CMS", |
| 1135 | + "app": ["ALL", "WordPress", "Drupal"], |
| 1136 | + "series": { |
| 1137 | + "breakdown": "app" |
| 1138 | + } |
| 1139 | + }, |
| 1140 | + "summary": [ |
| 1141 | + { |
| 1142 | + "endpoint": "category", |
| 1143 | + "metric": "origins", |
| 1144 | + "label": "Origins", |
| 1145 | + "description": "Origins analyzed in this category.", |
| 1146 | + "key": "info" |
| 1147 | + }, |
| 1148 | + { |
| 1149 | + "endpoint": "category", |
| 1150 | + "metric": "technologies", |
| 1151 | + "label": "Technologies", |
| 1152 | + "description": "Amount of technologies in this category.", |
| 1153 | + "key": "info" |
| 1154 | + } |
| 1155 | + ], |
| 1156 | + "tech_comparison_summary": { |
| 1157 | + "id": "tech_comparison_summary", |
| 1158 | + "table": { |
| 1159 | + "caption": "Summary", |
| 1160 | + "key": "technologies", |
| 1161 | + "columns": [ |
| 1162 | + { |
| 1163 | + "key": "selectTech", |
| 1164 | + "name": "Select technology", |
| 1165 | + "hiddenName": true, |
| 1166 | + "type": "checkbox" |
| 1167 | + }, |
| 1168 | + { |
| 1169 | + "key": "technology", |
| 1170 | + "name": "Tech", |
| 1171 | + "type": "heading" |
| 1172 | + }, |
| 1173 | + { |
| 1174 | + "key": "origins", |
| 1175 | + "name": "Origins", |
| 1176 | + "breakdown": "subcategory", |
| 1177 | + "subcategory": "adoption", |
| 1178 | + "endpoint": "adoption", |
| 1179 | + "metric": "origins" |
| 1180 | + }, |
| 1181 | + { |
| 1182 | + "key": "good_pct", |
| 1183 | + "name": "Good CWV", |
| 1184 | + "breakdown": "subcategory", |
| 1185 | + "subcategory": "overall", |
| 1186 | + "suffix": "%", |
| 1187 | + "className": "main-cell pct-value", |
| 1188 | + "endpoint": "vitals", |
| 1189 | + "metric": "good_pct" |
| 1190 | + }, |
| 1191 | + { |
| 1192 | + "key": "good_pct", |
| 1193 | + "name": "LCP", |
| 1194 | + "breakdown": "subcategory", |
| 1195 | + "subcategory": "LCP", |
| 1196 | + "suffix": "%", |
| 1197 | + "endpoint": "vitals", |
| 1198 | + "metric": "good_pct" |
| 1199 | + }, |
| 1200 | + { |
| 1201 | + "key": "good_pct", |
| 1202 | + "name": "INP", |
| 1203 | + "breakdown": "subcategory", |
| 1204 | + "subcategory": "INP", |
| 1205 | + "suffix": "%", |
| 1206 | + "endpoint": "vitals", |
| 1207 | + "metric": "good_pct" |
| 1208 | + }, |
| 1209 | + { |
| 1210 | + "key": "good_pct", |
| 1211 | + "name": "CLS", |
| 1212 | + "breakdown": "subcategory", |
| 1213 | + "subcategory": "CLS", |
| 1214 | + "suffix": "%", |
| 1215 | + "endpoint": "vitals", |
| 1216 | + "metric": "good_pct" |
| 1217 | + }, |
| 1218 | + { |
| 1219 | + "key": "client", |
| 1220 | + "name": "Client", |
| 1221 | + "className": "client" |
| 1222 | + } |
| 1223 | + ] |
| 1224 | + } |
| 1225 | + } |
| 1226 | + } |
1121 | 1227 | }
|
1122 | 1228 | },
|
1123 | 1229 |
|
|
1145 | 1251 | }
|
1146 | 1252 | },
|
1147 | 1253 | "vitals": {
|
| 1254 | + "general": { |
| 1255 | + "description": "Each of the Core Web Vitals represents a distinct facet of the user experience, is measurable in the field, and reflects the real-world experience of a critical user-centric outcome. A good threshold to measure is the 75th percentile of page loads, segmented across mobile and desktop devices." |
| 1256 | + }, |
1148 | 1257 | "overall": {
|
1149 | 1258 | "label": "Overall Core Web Vitals",
|
1150 | 1259 | "title": "Passes Core Web Vitals",
|
|
1178 | 1287 | }
|
1179 | 1288 | },
|
1180 | 1289 | "pageWeight": {
|
| 1290 | + "general": { |
| 1291 | + "description": "" |
| 1292 | + }, |
1181 | 1293 | "images": {
|
1182 | 1294 | "title": "Image Weight",
|
1183 |
| - "description": "todo" |
| 1295 | + "description": "" |
1184 | 1296 | },
|
1185 | 1297 | "js": {
|
1186 | 1298 | "title": "JavaScript Transfer Size",
|
1187 |
| - "description": "todo" |
| 1299 | + "description": "" |
1188 | 1300 | },
|
1189 | 1301 | "total": {
|
1190 | 1302 | "title": "Total Page Weight",
|
1191 |
| - "description": "todo" |
| 1303 | + "description": "" |
1192 | 1304 | }
|
1193 | 1305 | },
|
1194 | 1306 | "adoption": {
|
| 1307 | + "general": { |
| 1308 | + "description": "" |
| 1309 | + }, |
1195 | 1310 | "adoption": {
|
1196 | 1311 | "title": "Adoption",
|
1197 |
| - "description": "Todo" |
| 1312 | + "description": "The amount of origins using this technology over time." |
1198 | 1313 | }
|
1199 | 1314 | }
|
1200 | 1315 | },
|
|
0 commit comments