Benchmarks
Plugin footprint 58% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
It is recommended to fix the following installer errors
- The plugin did not install without errors
- > Notice in wp-content/plugins/church-theme-content-integration/church-theme-content-integration.php+220
Trying to access array offset on value of type null
Server metrics [RAM: ▲0.88MB] [CPU: ▲5.60ms] Passed 4 tests
An overview of server-side resources used by Church Theme Content Integration
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.60 ▲0.13 | 42.27 ▲0.69 |
Dashboard /wp-admin | 4.43 ▲1.13 | 57.80 ▲6.96 |
Posts /wp-admin/edit.php | 4.55 ▲1.19 | 61.24 ▲4.75 |
Add New Post /wp-admin/post-new.php | 7.03 ▲1.15 | 109.98 ▲13.76 |
Media Library /wp-admin/upload.php | 4.36 ▲1.13 | 46.30 ▲9.99 |
Fellowship One /wp-admin/admin.php?page=ctci-f1-options | 4.32 | 40.25 |
CTC Integration /wp-admin/admin.php?page=ctci-main-options | 4.32 | 39.96 |
Configuration /wp-admin/admin.php?page=ctci-configuration | 4.32 | 34.91 |
Server storage [IO: ▲0.26MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
There were no storage issued detected upon installing this plugin
Filesystem: 45 new files
Database: 2 new tables, 9 new options
New tables |
---|
wp_ctci_ctcgroup_connect |
wp_ctci_syncstatus |
New WordPress options |
---|
ctci_f1_options |
ctci_config_options |
widget_recent-posts |
can_compress_scripts |
widget_theysaidso_widget |
ctci_db_version |
widget_recent-comments |
theysaidso_admin_options |
db_upgraded |
Browser metrics Passed 4 tests
Checking browser requirements for Church Theme Content Integration
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,874 ▲103 | 13.29 ▼1.36 | 1.74 ▼0.66 | 44.50 ▲0.28 |
Dashboard /wp-admin | 2,258 ▲70 | 4.88 ▼0.93 | 105.00 ▼12.16 | 40.64 ▼4.91 |
Posts /wp-admin/edit.php | 2,137 ▲48 | 2.04 ▲0.01 | 40.86 ▲2.51 | 37.48 ▲3.06 |
Add New Post /wp-admin/post-new.php | 1,557 ▲24 | 23.28 ▲0.29 | 662.85 ▼41.35 | 60.55 ▲5.68 |
Media Library /wp-admin/upload.php | 1,437 ▲46 | 4.23 ▲0.06 | 96.16 ▼11.77 | 44.46 ▼2.18 |
Fellowship One /wp-admin/admin.php?page=ctci-f1-options | 1,108 | 1.71 | 25.17 | 29.00 |
CTC Integration /wp-admin/admin.php?page=ctci-main-options | 820 | 1.71 | 25.39 | 29.39 |
Configuration /wp-admin/admin.php?page=ctci-configuration | 934 | 2.08 | 24.91 | 30.04 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
Please fix the following items
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-comments
- widget_recent-posts
- can_compress_scripts
- widget_theysaidso_widget
- db_upgraded
- theysaidso_admin_options
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
The smoke test was a success, however most plugin functionality was not tested
SRP Passed 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
Congratulations! This plugin passed the SRP test
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
No browser issues were found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Attributes that require attention:
- Plugin Name: Please replace "Plugin Name" with the name of your plugin on the first line (
=== church-theme-content-integration ===
)
church-theme-content-integration/church-theme-content-integration.php Passed 13 tests
Analyzing the main PHP file in "Church Theme Content Integration" version 0.4.2
118 characters long description:
Provides integration functionality between the Church Theme Content plugin and other church-related service providers.
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
No dangerous file extensions were detected5,204 lines of code in 41 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 37 | 967 | 1,228 | 4,784 |
JavaScript | 3 | 35 | 36 | 368 |
CSS | 1 | 12 | 1 | 52 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.24 |
Average class complexity | 9.80 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 112.00 |
Average method complexity | 2.25 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 45.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 17 | |
Traits | 0 | |
Classes | 38 | |
▷ Abstract classes | 1 | 2.63% |
▷ Concrete classes | 37 | 97.37% |
▷ Final classes | 0 | 0.00% |
Methods | 626 | |
▷ Static methods | 14 | 2.24% |
▷ Public methods | 579 | 92.49% |
▷ Protected methods | 35 | 5.59% |
▷ Private methods | 12 | 1.92% |
Functions | 1 | |
▷ Named functions | 1 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 7 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 7 | 100.00% |
▷ Public constants | 7 | 100.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 are no PNG files in this plugin