With the new WordPress and it’s new features, it seems like WordPress is capable of much more than a simple blog engine. But how well does WordPress scale being...
What I want is to start counting time somewhere in my code and then get the passed time, to measure the time it took to execute few function. I...
It is my understanding that the range() function, which is actually an object type in Python 3, generates its contents on the fly, similar to a generator. This being...
I have just hit my first serious issue with WordPress and for someone that enjoys Ajax this is a biggy. I have an Ajax request that is taking 1.5...
Most people are aware that minimizing the number of plugins used is a good way to help keep a WordPress site running fast. However, does that general rule include...
Besides installing W3 Total Cache or another caching plugin what steps can I take to make sure that my theme and site run as fast as possible. You could...
Efficient way to do batch INSERTS with JDBC