Recent Posts
extjs.pilotwarezhk
Return To Blog Listing
a personal learning experience in SEO, PHP, ExtJS, LAMP, etc...
Recent Posts Tagged With 'optimization'
Tweak Apache for more speed
As you may know, there’s always one simple way to improve Apache server performance, adding additional hardware resources, such as RAM, faster CPU, etc. But most of the time, the same result can be achieved by tweaking the configuration of the ...
More on optimization
There’re many articles around the internet related to MySQL optimization, fine tunning my.cnf to achieve a better performance. After reading hundreds of articles, I found that, none of these are really useful if you have a poor designed data...
check and optimize MySQL database automatically
MySQL is a very popular, free, yet powerful database system. But just like all other database systems, the tables will get fragmented with overhead due to continous update, delete, or insert operations. Also, the databases may get corrupted due to in...
WordPress Tips: Optimizing your blog
I’ve talked about SEO couple months ago, after digging through other sites, I want to talk about blog optimizing now. However, there are many directions to optimize a blog, SEO, performance, etc. Here I’ll sum up some of my opinion. DO N...
Web site performance tuning
There are many way of tuning your site’s performance, caching, gzip the content, write faster code, Apache tuning, etc. And here is what I do to improve the load time by over 200%. Caching - there are 2 ways to cache my company’s web site...
Advanced On-page Optimization - LSI & SILO Structures (part 2)
So how do we cover our niche thoroughly? For this purpose, we need to understand what Google thinks of a search term. We need to understand the keywords that Google associates to a search term (correlated keywords, synonyms, etc). By implementing lat...
Advanced On-page Optimization - LSI & SILO Structures (Part 1)
Latent Semantic Indexing The LSI and SILO structures are regarded presently as the future of SEO on-page optimization. Google is known to have patented different technologies that make extensive use of LSI and results have shown that this technology ...
Alternative PHP Cache (APC)
APC is an Open Source PHP accelerator for caching intermediate code from scripts. Intermediate code is the internal memory structures produced during compilation that are fed into the executor. APC increases the performance of PHP scripts by cachi...
