Delete The Plugins You Don't Use
Every time you install a new plugin, it creates the files it needs to operate as well as setting some options in your database and specifically in you wp_options table. Now if after some time you decide to disable or even uninstall this plugin, these options remain in your database causing it to become larger in size and slower in queries originated from your PHP.
For this reason it is a good practice to delete all the plugins you don't use (instead of leaving them in a disabled state) and remove any orphaned options from your database. This will add up to your site speed as well, since your database will become even more responsive and manipulative.
Remove Orphaned Options From DB
Again, I wouldn't suggest this if there wasn't an easy way to implement this and what's easier than using a dedicated plugin. You can find a few of them that do the job, but I found the Clean Options Plugin is very easy and effective to use.
After installation activate it and then go to Tools -> Clean Options -> Find Orphaned Options. From the list that is generated select only the entries that you can identify from your old plugins. If you find entries that you don't recognize, then leave them untouched so that you are on the safe side with this.
After selecting the identifiable entries, click at the View Selected Options Information button and on the new page click YES, Remove All Of These Options From The Wp_Options Table.
That's it!
Join the Discussion
Write something…
Pobman
Premium
I would not suggest most people run with W3 Total Cache, unless your server is setup right you will not see all the improvements from this plugin and you can actually make things worse. If you install it and you only have options for Disk caching, i.e. no APC etc. then I would just jump ship to Super Cache which pretty much works out of the box.
Running with the CDN though is a massive improvement for most people, I now run most sites with static content on cloudfront and the difference is out of this world.
FYI Cloudfront have added Sydney Australia to their CDN... makes them a winner in my book!
Nice guide though.
Running with the CDN though is a massive improvement for most people, I now run most sites with static content on cloudfront and the difference is out of this world.
FYI Cloudfront have added Sydney Australia to their CDN... makes them a winner in my book!
Nice guide though.
Denisara
Premium
smush it doesnt appear to work. it does nothing if I 'mass smush' and if I do them one at a time (and I have 364 pics) it times out. any suggestions? here is the error message I am getting: Automatic smushing has been disabled temporarily due to an error. Operation timed out after 20071 milliseconds with 0 bytes received
i tried a few more pics to "smush" and now they show up "BLANK" how do i get them back? this does NOT work
case in point:
http://bonestrivia.com/bones-season-eight-begins/bones-season-eight
this is one pic "smushed" out of about 12 that i tried this on. how do you reverse this ??????
i guess i have to redo that work completely if I want pictures to show UP
i tried a few more pics to "smush" and now they show up "BLANK" how do i get them back? this does NOT work
case in point:
http://bonestrivia.com/bones-season-eight-begins/bones-season-eight
this is one pic "smushed" out of about 12 that i tried this on. how do you reverse this ??????
i guess i have to redo that work completely if I want pictures to show UP
Denisara
Premium
funny, I was told that W3 Total Cache is a mistake to use unless you get like over 10k visitors per month by either Jay, Kyle or Carson...among others. The rest of what you say to do does not make sense to a newb such as myself but thanks for the article...maybe it will help someone else
morlandroger
Premium
WOW this is very comprehensive! Will come back to it and look at some of my sites again with a view to speeding up load times. Thanks for this