Help Me With Understanding My Site StatsSeptember 5th, 2007 I noticed something funny with this site's statistics. On average people are spending 4 minute 8 seconds on the site.
How To Increase Your WordPress Site Performance (Without Losing Functionality) by 10 TimesDecember 31st, 2006 WordPress bloggers often engorge themselves with tons of plugins which are freely available (free wordpress plugins we provide). However quality is not assured with most of the free plugins out there in the wild and often they end up significantly slowing the site.
Sun Restricts MySQL Query Analyzer Tool To Gold Subscribers OnlyNovember 25th, 2008 The MySQL Query Analyzer tool monitors query performance and quickly pinpoints and corrects problems in SQL code. It promises to "turbo-boost" the speed and uptime of MySQL database applications.
How To Compare Strings With == in JavaFebruary 25th, 2006 Almost every java developer finds one fine morning that he cannot compare String with "==" as he has been doing with int or char. Then either he finds out or someone kindly tells him that objects cannot be compared with "==".
PHP Performance with eAccelerator versus eAccelerator with PHP Zend OptimizerApril 3rd, 2007 I tried using eAccelerator alone and then integrated it with PHP Zend Optimizer for better performance. The result was surprising.
Uglifying Simple Thoughts BlogJuly 10th, 2007 I am making some more changes to the site. Bear with my uglification / beautification (you decide) efforts.
Simple Firefox DNS Hacks To Boost PerformanceAugust 10th, 2007 While an individual DNS request often takes small time to execute, when the primary DNS server is overloaded or unavailable it can take quite sometime to resolve your requests. Now what has that to do with improving Firefox performance?
Firefox makes DNS requests to convert host name (like blog.taragana.com) to IP addresses (like 72.36.134.131), which is then used to fetch the web page.
Redesigned "The Complete Book of Eye Care" Book WebsiteNovember 28th, 2005 We just completed the first phase of re-designing the The Complete Book of Eye Care book website. We publish the famous eye care book by Dr.
How Translator Plugin Pro Improves Performance By Dual CachingJanuary 1st, 2007 Translator plugin Pro uses dual caching to speed up your access time. The first level cache doesn't use the WordPress object cache and will improve your performance even with standard caching disabled.
Firefox 3.5.1 fixes serious security flawsJuly 17th, 2009 Mozillla releases Firefox 3.5.1 update version for Windows, Mac, and Linux on Tuesday. This new version claims a fix for critical security hole and available in more than 70 different languages.
Experiment with WordPress Caching: Light Cache versus WP-Cache 2April 29th, 2008 WP-Cache 2 and its younger cousin WP Super Cache have become de-facto suggestion for reducing site load for WordPress blogs. I used WP-Cache 2 on all my blogs.
What is SEO?February 19th, 2007 Search engine optimization (SEO) is a subset of search engine marketing, and deals with improving the number and/or quality of visitors to a web site from "natural" (aka "organic" or "algorithmic" search engine) listings. In effect, SEO is marketing by appealing to machine algorithms to increase search engine relevance and ultimately web traffic.
J2EE Performance Improvement 3X on LinuxApril 5th, 2006 In an interesting press release IBM announced today that Olympus America Inc., a precision company that designs and delivers solutions in healthcare and consumer electronics worldwide, has increased the performance of its Web services three times by supplementing its current environment with Linux on IBM's "all-in-one" System i business computing solution. I am not surprised.
Ngnix: Solution for Directory Resolution Problem in Virtual HostingJuly 9th, 2008 Nginx displays a peculiar but logical behavior when handling directories specified without the ending slash. For example you have a directory like http://www.example2.com/dir/.
Java Software Performance: Stories from TrenchesOctober 16th, 2005 James Gosling blogs about Java software performance myths and posts an interesting story (below). The comments contains few more stories from the trenches as they say.
September 26th, 2007 at 1:45 am
lighttpd should be a breeze for you since you don’t use “pretty permalink” (urls without “index.php”)
It sucks if you want to use real clean permalinks, because there is no such things as “if file does not exist, redirect” as the generic rewrite rule in WP .htaccess
September 27th, 2007 at 9:54 pm
I do use pretty permalinks for most of my blogs, except the early ones like simple thoughts.
How did you solve it?