December 26, 2009 - 12:52 am
Tags: cPanel, EasyApache, php 5.3.1, WHM
Posted in PHP, cPanel / WHM | 1 comment
After much patience and persistence on the part of myself and many other individuals, we now have PHP 5.3.x support in EasyApache, starting with PHP 5.3.1. For those of you who may be unaware, EasyApache is WHM/cPanel’s tool for creating custom compilations of Apache and PHP. This solves many problems for those who have been [...]
November 19, 2009 - 10:43 pm
Tags: cPanel, EasyApache, PHP, php 5.3.1, stable, WHM
Posted in PHP | 3 comments
After four release candidates, we finally have a stable PHP 5.3.1 release. For those already running PHP 5.3.0, there’s not much that is different, but there are some improvements. For others, it means there will probably be PHP 5.3 support in cPanel/WHM via EasyApache very soon. In PHP 5.3.1, the max_file_uploads directive was introduced into [...]
We just released TPC! Memory Usage 0.4, which in addition to providing memory usage monitoring, provides WordPress users with a detailed System Info screen within the WordPress administration panel. The system information screen includes information on web server, PHP, MySQL, and WordPress statuses and settings. A link has been provided from the dashboard widget for [...]
September 7, 2009 - 7:22 pm
Tags: cPanel, php 5.3.1, release candidate, WHM
Posted in PHP | 3 comments
This is just a notice to let everyone know that the first PHP 5.3.1 release candidate has been released. For those of you who use cPanel/WHM, this means that you are one step closer to having out-of-the-box PHP 5.3 support. On cPanel’s forums, a member of cPanel Quality Assurance said cPanel would most likely wait [...]
About two weeks ago, I wrote a short article called eAccelerator reduces WordPress memory usage which outlined how I was able to reduce WP memory usage to 8MB. While looking into the Zend Framework, I came across Zend Optimizer again, which I hadn’t messed with in a while. I decided to install it on a [...]
In my quest to minimize the memory usage of our beloved blogging platform, WordPress, I came across eAccelerator. After using Zend Server, and experiencing the performance boost their caching mechanism created, I started looking for something that would work easily with cPanel/WHM. Lo and behold, there exists a program called eAccelerator which is quoted as [...]
The very first version of TPC! Memory Usage has been released to the public, and we received WordPress approval to be placed in the plugin directory. TPC! Memory Usage allows WordPress administrators to track current and peak memory usage. It’s an extremely useful tool that can help any admin, especially those who use plugins, language [...]
August 24, 2009 - 8:38 pm
If you install APC or another byte code cache in your CPanel stack, the memory usage will be very similar. And of course, your wordpress or any other app will run faster.
August 24, 2009 - 8:40 pm
@KumbiaPHP framework
Thanks so much for the reply. I’ve been wondering about this. Is the Zend Data Cache component the byte code caching system or is it something else?
Any sites you would recommend on learning more about this?
August 25, 2009 - 8:45 am
@admin
Yes, Zend Data Cache is a byte code cache that comes with Zend Server CE, and is similar to APC
August 25, 2009 - 11:26 am
The byte code caching component in Zend Server is the Optimizer Plus.
Data cache supplies API to cache data between requests (and PHP processes)