Steve Borba

My notes, I hope they help you, feel free to comment/add to them

WordPress Optimizations

Use google test site

I fixed most of it by installing the plugin “Autoptimize”

  Optimize HTML Code
  Optimize JavaScript Code
  Optimize CSS Code
  Also aggregate inline CSS
  Inline all CSS
  Remove emojis
  Remove query strings from static resources
  Combine and load (Google) fonts asynchronously with webfont.js

Another was to do this:

convert puzzle.jpg -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG \
   -colorspace sRGB puzzle.jpg.new
mv puzzle.jpg puzzle.jpg.old
mv puzzle.jpg.new puzzle.jpg

Got to 89/95 scores!

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>