Mobile and speed fixes
Photos resized to the size they are actually displayed at and saved as WebP, a newer image format that stores the same picture in a fraction of the space. Images below the fold get loading="lazy", which tells the browser to wait on photos nobody has scrolled to yet. Render blocking scripts get moved, meaning code that currently stops the page drawing until it finishes downloading. Most local sites we see are carrying two to three megabytes they do not need.