8000 Considerations by AlexDawsonUK · Pull Request #68 · w3c/sustainableweb-wsg · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Links to relevant documents (based on the CG Draft Report) can be found below.
<tr>
<td><a href="https://w3c.github.io/sustainableweb-wsg/">Web Sustainability Guidelines</a> (WSG)</td>
<td>W3C Editors Draft</td>
<td>15 May 2025</td>
<td>21 May 2025</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -78,7 +78,7 @@ Links to relevant documents (based on the CG Draft Report) can be found below.
<tr>
<td><a href="https://w3c.github.io/sustainableweb-wsg/guidelines.json">WSG JSON API</a></td>
<td>JSON API</td>
<td>17 May 2025</td>
<td>21 May 2025</td>
</tr>
<tr>
<td><a href="https://w3c.github.io/sustainableweb-wsg/star.json">STAR JSON API</a></td>
Expand Down
14 changes: 7 additions & 7 deletions guidelines.json
8000 84A6
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Web Sustainability Guidelines",
"version": "1.0",
"edition": "Editor's Draft",
"lastModified": "2025-05-17",
"lastModified": "2025-05-21",
"category": [
{
"id": "1",
Expand Down Expand Up @@ -2163,7 +2163,7 @@
"content": "A comprehensive usability testing [toolkit](https://www.userfocus.co.uk/articles/testplan.html)."
}
],
"tags": ["Accessibility", "Education", "Governance", "Ideation", "Research", "Social Equity", "UI", "Usability"]
"tags": ["Accessibility", "Education", "Governance", "Ideation", "Research", "Social Equity", "Strategy", "UI", "Usability"]
},
{
"id": "25",
Expand Down Expand Up @@ -2258,7 +2258,7 @@
"content": "It is important to automate measurements of page speed, time-to-first-byte, and page score to verify recent changes didn't increase these metrics. Automatic threshold alerts or anomalies on metrics help indicate regression. Identify target \"page weight budgets\" to help establish a baseline. Popular performance tools like Google Lighthouse can help too. Similarly, environmental metrics can be measured or assessed and evaluated against thresholds defined in a sustainability budget. Here is a [checklist](https://www.wordstream.com/blog/ws/2022/01/24/website-audit-checklist) for auditing a web design."
}
],
"tags": ["Accessibility", "Compatibility", "KPIs", "Performance", "Privacy", "Reporting", "Research", "Security", "Social Equity", "UI", "Usability"]
"tags": ["Accessibility", "Compatibility", "KPIs", "Performance", "Privacy", "Reporting", "Research", "Security", "Social Equity", "Strategy", "UI", "Usability"]
},
{
"id": "26",
Expand Down Expand Up @@ -2354,7 +2354,7 @@
"content": "[Prefetch resources to speed up future navigations](https://web.dev/articles/link-prefetch?hl=en)."
}
],
"tags": ["Accessibility", "KPIs", "Networking", "Performance", "Research", "Strategy", "Usability"]
"tags": ["Accessibility", "KPIs", "Networking", "Performance", "Privacy", "Research", "Strategy", "Usability"]
},
{
"id": "27",
Expand Down Expand Up @@ -4667,7 +4667,7 @@
"content": "Some hosting companies [display](https://pue.dc2.opcore.eu/en/) their PUE / WUE. In addition to being a good way for users and possible customers to get insight into this, it is also a good lever to incite competitors to do the same. The [Green Hosting Directory](https://www.thegreenwebfoundation.org/tools/directory/) from the Green Web Foundation offers a list of hosting companies that claim to use only renewable energies."
}
],
"tags": ["Hardware", "Networking", "Social Equity"]
"tags": ["E-Waste", "Hardware", "Networking", "Social Equity"]
},
{
"id": "2",
Expand Down Expand Up @@ -4751,7 +4751,7 @@
"content": "[htaccess Server MIME Type Control](https://github.com/h5bp/server-configs-apache/blob/main/dist/.htaccess). [Apache](https://github.com/h5bp/server-configs-apache) and [NGINX](https://github.com/h5bp/server-configs-nginx) boilerplates are available."
}
],
"tags": ["Assets", "HTML", "JavaScript", "Networking", "Performance"]
"tags": ["Assets", "HTML", "JavaScript", "Networking", "Performance", "Software"]
},
{
"id": "3",
Expand Down Expand Up @@ -5073,7 +5073,7 @@
"content": "[Cleaning up bad bots](https://blog.cloudflare.com/cleaning-up-bad-bots/) can improve sustainability."
}
],
"tags": ["Performance", "Software"]
"tags": ["Performance", "Security", "Software"]
},
{
"id": "7",
Expand Down
Loading
0