I’m proud to say that TPC! Memory Usage for WordPress has been adopted by a lot of WordPress administrators out there, and initial reviews have been great. Today, I found a few articles that TPC! users may find useful and interesting, including one which benchmarks popular WordPress plugins. WordPress and Server RAM: Your (many) Plugin [...]
Over the past few weeks, I’ve been actively developing some long-awaited TPC! Memory Usage features. The highlights of the latest release are listed below. I believe that these will help WordPress developers and administrators improve scalability and performance of their blogs and custom applications. Custom checkpoints allow administrators to measure memory usage anywhere a WordPress [...]
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 [...]
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 [...]
To complete a simple Ajax call within the administration panels, we will need a minimum of three functions. Here are the functions used in the sample code: _wp_display_content() — responsible for displaying the form or content, and the nonce field. _wp_display_content_js() — displays the JavaScript code for our Ajax call in the footer. _wp_sample_ajax_call() — [...]
August 21, 2009 - 11:05 pm
You didn’t include all the files for the plugin in the repository =)
require_once(‘tpcmem.php’);
require_once(‘tpcmem-functions.php’);
require_once(‘tpcmem-formatting.php’);
^^ missing from repository zip
August 21, 2009 - 11:13 pm
Hey Philip,
Unfortunately, I experienced an SVN error while doing a quick update. They should all be there now. I apologize! Thanks for taking the time to let us know!
-Chris
August 21, 2009 - 11:32 pm
You’ll be happy to know that it’s 100% WPMU Compatible, thanks much for this.
August 21, 2009 - 11:34 pm
@Philip M. Hofer (Frumph)
That’s great news! Thanks for letting me know about that!