Posted by Brian on January 28, 2010 ·
PHP is a very fast server side scripting language that is often used for dynamic content such as blogs including Tech Airlines. However, themes often contain many unnecessary PHP queries, especially those that are publicly distributed. Queries often request information from the database and even though its very fast, excessive requests could significantly slow down your site.
Some Examples of Unnecessary WordPress PHP Queries
Unnecessary queries are often found in the header.php file. Here are a [...]