One Tool Inadvertently Helps Cure Others’ Ills

Posted by admin in Wordpress Plugins, C... | 12.03.2010 - 8:22 am

So we have not made it a secret on this blog that we are big fans of VaultPress as a product (Disclosure: They are advertisers on this blog). I have been using it on this blog (amongst others) for our protection and have happily paid for our privilege and peace of mind. It has been a little rocky to get started and we have offered and received help and feedback for the issues we ran into during the initial sync with VaultPress. The peace of mind is satisfying, the support is very reasonable, the product is a “set it and forget it” and as such, it runs on its own. I check the security area once in a while and marvel at the number of comments and other statistics that are mildly interesting but not all that helpful.
Then I noticed something last morning that made me think. I know that does not happen […]

Original post by Mark Ghosh

    Technorati Tags: ,


    WordPress Bids Farewell to PHP 4 and MySQL 4

    Posted by admin in Wordpress Plugins, C... | 07.25.2010 - 10:15 pm

    After five years of dedicated support, WordPress will be leaving PHP 4 and MySQL 4 behind for the far more current and secure PHP 5 and MySQL 5. WordPress 3.2, planned to launch during the first half of 2011, will be the first release to require PHP 5.2 or higher and MySQL 5.0.15 or higher.
    The change really comes as no surprise. Both PHP 5 and MySQL 5 are far more secure than their predecessors and they are actively developed. How long has it been since an update was made to PHP 4 and MySQL 4? The final version of PHP 4 was released during August of 2008, followed by the final version of MySQL 4 on December of 2008. Both PHP 4 and MySQL 4 have been discontinued for almost two years.
    The WordPress team is confident that the change in requirements will be relatively inconsequential. According to Mark […]

    Original post by James Huff

      Technorati Tags:


      Scaling WordPress Part 1: Using MySQL Replication and HyperDB

      Posted by admin in Wordpress Plugins, C... | 03.27.2010 - 1:45 pm

      Everyone loves to get loads of traffic to their websites, however, websites get timed out or respond very slowly when many users try to access it at the same time. WordPress does a pretty good job of handling lots of users at once, however it in itself cannot help you manage all the traffic, and you need proper server setups and cache setup to scale to accommodate more users.
      WordPress Super Cache does a pretty neat job too at handling heavy traffic, however, there will be a time when the cache in itself will not solve your problems and you will need to make changes to your server setup in order to ensure that your website loads properly and fast.
      One of my pet projects on my personal websites has been to scale the site to allow around 70-100 thousand+ users to seamlessly access the site without having to suffer slow load […]

      Original post by Keith Dsouza

        Technorati Tags:


        How many Queries are too many?

        Posted by admin in Wordpress Plugins, C... | 07.12.2008 - 10:05 pm

        I have been asked this question quite a few times and I never have a perfect answer. It is obviously an important question to ask but it can be answered in many different ways based on preferences, need for plugins, optimization techniques used and a variety of other factors.
        Weblog Tools Collection uses a lot of plugins and is very query heavy but the in spite of that, the front page uses 59 queries to generate itself. I think the default (on a vanilla WordPress install on the default theme) is 27 or something of that nature. The larger the number of queries, the slower the page is going to load and the more load you are going to put on your MySql server. All of the above is true if you do not use inline or regenerative caching mechanisms. The caveat on this blog is that its plugins and its […]

        Original post by Mark Ghosh

          Technorati Tags: