Memory Meter

Descripción

Logs memory usage as users browse your website providing latest logs and flagged logs (when memory usage is over specific percentages). For users who have specific capabilities (e.g. administrators) a memory meter is shown in the admin bar showing memory usage as the website and dashboard is navigated and includes several configuration options.

Features

  • Logs memory usage as users browse the website/dashboard
  • Current memory usage by file size
  • Current memory usage by percentage
  • Memory limit
  • PHP memory limit
  • PHP max execution time
  • WP memory limit
  • WP max memory limit
  • Latest memory usage logs
  • Flagged memory usage logs
  • Memory usage logs with page request info (Premium)
  • Memory usage in JS console (Premium)

Usage

After installation memory usage will be logged as any user browses the website, you can see the logs via the Memory Meter menu in the WordPress dashboard.

By default the memory meter will be shown in the admin bar if you are logged in as user with the manage_options capability such as an administrator (the capability can be modified if required, see the configuration tab via the Memory Meter page). In this scenario you will see the meter in the admin bar at the top of your WordPress dashboard and the frontend of your website. Note that there is a user profile setting in WordPress to enable the admin bar, it is enabled by default, if this is not enabled you will not be able to view the memory meter in the admin bar.

If you hover over the memory meter you will see a number of options, such as logs and configuration. In addition to the admin bar, a menu item is included in your WordPress dashboard to give access to the logs, confirguration, etc.

Donate

If this product has helped you, please consider making a donation.

Capturas

  • Memory meter in admin bar
  • Logs
  • Configuration

Instalación

Minimum Requirements

  • PHP 7.4.0
  • WordPress 6.3.0

Installing

You can install Memory Meter via:

  • Automatic installation
  • Manual installation with FTP client
  • WordPress dashboard upload

More information

BETA Functionality

We may occasionally include BETA functionality, this is highlighted with a (BETA) label. Functionality with this label should be used with caution and is only recommended to be tested on a staging/development environment. The functionality is included so users can test the functionality/provide feedback before it becomes stable, at which point the (BETA) label will be removed. Note that there may be occasions where BETA functionality is determined unsuitable for use and removed entirely.

Caching

If you are using any form of caching then it is recommended that the cache lifespan/expiry should be set to 10 hours or less. This is recommended by most major caching solutions to avoid potential issues with WordPress nonces.

Screen Sizes

  • Frontend: Where elements may be displayed on the frontend they will fit within the screen width
  • Backend: Where interfaces may be displayed it is recommended to use a desktop computer with a resolution of 1920×1080 or higher, for lower resolutions any interfaces will attempt to fit within the screen width but some elements may be close together and/or larger than the screen width

Works With

Where we have explicitly stated this product works with another product, this should only be assumed accurate if you are using the version of the other product which was the latest at the time the latest version of this product was released. This is because, while usually unlikely, the other product may have changed functionality which effects this product.

Preguntas frecuentes

Where can I find the memory meter?

See the usage information above.

How do I change the memory file size to KB or GB rather than MB?

You can use the wpmm_memory_meter_file_size_format filter hook.

What percentage of memory usage will make the meter change color?

When your website is using greater than 75% of allocated memory the meter will change to orange (warning), if greater than 90% it will change to red (bad). If you want to change these default percentages you can use the wpmm_memory_meter_memory_usage_percentage_warning and wpmm_memory_meter_memory_usage_percentage_bad filter hooks.

Who can see the memory meter/can I make it visible to specific users?

The memory meter shows by default for any user with the manage_options capability, which is usually administrators. You can change the capability required to see the memory meter by using the wpmm_memory_meter_capability filter hook.

Can I disable the memory meter colors?

Yes, you can disable the colors using the wpmm_memory_meter_memory_usage_colors filter hook.

Can I disable logs?

Yes, you can disable the logs using the wpmm_memory_meter_logs filter hook.

Reseñas

8 de marzo de 2024
I was looking for a simple WP stats plugin and found this. It was nice and i liked it. Definitely 5 stars from me! Thanks. P.S. Bad reviews can be avoided if the PRO features and upgrade necessity is mentioned in detail on the plugin's page.
Leer todas las 3 reseñas

Colaboradores y desarrolladores

«Memory Meter» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«Memory Meter» ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.

Traduce «Memory Meter» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.3.6 – 2024-03-08

  • Add: BETA functionality information to readme.txt
  • Add: Caching information to readme.txt
  • Add: Donation information to readme.txt
  • Add: Works with information to readme.txt
  • Update: Screen sizes information in readme.txt
  • Update: WordPress tested up to 6.4.3
  • Fix: Creation of dynamic property is deprecated PHP notices

1.3.5 – 2024-01-17

  • Update: Changelog consistency
  • Update: Freemius SDK

1.3.4 – 2023-12-15

  • Update: Code consistency
  • Update: Development assets
  • Update: Screen sizes typo in readme.txt
  • Update: Freemius SDK
  • Update: WordPress requires at least 6.3.0
  • Update: WordPress tested up to 6.4.2

1.3.3 – 2023-09-19

  • Update: Freemius SDK
  • Update: WordPress tested up to 6.3.1

1.3.2 – 2023-08-04

  • Update: JS console usage now includes PHP prefix
  • Update: Development assets
  • Update: PHP requires at least 7.4.0
  • Update: WordPress requires at least 6.1.0

1.3.1 – 2023-07-06

  • Update: Freemius SDK

1.3.0 – 2023-06-24

  • Update: Memory usage temporary placeholder HTML now includes the memory usage data in a data attribute rather than within the div to ensure the memory usage information is not deemed page content by search engines
  • Update: WordPress tested up to 6.2.2
  • Fix: Log dates/times not consistent with WordPress time zone setting
  • Fix: Box shadow on boxes in PHP and WordPress configuration section not consistent with WordPress dashboard styling
  • Fix: Links to WordPress.org increasing memory limit documentation require update due to changes in WordPress.org URLs

1.2.1 – 2022-12-23

  • Update: Freemius SDK
  • Update: WordPress tested up to 6.1.1
  • Removed: Leave review nag

1.2.0 – 2022-10-22

  • Update: JS assets now enqueued in footer
  • Update: Code refactoring
  • Update: Freemius SDK
  • Update: PHP requires at least 7.0.0
  • Update: WordPress requires at least 5.7.0
  • Update: WordPress tested up to 6.0.3

1.1.1 – 2022-04-23

  • Update: Code refactoring
  • Update: WordPress tested up to 5.9.3

1.1.0 – 2022-03-25

  • Note: This version includes several changes to asset enqueues it is recommended you clear all caches after upgrading to ensure all assets are reloaded
  • Add: Minified CSS/JS assets created and enqueued
  • Add: Translation function
  • Update: CSS assets now SCSS
  • Update: Text casing on some elements to make consistent with similar content in WordPress dashboard
  • Fix: Translations may not load due to load_plugin_textdomain not hooked on init

1.0.0 – 2022-03-12

  • New: Initial release