Skip to content

Add 2025 chapter config#4244

Merged
tunetheweb merged 9 commits intomainfrom
configure-2025-chapters
Oct 11, 2025
Merged

Add 2025 chapter config#4244
tunetheweb merged 9 commits intomainfrom
configure-2025-chapters

Conversation

@tunetheweb
Copy link
Copy Markdown
Member

I used these to get the stats:

# Number of sites analysed
SELECT "ALL", COUNT(DISTINCT root_page) FROM `httparchive.crawl.pages` WHERE date = '2025-07-01'
UNION ALL
SELECT  client, COUNT(DISTINCT root_page) FROM `httparchive.crawl.pages` WHERE date = '2025-07-01' group by client;

# Data Analsysed - do NOT run this but just note the total TB useddata
SELECT *
FROM
  --`httparchive.crawl.pages` WHERE date = '2025-07-01' -- 33.35 TB
  `httparchive.crawl.requests` WHERE date = '2025-07-01' -- 210.41 TB

@github-actions
Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 24.9%, saving 13.1 KB.

Filename Before After Improvement Visual comparison
src/static/images/home-hero-2025.png 52.7 KB 39.6 KB 24.9% View diff

@github-actions
Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 14.9%, saving 5.9 KB.

Filename Before After Improvement Visual comparison
src/static/images/home-hero-2025.png 39.6 KB 33.7 KB 14.9% View diff

@github-actions
Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 11.7%, saving 3.9 KB.

Filename Before After Improvement Visual comparison
src/static/images/home-hero-2025.png 33.7 KB 29.7 KB 11.7% View diff

@tunetheweb tunetheweb merged commit 461c724 into main Oct 11, 2025
10 checks passed
@tunetheweb tunetheweb deleted the configure-2025-chapters branch October 11, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant