Total WordPress Optimization • Search Engine Optimization • WordPress & SEO •  WordPress security • PPC • Psychology • WordPress Design • WordPress Installation
Optimization Tips - Printable Version

+- Total WordPress Optimization • Search Engine Optimization • WordPress & SEO • WordPress security • PPC • Psychology • WordPress Design • WordPress Installation (https://totalwpoptimization.net)
+-- Forum: Total WordPress Optimization (https://totalwpoptimization.net/forumdisplay.php?fid=19)
+--- Forum: Simple WordPress Installation (https://totalwpoptimization.net/forumdisplay.php?fid=105)
+---- Forum: Tips, tricks and how to... (https://totalwpoptimization.net/forumdisplay.php?fid=64)
+----- Forum: How to install WordPress Templates/Themes (https://totalwpoptimization.net/forumdisplay.php?fid=25)
+----- Thread: Optimization Tips (/showthread.php?tid=90)



Optimization Tips - shiloh - 12-10-2013

1. Host Assets Separately: Things like images, javascripts and CSS that doesn’t require server-side processing.

2. Compression: Compressing the content reduces the time needed to process each request.
Here's a website to understand more about it: http://www.sitepoint.com/web-output-mod_gzip-apache/

3. Merge Multiple Javascripts Into One : I guess this doesn't need any explanation, it's more logical too. Smile

4.Handling Web Images: if you want to avoid images slowing down your website and losing impatient viewers, you need to learn about the formats and how you should save your images for the web.
Link: http://inobscuro.com/tutorials/optimizing-images-for-web-35/
If you have any more tips or see something wrong with my post, say it in the comments.


RE: Optimization Tips - admin - 12-21-2013

Yeah - if you have lots of images or other heavy stuff use CDN and benefit from parallel loading. Also combine css. W3TC can do both for you and can also combine Java scripts.


RE: Optimization Tips - john.89.oning - 01-15-2016

Wow, I didn't know this about saving images, thanks for the article!


RE: Optimization Tips - AronPL - 06-09-2016

Ha ha thats a funny cat :-)


RE: Optimization Tips - Jonzz - 11-21-2016

Thanks for sharing these tips. Definitely going to help newbies like me out for sure.