-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance 2024 Chapter #3807
base: main
Are you sure you want to change the base?
Performance 2024 Chapter #3807
Conversation
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 26.9%, saving 103.18 KB.
2036 images did not require optimisation. |
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 17.9%, saving 101.48 KB.
2041 images did not require optimisation. |
@@ -8,7 +8,7 @@ | |||
STATIC_DIR = ROOT_DIR + "/static" | |||
|
|||
SUPPORTED_YEARS = [] | |||
DEFAULT_YEAR = "2022" | |||
DEFAULT_YEAR = "2024" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert before merging. Just done to allow chapter to be displayed.
@@ -4,7 +4,7 @@ const convert = require('xml-js'); | |||
|
|||
const { get_yearly_configs } = require('../generate/shared'); | |||
|
|||
const default_year = 2022; | |||
const default_year = 2024; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert before merging. Just done to allow chapter to generate.
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 16.9%, saving 10.69 KB.
2069 images did not require optimisation. |
IN PROGRESS
Fixes #3602
Staged at: https://performance-2024-dot-webalmanac.uk.r.appspot.com/en/2024/performance
TODO:
Note: Test Website / Build and Test Website is failing due to the contributors not being listed in contributors.md. That was not done yet to avoid merge conflicts with other chapters.