Once the WordPress installation is complete, the job is not finished! Far from it, you still have to optimize to get the best...

Optimize WordPress After Installation
Your new WordPress site is brand new? Your pages are ready, your relevant articles about to be published? Very well! However, before announcing its opening to the world, so do a quick check of the following:Think A Speed Using A Cache
Caching is to create HTML pages to your server from the pages generated by WordPress. Then the server has only to view pages without making multiple requests normally required for their display. There are many plugins cache from simple Quick Cache or even W3 Total Cache and WP Super Cache. The speed is good for your visits and for your WordPress SEO.Install and activate your cache plugin, once your site/blog finished.
The configure .Htaccess file for WordPress
.Htaccess files are configuration files for Apache web servers. They can be placed in any directory of the website (the configuration applies to the directory and all those in it who do not have such a file inside).It is important to configure this file, including prohibiting changes on some files, prevent reading directories, compress, set the cache, etc... To learn more, I urge you to read the article.
Increase The Size Memory Limited Under WordPress
By default, WordPress is trying to increase the PHP memory to 32 MB to run. Consider changing this value to 64 or 96 MB to benefit from higher memory and improved performance. Edit your wp-config.php and add/change the following line:Disable And/Or The Limit Revisions Article
You've probably already noticed, WordPress keeps track of all changes to article. Practical course, but intensive space on the database. If you rarely use the revisions, consider disabling them through your wp-config.php:You can also limit the number (set to 3 in this example):
Delete Themes And Plugins Not Used
The water wets and fire it burns ;) It is obvious that any unused WordPress plugin should be disabled and removed, always better than the level of resources and the security of your WordPress. Regarding your WordPress themes not enabled, this takes place and it will inform each updated them, so get rid of!His optimize WordPress Theme
Reduce the number of requests to the server database and reduce its overall weight. PHP remove unnecessary queries: For example, change your theme, replacing the PHP function your hard URL, thus avoiding an additional request to the Bdd. To do this, look for the call to function get_option('url') in your WordPress theme.Reduce the number of requests to the server: Use the CSS sprites and copy the contents of all your CSS files into a single file, do the same for JS files. Increase the compression of these by removing white and / or comments to reduce their weight.
Clean The Base Of Basic data
The databases are optimized and maintain, so it is necessary to clean under penalty of slowdowns. There is a procedure through phpMyAdmin or even the WP-Optimize plugin.You can also refer to section 15 useful queries for WordPress.
The Host Images And/Or Remain Their Loading
The images can be greedy sometimes, to relieve your server resources you can host them elsewhere (Amazon S3 in subdirectory, using a CDN).The alternative is to decorate their loading. The principle is simple, I care and I display the image only when the visitor needs to see! To put in place, I recommend the free plugin Lazy Load.
Check Rendering Site On Different Browsers
We too often forget, there are still people who use Internet Explorer ;) In addition, it is necessary to control the display of your site on major browsers. Here is an article consisting of no less than 10 tools to test the display.Check The Links And 404 Errors
When designing, you definitely placed moultes hyperlinks, make sure you have correctly spelled with Broken Link Checker. This allows to automatically checking in your articles, comments, and other content, broken links / broken and missing images and notifies you by email even if detected.Before the launch of your website, remember to install the Redirection plugin to handle any (future) 301s and especially to keep track of all 404 errors generated.
Conclusion
Is a long way to go for anyone who wants optimize its site, and that this checklist is not exhaustive ... As a bonus below, tools and resources to improve the optimization of your WordPress:- P3 - Plugin Performance Profiler, find plugins that slow down your WordPress
- WP-Smushit a plugin to significantly reduce your images
- GTmetrix or Pingdom Tools a tools to measure the speed