Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.29MB] [CPU: ▼2.81ms] Passed 4 tests
Analyzing server-side resources used by Epitome SEO
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.76 ▲0.26 | 46.61 ▲2.62 |
Dashboard /wp-admin | 3.64 ▲0.30 | 56.53 ▲6.75 |
Posts /wp-admin/edit.php | 3.75 ▲0.36 | 50.22 ▼1.41 |
Add New Post /wp-admin/post-new.php | 6.23 ▲0.30 | 85.92 ▼11.62 |
Media Library /wp-admin/upload.php | 3.56 ▲0.29 | 38.42 ▼0.82 |
SEO /wp-admin/options-general.php?page=seo-core-options | 3.52 | 32.37 |
Server storage [IO: ▲0.10MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 10 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-posts |
widget_theysaidso_widget |
widget_recent-comments |
can_compress_scripts |
db_upgraded |
Browser metrics Passed 4 tests
An overview of browser requirements for Epitome SEO
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,802 ▲41 | 14.69 ▲0.49 | 1.86 ▲0.19 | 44.13 ▲0.96 |
Dashboard /wp-admin | 2,199 ▲19 | 5.58 ▼0.10 | 94.95 ▼0.60 | 44.78 ▲5.09 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 2.02 ▲0.01 | 33.71 ▼3.57 | 34.36 ▼1.24 |
Add New Post /wp-admin/post-new.php | 6,290 ▲4,762 | 26.26 ▲3.09 | 906.37 ▲227.68 | 60.44 ▲6.62 |
Media Library /wp-admin/upload.php | 1,404 ▲4 | 4.17 ▼0.10 | 97.23 ▼10.80 | 46.44 ▲0.65 |
SEO /wp-admin/options-general.php?page=seo-core-options | 1,300 | 1.69 | 22.89 | 31.99 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- This plugin did not uninstall successfully, leaving 6 options in the database
- theysaidso_admin_options
- db_upgraded
- can_compress_scripts
- widget_recent-comments
- widget_theysaidso_widget
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Please fix the following server-side errors
- > GET request to /wp-admin/options-general.php?page=seo-core-options
- > User deprecated in wp-includes/functions.php+5463
Function screen_icon is deprecated since version 3.8.0 with no alternative available.
- > GET request to /wp-admin/options-general.php?page=seo-core-options
- > User deprecated in wp-includes/functions.php+5463
Function get_screen_icon is deprecated since version 3.8.0 with no alternative available.
SRP 50% from 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Please fix the following items
- 2× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_path() in wp-content/plugins/epitome-seo/epitome-seo.php:23
- > PHP Fatal error
Uncaught Error: Call to undefined function screen_icon() in wp-content/plugins/epitome-seo/options-page.php:10
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
There were no browser issues found
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
7 plugin tags: google, seo, noindex, keywords, canonical...
epitome-seo/epitome-seo.php Passed 13 tests
The main PHP script in "Epitome SEO" version 1.2 is automatically included on every request by WordPress
110 characters long description:
Easily handle SEO metadata for every pages of a theme. Designed to fit into WordPress as a core functionality.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
There were no executable files found in this plugin1,208 lines of code in 7 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 144 | 510 | 1,057 |
PO File | 1 | 233 | 588 | 108 |
Markdown | 2 | 19 | 0 | 43 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.61 |
Average class complexity | 107.50 |
▷ Minimum class complexity | 56.00 |
▷ Maximum class complexity | 159.00 |
Average method complexity | 6.61 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 37.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 38 | |
▷ Static methods | 2 | 5.26% |
▷ Public methods | 36 | 94.74% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 2 | 5.26% |
Functions | 0 | |
▷ Named functions | 0 | 0.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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
PNG images were not found in this plugin