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.02MB] [CPU: ▼4.55ms] Passed 4 tests
This is a short check of server-side resources used by Social Feed Widgets For Elementor
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 39.06 ▼4.42 |
Dashboard /wp-admin | 3.32 ▲0.02 | 45.87 ▼5.20 |
Posts /wp-admin/edit.php | 3.37 ▲0.02 | 48.05 ▼2.08 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.02 | 94.30 ▼5.65 |
Media Library /wp-admin/upload.php | 3.24 ▲0.02 | 32.05 ▼2.92 |
Server storage [IO: ▲0.29MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
There were no storage issued detected upon installing this plugin
Filesystem: 19 new files
Database: no new tables, 9 new options
New WordPress options |
---|
theysaidso_admin_options |
db_upgraded |
sfafe-type |
widget_theysaidso_widget |
can_compress_scripts |
sfafe-v |
sfafe-installDate |
widget_recent-posts |
widget_recent-comments |
Browser metrics Passed 4 tests
A check of browser resources used by Social Feed Widgets For Elementor
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,844 ▲109 | 13.77 ▼1.01 | 1.99 ▲0.05 | 42.72 ▲1.25 |
Dashboard /wp-admin | 2,225 ▲37 | 5.80 ▲0.91 | 98.40 ▼4.44 | 41.15 ▼1.10 |
Posts /wp-admin/edit.php | 2,108 ▲16 | 2.07 ▲0.07 | 41.53 ▲1.55 | 36.46 ▼1.31 |
Add New Post /wp-admin/post-new.php | 1,528 ▼0 | 17.54 ▼5.62 | 586.99 ▼73.56 | 52.14 ▲11.65 |
Media Library /wp-admin/upload.php | 1,401 ▲16 | 4.23 ▼0.02 | 95.08 ▼8.74 | 42.32 ▼1.53 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
It is recommended to fix the following
- The uninstall procedure has failed, leaving 9 options in the database
- widget_theysaidso_widget
- widget_recent-comments
- can_compress_scripts
- theysaidso_admin_options
- sfafe-installDate
- widget_recent-posts
- sfafe-v
- db_upgraded
- sfafe-type
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Almost there! Just fix the following items
- 4× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function sfafe\\feedback\\add_action() in wp-content/plugins/social-feed-widgets-for-elementor-using-smash-balloon/admin/feedback/admin-feedback-form.php:18
- > PHP Warning
Use of undefined constant SFAFE_URL - assumed 'SFAFE_URL' (this will throw an Error in a future version of PHP) in wp-content/plugins/social-feed-widgets-for-elementor-using-smash-balloon/admin/feedback/admin-feedback-form.php on line 167
- > PHP Warning
Use of undefined constant SFAFE_VERSION - assumed 'SFAFE_VERSION' (this will throw an Error in a future version of PHP) in wp-content/plugins/social-feed-widgets-for-elementor-using-smash-balloon/admin/feedback/admin-feedback-form.php on line 167
- > PHP Fatal error
Uncaught Error: Class 'Elementor\\Widget_Base' not found in wp-content/plugins/social-feed-widgets-for-elementor-using-smash-balloon/widgets/sfafe-instagram-widget.php:7
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
There were no browser issues found
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
8 plugin tags: instagram gallery, instagram feed, instagram, elementor, social feed...
social-feed-widgets-for-elementor-using-smash-balloon/social-feed-widgets-for-elementor-using-smash-balloon.php 92% from 13 tests
The principal PHP file in "Social Feed Widgets For Elementor" v. 1.0.4 is loaded by WordPress automatically on each request
Please take the time to fix the following:
- Text Domain: The text domain must be the same as the plugin slug, although optional since WordPress version 4.6
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
Success! There were no dangerous files found in this plugin1,799 lines of code in 15 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 202 | 136 | 1,311 |
CSS | 5 | 33 | 25 | 318 |
JavaScript | 4 | 22 | 13 | 170 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.33 |
Average class complexity | 13.60 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 39.00 |
Average method complexity | 2.97 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 32.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 5 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 5 | 100.00% |
▷ Final classes | 1 | 20.00% |
Methods | 32 | |
▷ Static methods | 2 | 6.25% |
▷ Public methods | 26 | 81.25% |
▷ Protected methods | 3 | 9.38% |
▷ Private methods | 3 | 9.38% |
Functions | 7 | |
▷ Named functions | 6 | 85.71% |
▷ Anonymous functions | 1 | 14.29% |
Constants | 4 | |
▷ Global constants | 4 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
There were not PNG files found in your plugin