Day 6 – Two Week Campaign
To make the site clean and faster loading, I remove one piece advertising script. The ads removed is provided by Kontera, I used it for many years. It is a content link ads. It mimics text link. When mouse move...
Tech geek. Life geek.
To make the site clean and faster loading, I remove one piece advertising script. The ads removed is provided by Kontera, I used it for many years. It is a content link ads. It mimics text link. When mouse move...
I test the System Mechanic 10.8 on my Windows XP sp3 in my office. Installation is pretty simple. It is one of the best PC tune-up / PC utility tools I used up to now. First, speed is very important....
CSS file can be compressed by YUI compressor of Yahoo. I used to use v2.4.2 to do it. Now I saw YUI compressor 2.4.7 released. Let me see how big difference of them. One normal CSS file, which can be...
I do like to mod my Blog time by time. And also check the performance of website often. Now, I find UI of one of the best testing sites is changed. It is WebPageTest. The new look is clear and...
Everyone knows my blog is powered by MovableType. Actually I start to blog from MovableType 3.11. There is a mt.js file in root of the blog. It is 20K after generating by MovableType 4.26. Then to make it smaller. I...
I wrote PHP Optimization to improve performance. Now I have another ten PHP optimization tips for you. 1. Single-quoted strings. Use single quote when possible. It is faster than double quote. If it is string only, just pick single quotes....
When coding in PHP in variety ways, some way is simple, some is not. But there must be one better way that can provide better performance. Here is a list of 63+ best practice to optimize PHP code performances I...