Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
                                        The plugin installed successfully, without throwing any errors or notices
                                    
                            Server metrics [RAM: ▲0.04MB] [CPU: ▼10.40ms] Passed 4 tests
Analyzing server-side resources used by New Posts from phpBB
                                        This plugin does not affect your website's performance
                                        
                                            
                                                
                                    
                            | Page | Memory (MB) | CPU Time (ms) | 
|---|---|---|
| Home / | 3.52 ▲0.05 | 38.30 ▼4.14 | 
| Dashboard /wp-admin | 3.36 ▲0.01 | 48.98 ▼14.88 | 
| Posts /wp-admin/edit.php | 3.41 ▲0.05 | 49.97 ▼6.43 | 
| Add New Post /wp-admin/post-new.php | 5.94 ▲0.05 | 91.80 ▼16.13 | 
| Media Library /wp-admin/upload.php | 3.28 ▲0.05 | 35.00 ▲2.83 | 
Server storage [IO: ▲0.02MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
                                        There were no storage issued detected upon installing this plugin
                                        
                                            
                                        
                                            
                                                
                                    
                            
                                                
                                                    Filesystem: 7 new files
                                            
                                            
                                                
                                                    Database: no new tables, 7 new options
                                            
                                        | New WordPress options | 
|---|
| db_upgraded | 
| can_compress_scripts | 
| widget_recent-comments | 
| widget_posts-from-phpbb | 
| widget_recent-posts | 
| theysaidso_admin_options | 
| widget_theysaidso_widget | 
Browser metrics Passed 4 tests
A check of browser resources used by New Posts from phpBB
                                        This plugin renders optimally with no browser resource issues detected
                                        
                                            
                                                
                                    
                            | Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) | 
|---|---|---|---|---|
| Home / | 2,790 ▲18 | 14.18 ▼0.09 | 1.69 ▼0.52 | 38.42 ▼8.43 | 
| Dashboard /wp-admin | 2,195 ▲18 | 5.61 ▲0.03 | 97.99 ▼2.36 | 42.64 ▼4.67 | 
| Posts /wp-admin/edit.php | 2,097 ▼3 | 2.00 ▼0.00 | 39.63 ▼1.53 | 36.40 ▼2.50 | 
| Add New Post /wp-admin/post-new.php | 1,526 ▼0 | 23.44 ▲0.67 | 696.71 ▲85.62 | 52.30 ▲1.32 | 
| Media Library /wp-admin/upload.php | 1,403 ▲3 | 4.20 ▲0.01 | 100.73 ▼3.75 | 41.91 ▼2.13 | 
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
                                        Please fix the following items
                                        
                            - 
                                                This plugin did not uninstall successfully, leaving 6 options in the
                                                database
                                                
- widget_recent-comments
 - theysaidso_admin_options
 - widget_theysaidso_widget
 - widget_recent-posts
 - can_compress_scripts
 - db_upgraded
 
 
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
                                        The smoke test was a success, however most plugin functionality was not tested
                                    
                            SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
                                        The following issues need your attention
                                        
                            - 
                                                1× GET requests to PHP files have triggered server-side errors or
                                                warnings:
                                                
- 
                                                        > PHP Fatal error
                                                        
Uncaught Error: Class 'WP_Widget' not found in wp-content/plugins/posts-from-phpbb/widget/class-posts-from-phpbb-widget.php:13
 
 - 
                                                        > PHP Fatal error
                                                        
 
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
There were no browser issues found
                            Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
1 plugin tags: phpbb
                            posts-from-phpbb/posts-from-phpbb.php Passed 13 tests
The main PHP file in "New Posts from phpBB" ver. 1.0.0 adds more information about the plugin and also serves as the entry point for this plugin
                                        98 characters long description:
                                        
                            A widget plugin that grabs your recent phpBB forum posts for you to display on your WordPress site
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 detected176 lines of code in 4 files:
                                        
                                            
                                                
                                    
                            | Language | Files | Blank lines | Comment lines | Lines of code | 
|---|---|---|---|---|
| PHP | 3 | 23 | 59 | 125 | 
| PO File | 1 | 19 | 23 | 51 | 
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
                                        All good! No complexity issues found
                                        
                                            
                                                
                                        
                                            
                                                
                                    
                            | Cyclomatic complexity | |
|---|---|
| Average complexity per logical line of code | 0.16 | 
| Average class complexity | 13.00 | 
| ▷ Minimum class complexity | 13.00 | 
| ▷ Maximum class complexity | 13.00 | 
| Average method complexity | 4.00 | 
| ▷ Minimum method complexity | 1.00 | 
| ▷ Maximum method complexity | 8.00 | 
| Code structure | ||
|---|---|---|
| Namespaces | 1 | |
| Interfaces | 0 | |
| Traits | 0 | |
| Classes | 1 | |
| ▷ Abstract classes | 0 | 0.00% | 
| ▷ Concrete classes | 1 | 100.00% | 
| ▷ Final classes | 0 | 0.00% | 
| Methods | 4 | |
| ▷ Static methods | 0 | 0.00% | 
| ▷ Public methods | 4 | 100.00% | 
| ▷ Protected methods | 0 | 0.00% | 
| ▷ Private methods | 0 | 0.00% | 
| Functions | 2 | |
| ▷ Named functions | 1 | 50.00% | 
| ▷ Anonymous functions | 1 | 50.00% | 
| Constants | 3 | |
| ▷ Global constants | 3 | 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