Borderless 1.5.0

Does Borderless work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
26PHP warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.2.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 6,000+
WordPress.org page https://wordpress.org/plugins/borderless/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 9

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=borderless%2Fborderless.php&plugin_status=all&paged=1&s&_wpnonce=7e9638809c
Aspect after-activation
HTTP status 200
Load time 0.503 s
Memory usage 3.31 MiB
JS errors None
Resource errors None

Borderless

Page screenshot: Borderless
URL /wp-admin/admin.php?page=borderless.php
Aspect menu-item
HTTP status 200
Load time 0.402 s
Memory usage 3.21 MiB
JS errors None
Resource errors None

Borderless → Post Types

Page screenshot: Borderless → Post Types
URL /wp-admin/edit.php?post_type=borderless_cpt
Aspect menu-item
HTTP status 200
Load time 0.210 s
Memory usage 3.27 MiB
JS errors None
Resource errors None

Borderless → System Info

Page screenshot: Borderless → System Info
URL /wp-admin/admin.php?page=borderless-system-info
Aspect menu-item
HTTP status 200
Load time 0.295 s
Memory usage 3.21 MiB
JS errors None
Resource errors None

Borderless → License

Page screenshot: Borderless →  License
URL /wp-admin/admin.php?page=borderless_client_168804_dashboard
Aspect menu-item
HTTP status 200
Load time 0.182 s
Memory usage 3.21 MiB
JS errors None
Resource errors None

Borderless → License → Deactivation

Page screenshot: Borderless →  License → Deactivation
URL /wp-admin/admin.php?page=borderless_client_168804_dashboard&tab=borderless_client_168804_deactivation
Aspect menu-item-tab
HTTP status 200
Load time 0.148 s
Memory usage 3.21 MiB
JS errors None
Resource errors None

Borderless → Library

Page screenshot: Borderless → Library
URL /wp-admin/admin.php?page=borderless-library
Aspect menu-item
HTTP status 200
Load time 1.196 s
Memory usage 3.34 MiB
JS errors None
Resource errors None

Borderless → Icon Fonts

Page screenshot: Borderless → Icon Fonts
URL /wp-admin/admin.php?page=borderless-fonts
Aspect menu-item
HTTP status 200
Load time 0.586 s
Memory usage 3.24 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.381 s
Memory usage 3.18 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.298 s0.384 s+0.086 s3.07 MiB3.29 MiB+ 228.31 KiB
/wp-admin/edit.php0.196 s0.232 s+0.036 s3.1 MiB3.33 MiB+ 233.52 KiB
/wp-admin/post-new.php0.844 s1.005 s+0.161 s5.02 MiB5.21 MiB+ 190.16 KiB
/wp-admin/upload.php0.834 s0.326 s-0.508 s3.02 MiB3.23 MiB+ 220.56 KiB
/wp-admin/options-writing.php0.195 s0.157 s-0.038 s3.01 MiB3.21 MiB+ 206.53 KiB
/wp-admin/media-new.php0.307 s0.198 s-0.109 s2.99 MiB3.22 MiB+ 232.02 KiB
/wp-admin/edit-tags.php?taxonomy=category0.188 s0.340 s+0.152 s3.01 MiB3.24 MiB+ 238.12 KiB
/wp-admin/post-new.php?post_type=page0.650 s1.075 s+0.425 s5.01 MiB5.14 MiB+ 129.49 KiB
/wp-admin/options-discussion.php0.226 s0.256 s+0.030 s3 MiB3.21 MiB+ 220.16 KiB
/wp-admin/edit-comments.php0.261 s0.228 s-0.033 s3.03 MiB3.24 MiB+ 217.71 KiB
/0.326 s0.294 s-0.032 s2.97 MiB3.18 MiB+ 218.62 KiB
Average 0.393 s0.409 s+0.015 s3.38 MiB3.59 MiB+ 212.29 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.

PHP
CSS
Language % Lines of code Comment lines Files
PHP72.2%26,6292,00578
CSS20.1%7,42212720
JavaScript7.2%2,66523416
Sass0.4%14201
SVG0.1%2502
Total 36,883 2,366 117

PHP Code Analysis | More results »

Lines of code 19,203
Total complexity 1,662
Median class complexity 15.0
Median method complexity 2.0
Most complex class BORDERLESS__LICENSE
Most complex function Borderless\Widgets\Slider::_register_controls()
Classes 65
Methods 475
Functions 37

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 3

Custom Post Types 1

ID Name
borderless_cptPost Types

Meta Boxes

{
    "borderless_cpt": {
        "general": {
            "title": "General",
            "context": "normal"
        },
        "labels": {
            "title": "Labels",
            "context": "normal"
        },
        "options": {
            "title": "Options",
            "context": "normal"
        },
        "presentation": {
            "title": "Presentation",
            "context": "normal"
        },
        "query": {
            "title": "Query",
            "context": "normal"
        },
        "permalinks": {
            "title": "Permalinks",
            "context": "normal"
        },
        "capabilities": {
            "title": "Capabilities",
            "context": "normal"
        },
        "rest-api": {
            "title": "Rest API",
            "context": "normal"
        }
    }
}

PHP Error Log 26 lines

[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 100
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 115
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 100
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 115
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 100
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 115
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 100
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 115
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 100
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 115
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 100
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 115
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 100
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 115
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 100
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 115
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 100
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 115
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 100
[28-Jul-2023 13:10:49 UTC] PHP Warning:  Undefined array key "license" in /wp-content/plugins/borderless/includes/library/views/plugin-page.php on line 115
[28-Jul-2023 13:10:59 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/borderless/borderless.php on line 193
[28-Jul-2023 13:10:59 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/borderless/borderless.php on line 194
[28-Jul-2023 13:10:59 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/borderless/borderless.php on line 195
[28-Jul-2023 13:11:08 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/borderless/borderless.php on line 193
[28-Jul-2023 13:11:08 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/borderless/borderless.php on line 194
[28-Jul-2023 13:11:08 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/borderless/borderless.php on line 195
See also: All tests for this plugin, How to Hide Borderless Admin Menus and Meta Boxes