=== TPC! Memory Usage === Contributors: cstrosser Donate link: http://webjawns.com/ Tags: memory usage, admin, memory Requires at least: 2.7 Tested up to: 2.8.4 Stable tag: 0.2 Keep track of your WordPress memory usage, including peak and current usage. Features a dashboard widget and settings page for customization. == Description == TPC! Memory Usage allows WordPress administrators to view the current and peak memory usage of the application. This is extremely helpful when testing new plugins, or if there are a lot of modifications, plugins, or large language files. A strategic dashboard widget will provide a snapshot which includes the following information: * Current memory usage * Current peak memory usage * Logging for all-time highest memory usage * Customize permissions to show certain users the memory usage widget and display mechanisms * PHP memory limit * WordPress memory limit (defined in wp-settings.php) * PHP version * User Agent tag * Server software == Installation == 1. Download TPC! Memory Usage. 2. Upload all files into `/wp-content/plugins/tpc_memory_usage/`. 3. Activate the plugin using the WordPress plugin administration panel. 4. Under the Settings tab, find and click the navigation item entitled Memory Usage. 5. Customize your TPC! Memory Usage installation using the on-screen options. == Screenshots == 1. The default dashboard widget 2. The default dashboard widget with the lower information panel extended 3. The settings page for TPC! Memory Usage == Changelog == = 0.2 = * Ability to log historically highest memory usage * Ability to block certain users from viewing the dashboard widget and other display mechanisms = 0.1 = * Initial release * Dashboard widget with peak and current memory usage * Option to show memory usage in administration panel footer * Option to show memory usage in comments within the WP site pages and posts == Frequently Asked Questions == = Why can't I see the memory usage within the HTML on the pages/posts? = This can happen for either one of two reasons. First, make sure that this feature has been enabled and you are looking in the correct place. A quick search for 'Memory Usage' (w/o the quotes) may help you find the data; however, if this doesn't work you will have to make sure that the `wp_head()` or `wp_footer()` functions or actions are called within the theme you are using. Some themes do not include out-of-the-box support, so you may have to add the `wp_head()` or `wp_footer()` functions to the theme templates yourself.