|
Thursday, 09 July 2009 15:22 |
|
I would like to work on optimizing a wordpress site. Checking database settings, queries, javascript, css, and plugins is required. Some optimization has been performed already. This is to help identify others way to improve the site.
Here is an Optimization Checklist
WP Super Cache - with GZIP enabled
Move .htaccess directories to server config and disable .htacess parsing
Combine CSS files into one CSS files
Combine Javascript files into one JS file loaded in the footer
Look at using CSS sprites
Verify PHP opcode cache
Review list of plugins for optimal use
Look at hosting common javascript at google
Check wordpress queries
Remove unneccesary meta info
Check Databse
|