Pigeon Paywall 1.6.2

Does Pigeon Paywall work with WordPress 6.5.3 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 30.61 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.5.3
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/pigeon/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

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=pigeon%2Fpigeon.php&plugin_status=all&paged=1&s&_wpnonce=c2a72f9660
Aspect after-activation
HTTP status 200
Load time 0.256 s
Memory usage 3.41 MiB
JS errors None
Resource errors None

Settings → Pigeon

Page screenshot: Settings → Pigeon
URL /wp-admin/options-general.php?page=pigeon
Aspect menu-item
HTTP status 200
Load time 0.153 s
Memory usage 3.43 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.200 s
Memory usage 3.4 MiB
JS errors None
Resource errors None

Add New Post ‹ Test site — WordPress

Page screenshot: Add New Post ‹ Test site — WordPress
URL /wp-admin/post-new.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.590 s
Memory usage 5.63 MiB
JS errors None
Resource errors None

Add New Page ‹ Test site — WordPress

Page screenshot: Add New Page ‹ Test site — WordPress
URL /wp-admin/post-new.php?post_type=page
Aspect new-meta-boxes
HTTP status 200
Load time 0.590 s
Memory usage 5.62 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.406 s0.294 s-0.112 s3.44 MiB3.47 MiB+ 37.2 KiB
/wp-admin/edit.php0.220 s0.200 s-0.020 s3.46 MiB3.5 MiB+ 38.3 KiB
/wp-admin/post-new.php0.936 s0.621 s-0.315 s5.59 MiB5.63 MiB+ 45.79 KiB
/wp-admin/upload.php0.534 s0.435 s-0.099 s3.38 MiB3.4 MiB+ 20.16 KiB
/wp-admin/options-writing.php0.223 s0.192 s-0.031 s3.37 MiB3.38 MiB+ 12.09 KiB
/wp-admin/media-new.php0.309 s0.216 s-0.093 s3.35 MiB3.38 MiB+ 32.34 KiB
/wp-admin/edit-tags.php?taxonomy=category0.200 s0.200 s+0.000 s3.37 MiB3.4 MiB+ 37.52 KiB
/wp-admin/post-new.php?post_type=page0.538 s0.601 s+0.063 s5.58 MiB5.62 MiB+ 40.58 KiB
/wp-admin/options-discussion.php0.354 s0.253 s-0.101 s3.36 MiB3.38 MiB+ 20.62 KiB
/wp-admin/edit-comments.php0.244 s0.206 s-0.038 s3.39 MiB3.41 MiB+ 20.15 KiB
/0.294 s0.185 s-0.109 s3.37 MiB3.4 MiB+ 31.99 KiB
Average 0.387 s0.309 s-0.078 s3.79 MiB3.82 MiB+ 30.61 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
Language % Lines of code Comment lines Files
PHP96.2%1,09174618
JavaScript2.7%3112
CSS1.1%1201
Total 1,134 747 21

PHP Code Analysis | More results »

Lines of code 929
Total complexity 178
Median class complexity 15.0
Median method complexity 2.0
Most complex class PigeonWP\Settings
Most complex function PigeonWP\Admin::redirect_on_activation()
Classes 9
Methods 60
Functions 2

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 1

Meta Boxes

{
    "post": {
        "pigeonwp": {
            "title": "Pigeon Settings",
            "context": "side"
        }
    },
    "page": {
        "pigeonwp": {
            "title": "Pigeon Settings",
            "context": "side"
        }
    }
}

PHP Error Log 8 lines

[18-May-2024 02:33:45 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/templates/admin/admin.php on line 16
[18-May-2024 02:33:45 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-content/plugins/pigeon/templates/admin/admin.php on line 16
[18-May-2024 02:33:46 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 82
[18-May-2024 02:33:46 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 85
[18-May-2024 02:33:46 UTC] PHP Deprecated:  strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 85
[18-May-2024 02:33:55 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 82
[18-May-2024 02:33:55 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 85
[18-May-2024 02:33:55 UTC] PHP Deprecated:  strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 85
See also: All tests for this plugin, How to Hide Pigeon Paywall Admin Menus and Meta Boxes