Plugin Directory

Changeset 2740405


Ignore:
Timestamp:
06/10/2022 10:52:21 AM (4 years ago)
Author:
pressmaninc
Message:

Second commit

Location:
check-php-memory-peak
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • check-php-memory-peak/tags/1.0.0/check-php-memory-peak.php

    r2739638 r2740405  
    33Plugin Name: Check PHP Memory Peak
    44Plugin URI:
    5 Description: This plugin checks php memory usage and notifies the Administration Email Address if the threshold is exceeded.
     5Description: This plugin checks PHP memory usage and sends an email to the administrator if the maximum memory usage exceeds the threshold.
    66Version: 1.0
    77Author: PRESSMAN
  • check-php-memory-peak/tags/1.0.0/readme.txt

    r2739638 r2740405  
    22Contributors: pressmaninc, hiroshisekiguchi, kazunao, nananoguchi
    33Tags: pressman, peak, memory, alert, notification, mail, WP10
    4 Requires at least: 6.0
     4Requires at least: 5.2.3
    55Tested up to: 6.0
    66Stable tag: 1.0
     
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 This plugin checks php memory usage and notifies the Administration Email Address if the threshold is exceeded.
     11This plugin checks PHP memory usage and sends an email to the administrator if the maximum memory usage exceeds the threshold.
    1212
    1313== Description ==
    14 This plugin checks php memory usage and notifies the Administration Email Address if the threshold is exceeded.
    15 Notification includes memory usage, $_SERVER and $_REQUEST values. 
    16 When used in conjunction with the "External Notification" plugin, notifications are sent to Slack instead of email.
     14This plugin checks PHP memory usage and sends an email to the administrator if the maximum memory usage exceeds the threshold.
     15This email will include the memory usage, $_SERVER, and $_REQUEST values. 
     16When used in conjunction with the External Notification plugin, the email can be sent as a notification to Slack.
    1717
    1818== For developer ==
    19 1. The default value for the threshold is 32 MB, but can be set to any value. Please define WP10_MEMORY_ALERT_THRESHOLD in megabytes in wp_config.
    20 2. With a filter_hook 'cpmp_delete_things_list', you can remove any contents from the content retrieved by $_REQUEST.
    21 3. When used in conjunction with the "External Notification" plugin, notifications are sent to Slack instead of email.
     191. The default value for the threshold is 32 MB, but can be set to any value. Please define WP10_MEMORY_ALERT_THRESHOLD in megabytes in wp-config.php file.
     202. The plugin has a filter hook called “cpmp_delete_things_list”. This hook can be used to delete any content from the information retrieved by $_REQUEST.
    2221
    2322== Installation ==
  • check-php-memory-peak/trunk/check-php-memory-peak.php

    r2739627 r2740405  
    33Plugin Name: Check PHP Memory Peak
    44Plugin URI:
    5 Description: This plugin checks php memory usage and notifies the Administration Email Address if the threshold is exceeded.
     5Description: This plugin checks PHP memory usage and sends an email to the administrator if the maximum memory usage exceeds the threshold.
    66Version: 1.0
    77Author: PRESSMAN
  • check-php-memory-peak/trunk/readme.txt

    r2739627 r2740405  
    22Contributors: pressmaninc, hiroshisekiguchi, kazunao, nananoguchi
    33Tags: pressman, peak, memory, alert, notification, mail, WP10
    4 Requires at least: 6.0
     4Requires at least: 5.2.3
    55Tested up to: 6.0
    66Stable tag: 1.0
     
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 This plugin checks php memory usage and notifies the Administration Email Address if the threshold is exceeded.
     11This plugin checks PHP memory usage and sends an email to the administrator if the maximum memory usage exceeds the threshold.
    1212
    1313== Description ==
    14 This plugin checks php memory usage and notifies the Administration Email Address if the threshold is exceeded.
    15 Notification includes memory usage, $_SERVER and $_REQUEST values. 
    16 When used in conjunction with the "External Notification" plugin, notifications are sent to Slack instead of email.
     14This plugin checks PHP memory usage and sends an email to the administrator if the maximum memory usage exceeds the threshold.
     15This email will include the memory usage, $_SERVER, and $_REQUEST values. 
     16When used in conjunction with the External Notification plugin, the email can be sent as a notification to Slack.
    1717
    1818== For developer ==
    19 1. The default value for the threshold is 32 MB, but can be set to any value. Please define WP10_MEMORY_ALERT_THRESHOLD in megabytes in wp_config.
    20 2. With a filter_hook 'cpmp_delete_things_list', you can remove any contents from the content retrieved by $_REQUEST.
    21 3. When used in conjunction with the "External Notification" plugin, notifications are sent to Slack instead of email.
     191. The default value for the threshold is 32 MB, but can be set to any value. Please define WP10_MEMORY_ALERT_THRESHOLD in megabytes in wp-config.php file.
     202. The plugin has a filter hook called “cpmp_delete_things_list”. This hook can be used to delete any content from the information retrieved by $_REQUEST.
    2221
    2322== Installation ==
Note: See TracChangeset for help on using the changeset viewer.