1

Intégration des liens lemmy

This commit is contained in:
2025-12-11 00:35:08 +01:00
parent 2f86630e35
commit 8315fd2b21
457 changed files with 1799 additions and 1662 deletions

View File

@@ -3,17 +3,13 @@ links:
- name: Page d'origine
url: https://tonsky.me/blog/js-bloat/
lang: en
title: "JavaScript Bloat in 2024 @ tonsky.me"
date: 2024-02-22
title: JavaScript Bloat in 2024 @ tonsky.me
date: 2024-02-22T00:00:00.000Z
keywords: []
cover: "images/screenshot.png"
# Example:
# links:
# - name: "LEGO (France)"
# lang: "fr"
# url: "https://www.lego.com/fr-fr/product/t-rex-rampage-75936"
# official: true
status: [ { "date": "2025-03-25T10:55:19.654Z", "http_code": 200 } ]
cover: images/screenshot.png
status:
- date: '2025-03-25T10:55:19.654Z'
http_code: 200
weather:
temperature: 9.2
humidity: 88
@@ -24,6 +20,7 @@ weather:
wind_direction: 222
source:
- open-meteo
comments_url: https://com.richard-dern.fr/post/178
---
> [...] I was living under impression that, for example, if the average web page size is 3 MB, then JavaScript bundle should be around 1 MB. Surely content should still take the majority, no?