Benchmarks
Plugin footprint 58% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Please fix the following installer errors
- Install procedure validation failed for this plugin
- > User deprecated in wp-includes/functions.php+5453
Function get_page_by_title is deprecated since version 6.2.0! Use WP_Query instead.
Server metrics [RAM: ▲0.02MB] [CPU: ▼6.32ms] Passed 4 tests
Analyzing server-side resources used by Arile Super
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.45 ▼0.02 | 38.90 ▼0.98 |
Dashboard /wp-admin | 3.33 ▲0.03 | 48.16 ▼2.47 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 46.06 ▼4.37 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 94.89 ▼17.46 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 37.34 ▲2.16 |
Server storage [IO: ▲4.89MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin was installed successfully
Filesystem: 112 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_theysaidso_widget |
theysaidso_admin_options |
widget_recent-posts |
can_compress_scripts |
fresh_site_activate |
db_upgraded |
widget_recent-comments |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Arile Super
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,735 ▼26 | 14.22 ▼0.05 | 1.85 ▲0.30 | 9.18 ▼30.35 |
Dashboard /wp-admin | 2,192 ▲11 | 5.48 ▼0.22 | 83.99 ▼16.03 | 40.77 ▲1.36 |
Posts /wp-admin/edit.php | 2,106 ▲3 | 2.02 ▲0.03 | 37.73 ▼4.25 | 32.88 ▼4.06 |
Add New Post /wp-admin/post-new.php | 1,526 ▼1 | 23.06 ▲0.11 | 588.38 ▼52.37 | 64.30 ▼0.92 |
Media Library /wp-admin/upload.php | 1,394 ▼6 | 4.23 ▲0.03 | 92.45 ▼8.33 | 40.99 ▼1.83 |
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
These items require your attention
- This plugin does not fully uninstall, leaving 7 options in the database
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
- db_upgraded
- widget_theysaidso_widget
- fresh_site_activate
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Almost there! Just fix the following items
- 48× PHP files trigger errors when accessed directly with GET requests (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Call to undefined function get_theme_mod() in wp-content/plugins/arile-super/inc/aasta/front-page/super-aasta-testimonial.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function get_theme_mod() in wp-content/plugins/arile-super/inc/aasta/front-page/super-stockpress-service.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_url() in wp-content/plugins/arile-super/arile-super.php:18
- > PHP Fatal error
Uncaught Error: Call to undefined function get_theme_mod() in wp-content/plugins/arile-super/inc/aasta/front-page/super-agencywp-project.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function get_theme_mod() in wp-content/plugins/arile-super/inc/aasta/front-page/super-builderzone-service.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function get_theme_mod() in wp-content/plugins/arile-super/inc/aasta/front-page/super-aasta-project.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/arile-super/inc/aasta/customizer/super-aasta-customizer-default.php:299
- > PHP Fatal error
Uncaught Error: Call to undefined function update_option() in wp-content/plugins/arile-super/inc/widgets/widget.php:22
- > PHP Warning
Use of undefined constant arile_super_plugin_dir - assumed 'arile_super_plugin_dir' (this will throw an Error in a future version of PHP) in wp-content/plugins/arile-super/inc/aasta/aasta.php on line 6
- > PHP Fatal error
require(): Failed opening required 'arile_super_plugin_dirinc/aasta/customizer/super-aasta-customizer.php' (include_path='.:/usr/share/php') in wp-content/plugins/arile-super/inc/aasta/aasta.php on line 6
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser issues were found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
Please fix the following attributes:
- Requires at least: Invalid plugin version format
arile-super/arile-super.php Passed 13 tests
The entry point to "Arile Super" version 1.2 is a PHP file that has certain tags in its header comment area
62 characters long description:
Arile Super Enhances ThemeArile with additional 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
Success! There were no dangerous files found in this plugin5,317 lines of code in 48 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 48 | 288 | 121 | 5,317 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.52 |
Average class complexity | 1.57 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 5.00 |
Average method complexity | 1.57 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 5.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 7 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 7 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 7 | |
▷ Static methods | 1 | 14.29% |
▷ Public methods | 7 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 10 | |
▷ Named functions | 10 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 2 | 100.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