Web Performance Tricks

This CSS one-liner will speed up any website instantly!

img {
  display: none !important;
}

For an even bigger speed boost, add this!

* {
  background-image: none !important;
}