Waymark 0.9.25.1

Does Waymark work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

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

Environment
WordPress version6.1.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 700+
WordPress.org page https://wordpress.org/plugins/waymark/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Maps ‹ Test site — WordPress

Page screenshot: Maps ‹ Test site — WordPress
URL /wp-admin/edit.php?post_type=waymark_map
Requested URL /wp-admin/plugins.php?action=activate&plugin=waymark%2FWaymark.php&plugin_status=all&paged=1&s&_wpnonce=6b66a7496a
Aspect after-activation
HTTP status 200
Load time 0.745 s
Memory usage 3.34 MiB
JS errors None
Resource errors None

Waymark

Page screenshot: Waymark
URL /wp-admin/edit.php?post_type=waymark_map
Aspect menu-item
HTTP status 200
Load time 0.223 s
Memory usage 3.3 MiB
JS errors None
Resource errors None

Waymark → New Map

Page screenshot: Waymark → New Map
URL /wp-admin/post-new.php?post_type=waymark_map
Aspect menu-item
HTTP status 200
Load time 0.589 s
Memory usage 3.47 MiB
JS errors None
Resource errors None

Waymark → Collections

Page screenshot: Waymark → Collections
URL /wp-admin/edit-tags.php?taxonomy=waymark_collection&post_type=waymark_map
Aspect menu-item
HTTP status 200
Load time 0.254 s
Memory usage 3.25 MiB
JS errors None
Resource errors None

Waymark → Help

Page screenshot: Waymark → Help
URL /wp-admin/edit.php?post_type=waymark_map&page=waymark-help
Aspect menu-item
HTTP status 200
Load time 0.712 s
Memory usage 3.24 MiB
JS errors None
Resource errors None

Waymark → Settings

Page screenshot: Waymark → Settings
URL /wp-admin/edit.php?post_type=waymark_map&page=waymark-settings
Aspect menu-item
HTTP status 200
Load time 0.280 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.300 s
Memory usage 3.07 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.286 s0.355 s+0.069 s3.05 MiB3.32 MiB+ 284.7 KiB
/wp-admin/edit.php0.199 s0.295 s+0.096 s3.07 MiB3.36 MiB+ 290.08 KiB
/wp-admin/post-new.php0.794 s0.890 s+0.096 s4.97 MiB5.25 MiB+ 288.02 KiB
/wp-admin/upload.php0.556 s0.336 s-0.220 s2.99 MiB3.26 MiB+ 270.78 KiB
/wp-admin/options-writing.php0.150 s0.184 s+0.034 s2.99 MiB3.24 MiB+ 258.21 KiB
/wp-admin/media-new.php0.264 s0.340 s+0.076 s2.97 MiB3.25 MiB+ 287.66 KiB
/wp-admin/edit-tags.php?taxonomy=category0.242 s0.282 s+0.040 s2.98 MiB3.26 MiB+ 288.73 KiB
/wp-admin/post-new.php?post_type=page0.610 s0.946 s+0.336 s4.96 MiB5.24 MiB+ 281.98 KiB
/wp-admin/options-discussion.php0.213 s0.232 s+0.019 s2.97 MiB3.24 MiB+ 273.61 KiB
/wp-admin/edit-comments.php0.210 s0.245 s+0.035 s3 MiB3.27 MiB+ 273.41 KiB
/0.294 s0.242 s-0.052 s2.94 MiB3 MiB+ 62.34 KiB
Average 0.347 s0.395 s+0.048 s3.35 MiB3.61 MiB+ 259.96 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.

JavaScript
PHP
CSS
LESS
Language % Lines of code Comment lines Files
JavaScript47.6%7,6681,57814
PHP28.3%4,55793426
CSS12.5%2,0072328
LESS10.3%1,6573236
Markdown1.4%22801
Total 16,117 3,067 55

PHP Code Analysis | More results »

Lines of code 4,549
Total complexity 824
Median class complexity 17.0
Median method complexity 2.0
Most complex class Waymark_Helper
Most complex function Waymark_Shortcode::handle_shortcode()
Classes 25
Methods 180
Functions 0

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

Custom Post Types 1

ID Name
waymark_mapMaps

Meta Boxes

{
    "waymark_map": {
        "waymark_map_meta": {
            "title": "Map Editor",
            "context": "normal"
        },
        "waymark_map_shortcode": {
            "title": "Shortcode",
            "context": "side"
        },
        "waymark_map_export": {
            "title": "Export",
            "context": "side"
        },
        "waymark_map_help": {
            "title": "Help",
            "context": "side"
        }
    }
}

PHP Error Log 6 lines

[24-Jan-2023 23:56:32 UTC] PHP Deprecated:  Optional parameter $key declared before required parameter $value is implicitly treated as a required parameter in /wp-content/plugins/waymark/inc/Waymark_Config.php on line 200
[24-Jan-2023 23:56:32 UTC] PHP Deprecated:  Optional parameter $map_title declared before required parameter $map_data is implicitly treated as a required parameter in /wp-content/plugins/waymark/inc/Helpers/Waymark_Helper.php on line 529
[24-Jan-2023 23:56:35 UTC] PHP Deprecated:  htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/waymark/inc/Helpers/Waymark_Input.php on line 193
[24-Jan-2023 23:56:39 UTC] PHP Deprecated:  json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /wp-content/plugins/waymark/inc/Helpers/Waymark_Input.php on line 153
[24-Jan-2023 23:56:39 UTC] PHP Deprecated:  json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /wp-content/plugins/waymark/inc/Helpers/Waymark_Input.php on line 153
[24-Jan-2023 23:56:39 UTC] PHP Deprecated:  json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /wp-content/plugins/waymark/inc/Helpers/Waymark_Input.php on line 153
See also: All tests for this plugin, How to Hide Waymark Admin Menus and Meta Boxes