DEV Community

Discussion on: Using Gulp to Optimize Your Site Speed and Improve SEO

Collapse
 
waylonwalker profile image
Waylon Walker

Gulp is awesome! I built several sites with it before jumping to gatsby.

I've been relying on gatsby/services to optimize my images for awhile, but I am not getting so many images that cloning and uploading my site was getting slow.

I decided it was time to go ahead and optimize the source images, but I went with a plain ol cli command.

jpgoptim *.jpg
optipng *.png