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 [...]
Today, I decided to implement a popular distributed caching system called memcached. Memcached allows PHP objects and variables to be stored in memory, which when used properly, can decrease page load time and server load. Memcached can also work as a central cache for a cluster of servers. File-based caching systems work by generating static [...]
In one of my projects, I converted WordPress into a reporting engine, which is used at 20 car dealerships to track Internet sales. During development, I found that I was writing the same code over and over again for the jQuery Tablesorter plugin, which allows you to sort tables using a simple JavaScript call. First, [...]
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() — [...]
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 [...]
October 4, 2009 - 10:29 am
Hey, awesome plugin. I love it, the new features are epic.
I have one request, and feel free to follow up via email, but I’d like this as a standard website page (to use without wordpress) where you could give it some config info (db login) and such, and it provides website statistics and such like it now does in the new version.
The server and PHP information helps me a lot, and its much cleaner than looking at phpinfo();
October 22, 2009 - 4:01 am
it work very well in online but doesn’t work for localhost
when i install(localhost) it change all my localhost link from http://localhost/wp To
http://www.localhost.com/wp
can you fix this error
October 22, 2009 - 7:18 pm
Hey Roger,
I’m not sure I understand. Can you elaborate?
-Chris