Git Product home page Git Product logo

no.lol's Introduction

Netlify Status Build Status

Lauren's personal blog. master is automatically deployed to Netlify.

Image Pre-optimization

Gatsby already optimizes using sharp, but recommends pre-optimizing images to improve build perf. Images in this repo tend to be stored at their highest relative quality so that sharp has the best quality image to generate multiple sizes with. However, this means that we tend to store large images which does increase build times quite heavily.

Prerequisites

  • convert
  • mozjpeg (you will need to compile your own binaries. If you use MacOS, you can install with brew install mozjpeg)

Running the script

Run the yarn preoptimize:images command whenever you add a new image. This will recursively look for jpgs in the specified folder, excluding images with the -optimized.jpg suffix.

The script will first convert the jpg into the pnm format (required by mozjpeg), then pipe the output into cjpeg. See usage here. We run cjpeg with the -optimize flag, then output the file to the same directory with the -optimized.jpg suffix.

Finally, reference the optimized jpg in your blog post.

no.lol's People

Contributors

renovate[bot] avatar poteto avatar bors[bot] avatar renovate-bot avatar scottbrenner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.