Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.03MB] [CPU: ▼4.72ms] Passed 4 tests
This is a short check of server-side resources used by Extra Post Pages Menu
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.02 | 39.79 ▼1.76 |
Dashboard /wp-admin | 3.34 ▲0.03 | 48.15 ▼2.94 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 47.18 ▼4.94 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 92.56 ▼9.22 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 37.16 ▲2.89 |
Publish (1) /wp-admin/edit.php?post_type=page&page=redirectmetoppublish | 2.43 | 10.68 |
Publish (1) /wp-admin/edit.php?page=redirectmetopublish | 2.43 | 12.26 |
Auto-draft (5) /wp-admin/edit.php?page=redirectmetoauto-draft | 2.43 | 12.57 |
Draft (1) /wp-admin/edit.php?post_type=page&page=redirectmetopdraft | 2.43 | 10.79 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 4 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
db_upgraded |
theysaidso_admin_options |
widget_recent-comments |
widget_theysaidso_widget |
can_compress_scripts |
Browser metrics Passed 4 tests
An overview of browser requirements for Extra Post Pages Menu
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,816 ▲59 | 13.23 ▼1.01 | 1.66 ▼0.40 | 45.37 ▲0.46 |
Dashboard /wp-admin | 2,222 ▲34 | 5.88 ▲1.00 | 107.56 ▼12.56 | 40.53 ▼2.97 |
Posts /wp-admin/edit.php | 2,105 ▲16 | 2.05 ▲0.05 | 39.59 ▲3.90 | 37.43 ▲2.72 |
Add New Post /wp-admin/post-new.php | 1,558 ▲24 | 23.02 ▼0.15 | 660.57 ▲15.68 | 48.40 ▼2.59 |
Media Library /wp-admin/upload.php | 1,404 ▲19 | 4.21 ▼0.00 | 96.18 ▼28.72 | 41.99 ▼6.54 |
Publish (1) /wp-admin/edit.php?post_type=page&page=redirectmetoppublish | 1,868 | 2.00 | 32.87 | 30.34 |
Publish (1) /wp-admin/edit.php?page=redirectmetopublish | 2,105 | 2.00 | 38.57 | 29.79 |
Auto-draft (5) /wp-admin/edit.php?page=redirectmetoauto-draft | 2,733 | 2.02 | 37.67 | 32.95 |
Draft (1) /wp-admin/edit.php?post_type=page&page=redirectmetopdraft | 1,822 | 2.01 | 34.95 | 30.40 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
It is recommended to fix the following
- The uninstall procedure has failed, leaving 6 options in the database
- widget_recent-posts
- theysaidso_admin_options
- widget_recent-comments
- can_compress_scripts
- widget_theysaidso_widget
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Good news, no errors were detected
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please take a closer look at the following
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/extra-posts-pages-menu/extra-posts-pages-menu.php:12
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine on the user side
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
These attributes need to be fixed:
- Donate link: Invalid URI found ("")
- Screenshots: Please add images for these screenshots: #1 (See how this plugin adds the menu items to wordpress posts menu....), #2 (1. See how this plugin adds the menu items to wordpress pages menu....)
extra-posts-pages-menu/extra-posts-pages-menu.php 92% from 13 tests
The primary PHP file in "Extra Post Pages Menu" version 1.1.1 is used by WordPress to initiate all plugin functionality
Please take the time to fix the following:
- Description: Please keep the plugin description shorter than 140 characters (currently 147 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
There were no executable files found in this plugin109 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 13 | 12 | 109 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.49 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 3 | |
▷ Named functions | 3 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
There were not PNG files found in your plugin