Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
Installer ran successfully
Server metrics [RAM: ▲0.10MB] [CPU: ▼5.44ms] Passed 4 tests
Analyzing server-side resources used by Render Faster
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.86 ▲0.40 | 47.82 ▲6.73 |
Dashboard /wp-admin | 3.40 ▲0.05 | 51.46 ▼16.72 |
Posts /wp-admin/edit.php | 3.51 ▲0.15 | 53.06 ▲6.32 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.09 | 86.85 ▼17.11 |
Media Library /wp-admin/upload.php | 3.32 ▲0.09 | 37.68 ▲5.77 |
Rendering Optimization /wp-admin/themes.php?page=render-faster | 3.29 | 35.91 |
Server storage [IO: ▲0.07MB] [DB: ▲0.04MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
The plugin installed successfully
Filesystem: 26 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-posts |
widget_theysaidso_widget |
widget_recent-comments |
db_upgraded |
can_compress_scripts |
Browser metrics Passed 4 tests
An overview of browser requirements for Render Faster
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,866 ▲105 | 13.60 ▼0.96 | 1.95 ▲0.19 | 38.48 ▼7.19 |
Dashboard /wp-admin | 2,228 ▲25 | 4.88 ▼1.02 | 101.63 ▼6.43 | 39.69 ▼8.72 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 2.04 ▲0.02 | 35.23 ▼2.99 | 36.91 ▼2.98 |
Add New Post /wp-admin/post-new.php | 1,548 ▲22 | 23.39 ▲5.83 | 717.07 ▲49.01 | 57.43 ▼1.60 |
Media Library /wp-admin/upload.php | 1,401 ▲1 | 4.32 ▲0.08 | 96.49 ▼9.73 | 43.10 ▼0.53 |
Rendering Optimization /wp-admin/themes.php?page=render-faster | 1,029 | 1.71 | 27.07 | 37.60 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.04MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- can_compress_scripts
- widget_recent-posts
- widget_recent-comments
- theysaidso_admin_options
- db_upgraded
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Good news, no errors were detected
SRP 50% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please fix the following
- 7× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Class 'Tarosky\\RenderFaster\\Pattern\\Singleton' not found in wp-content/plugins/render-faster/src/Tarosky/RenderFaster/Pattern/Service.php:10
- > PHP Fatal error
Uncaught Error: Class 'Tarosky\\RenderFaster\\Pattern\\Service' not found in wp-content/plugins/render-faster/src/Tarosky/RenderFaster/Services/LazyLoader.php:12
- > PHP Fatal error
Uncaught Error: Class 'Tarosky\\RenderFaster\\Pattern\\Singleton' not found in wp-content/plugins/render-faster/src/Tarosky/RenderFaster/Ui/Settings.php:16
- > PHP Fatal error
Uncaught Error: Class 'Tarosky\\RenderFaster\\Pattern\\Service' not found in wp-content/plugins/render-faster/src/Tarosky/RenderFaster/Services/ThirdParties.php:13
- > PHP Fatal error
Uncaught Error: Class 'Tarosky\\RenderFaster\\Pattern\\Singleton' not found in wp-content/plugins/render-faster/src/Tarosky/RenderFaster/Bootstrap.php:17
- > PHP Fatal error
Uncaught Error: Class 'Tarosky\\RenderFaster\\Pattern\\Service' not found in wp-content/plugins/render-faster/src/Tarosky/RenderFaster/Services/StyleLoader.php:13
- > PHP Fatal error
Uncaught Error: Class 'Tarosky\\RenderFaster\\Pattern\\Service' not found in wp-content/plugins/render-faster/src/Tarosky/RenderFaster/Services/ScriptLoader.php:13
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
Optimizations
Plugin configuration 96% from 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
3 plugin tags: speed, theme, optimization
render-faster/render-faster.php 92% from 13 tests
The principal PHP file in "Render Faster" v. 1.2.0 is loaded by WordPress automatically on each request
It is important to fix the following:
- Domain Path: The domain path points to a folder that does not exist ("/languages")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Everything looks great! No dangerous files found in this plugin1,356 lines of code in 24 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 19 | 202 | 558 | 1,180 |
JSON | 3 | 0 | 0 | 90 |
JavaScript | 2 | 12 | 12 | 86 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.45 |
Average class complexity | 14.17 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 47.00 |
Average method complexity | 2.84 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 18.00 |
Code structure | ||
---|---|---|
Namespaces | 6 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 12 | |
▷ Abstract classes | 2 | 16.67% |
▷ Concrete classes | 10 | 83.33% |
▷ Final classes | 0 | 0.00% |
Methods | 78 | |
▷ Static methods | 19 | 24.36% |
▷ Public methods | 67 | 85.90% |
▷ Protected methods | 9 | 11.54% |
▷ Private methods | 2 | 2.56% |
Functions | 21 | |
▷ Named functions | 2 | 9.52% |
▷ Anonymous functions | 19 | 90.48% |
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 are no PNG files in this plugin