WP Smart TV 2.1.6

Does WP Smart TV work with WordPress 6.0.1 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
2PHP notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 361.89 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.040 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.0.1
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 800+
WordPress.org page https://wordpress.org/plugins/wp-smart-tv/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=wp-smart-tv%2Fwp-smart-tv.php&plugin_status=all&paged=1&s&_wpnonce=8350662da9
Aspect after-activation
HTTP status 200
Load time 0.482 s
Memory usage 4.21 MiB
JS errors None
Resource errors None

WP Smart TV

Page screenshot: WP Smart TV
URL /wp-admin/admin.php?page=rovidx_smart_tv_options
Aspect menu-item
HTTP status 200
Load time 0.277 s
Memory usage 4.42 MiB
JS errors None
Resource errors None

WP Smart TV → Import/Export

Page screenshot: WP Smart TV → Import/Export
URL /wp-admin/admin.php?page=rovidx_smart_tv_import_content
Aspect menu-item-tab
HTTP status 200
Load time 0.373 s
Memory usage 4.11 MiB
JS errors None
Resource errors None

WP Smart TV → Roku Publisher

Page screenshot: WP Smart TV → Roku Publisher
URL /wp-admin/admin.php?page=rovidx_smart_tv_roku_options
Aspect menu-item
HTTP status 200
Load time 0.197 s
Memory usage 4.1 MiB
JS errors None
Resource errors None

WP Smart TV → Roku Publisher → Advertising

Page screenshot: WP Smart TV → Roku Publisher → Advertising
URL /wp-admin/admin.php?page=rovidx_smart_tv_ad_options
Aspect menu-item-tab
HTTP status 200
Load time 0.195 s
Memory usage 4.06 MiB
JS errors None
Resource errors None

WP Smart TV → Roku Publisher → Recipe Builder

Page screenshot: WP Smart TV → Roku Publisher → Recipe Builder
URL /wp-admin/admin.php?page=wpstv_rdp
Aspect menu-item-tab
HTTP status 200
Load time 0.186 s
Memory usage 4.14 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.234 s
Memory usage 3.65 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.313 s0.334 s+0.021 s3.72 MiB4.09 MiB+ 374.53 KiB
/wp-admin/edit.php0.182 s0.259 s+0.077 s3.75 MiB4.12 MiB+ 372.84 KiB
/wp-admin/post-new.php0.741 s1.022 s+0.281 s5.55 MiB5.92 MiB+ 383.92 KiB
/wp-admin/upload.php0.372 s0.408 s+0.036 s3.68 MiB4.05 MiB+ 372.7 KiB
/wp-admin/options-writing.php0.149 s0.170 s+0.021 s3.62 MiB4.03 MiB+ 419.62 KiB
/wp-admin/media-new.php0.403 s0.233 s-0.170 s3.66 MiB4.03 MiB+ 376.82 KiB
/wp-admin/edit-tags.php?taxonomy=category0.213 s0.227 s+0.014 s3.69 MiB4.05 MiB+ 373.41 KiB
/wp-admin/post-new.php?post_type=page0.700 s0.835 s+0.135 s5.54 MiB5.91 MiB+ 380.45 KiB
/wp-admin/options-discussion.php0.206 s0.293 s+0.087 s3.6 MiB4.03 MiB+ 440.2 KiB
/wp-admin/edit-comments.php0.238 s0.235 s-0.003 s3.69 MiB4.06 MiB+ 379.43 KiB
/0.278 s0.219 s-0.059 s3.55 MiB3.65 MiB+ 106.89 KiB
Average 0.345 s0.385 s+0.040 s4 MiB4.36 MiB+ 361.89 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

CSS
PO File
JavaScript
PHP
Language % Lines of code Comment lines Files
CSS27.6%34,0381,55230
PO File26.2%32,32318,502120
JavaScript26.1%32,18612,65429
PHP9.5%11,6947,95995
Sass7.5%9,20346560
SVG2.4%2,93238
Markdown0.6%76503
JSON0.0%5401
HTML0.0%28111
Total 123,223 41,146 347

PHP Code Analysis | More results »

Lines of code 11,741
Total complexity 2,662
Median class complexity 9.0
Median method complexity 2.0
Most complex class CMB2
Most complex function CMB2_Field_Display::get()
Classes 100
Methods 756
Functions 44

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Options wp_options 2

Meta Boxes

{
    "series": {
        "rovidx_smarttv_edit": {
            "title": "WP Smart TV Info",
            "context": "normal"
        }
    },
    "episodes": {
        "rovidx_smarttv_episode_metabox": {
            "title": "Series Information",
            "context": "side"
        }
    }
}

PHP Error Log 2 lines

[01-Aug-2022 19:23:32 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>tv/roku</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5831
[01-Aug-2022 19:23:35 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>tv/roku</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5831
See also: All tests for this plugin, How to Hide WP Smart TV Admin Menus and Meta Boxes