Skip to content
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

Minor optimisations #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Minor optimisations #7

wants to merge 1 commit into from

Conversation

peterix
Copy link
Member

@peterix peterix commented Sep 14, 2019

I've ran the images through OptiPNG in lossless mode and done some other minor things to help reduce bandwidth and improve performance.

I did look into using WebP with the element but the filesize differences were negligible when compared against the optimised png stuff.

The font preconnect line in site\themes\multimc\layouts\partials\header.html is explained here: https://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/optimize_amp?format=websites#optimize-custom-fonts

I've ran the images through OptiPNG in lossless mode and done some other minor things to help reduce bandwidth and improve performance.

I did look into using WebP with the <picture> element but the filesize differences were negligible when compared against the optimised png stuff.

The font preconnect line in site\themes\multimc\layouts\partials\header.html is explained here: https://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/optimize_amp?format=websites#optimize-custom-fonts
@peterix
Copy link
Member Author

peterix commented Sep 14, 2019

@PaintNinja sorry, totally forgot this was here.

I've redone how the site repo is structured, how the site is built, and how it will be deployed.

Basically, we have master. It is built and always deployed to test.multimc.org.
When we are happy, we will deploy the same already built files to the main site. No need for develop again.

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.

2 participants