Performance Monitor

This module tests, verifies and recommends system environment settings to speed up performance of Drupal sites.

Features:

  • Overall tests system performance
  • Checks Mysql status and variables

Usage

  • Download and enable module perfmon.
  • Copy file perfmon.test.php to site root folder. This file must be accessible by url http://yoursitename.com/perfmon.test.php
  • Go to page admin/reports/perfmon
  • Click "Run" button.

Additional information on my blog https://drupal-admin.com/blog/drupal-performance-monitor

I did't find any modules that implement this functionality.

Project page

Performance Monitor

git

git clone --branch 7.x-1.x https://git.drupal.org/project/perfmon.git

Comments

dr.admin created an issue. See original summary.

PA robot’s picture

Issue summary: View changes

Fixed the git clone URL in the issue summary for non-maintainer users.

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

lingros’s picture

You probably forgot to complete hook_help (it’s talking about module block) and descriptions in comments in files perfmon.module and perfmon.pages.inc (line 5). You should also fix some warnings.

Automated Review

pareview.sh is showing 2 warnings about unused variables. It’s not a reason to block the application, but you should follow Drupal Coding Standard as closely as possible. See more details at https://pareview.sh/node/2032.

Manual Review

Individual user account
[Yes: Follows] the guidelines for individual user accounts.
No duplication
[No: Causes] module duplication and/or fragmentation.
Master Branch
[Yes: Follows] the guidelines for master branch.
Licensing
[Yes: Follows] the licensing requirements.
3rd party assets/code
[Yes: Follows] the guidelines for 3rd party assets/code.
README.txt/README.md
[No: Does not follow] the guidelines for in-project documentation and the README Template - incorrected hook help, missing “REQUIREMENTS”, “INSTALLATION” and “CONFIGURATION” sections in README.txt.
Code long/complex enough for review
[Yes: Follows] the guidelines for project length and complexity.
Secure code
[Yes: Meets the security requirements].
Coding style & Drupal API usage
  1. (+) While I was running tests in your module, I got 1 additional warning and 1 notice (they’re repeating 6x):
    Warning: Missing argument 5 for _perfmon_log(), called in perfmon.inc on line 67 and defined in _perfmon_log() (line 558 of perfmon/perfmon.inc).
    Notice: Undefined variable: type in _perfmon_log() (line 559 of perfmon.inc).

The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.

This review uses the Project Application Review Template.

Ram_doss’s picture

Status: Needs review » Needs work

Hi dr.admin,

Kindly see the automated review of your project.

Link: https://pareview.sh/node/1968

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.