Image Preloading

I think Pingdom Tools gives you a false image. I opened your website (advia.com.au?) in Chrome with the Developer Tools open, and it loads 57 items, not 146 as Pingdom Tools shows. I think Pingdom Tools just scans the HTML and CSS files and loads all images it finds there – you have 113 url() … Read more

How many caching plugins should be used?

@Tal, Generally speaking you should only be using one caching plugin. WP Super Cache, W3 Total Cache, Hyper Cache and DB Cache Reloaded all drop files directly in your wp-content directory and they would conflict with each other and cause errors if you were using more than one. I would recommend using W3 Total Cache … Read more

What should be disabled to run on an internal network with no access to the Internet?

After more fruitless searching, I stumbled across this article from WP Tavern which mentioned a plugin then called “WP Local Dev Environment,” now called Airplane Mode. The plugin blocks a long list of things that WordPress does which require checking something from the Internet. While it is intended to be toggled on or off depending … Read more