Pigeon Paywall 1.6.4

Does Pigeon Paywall work with WordPress 6.6.1 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: 47.34 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.6.1
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=fa7c406116
Aspect after-activation
HTTP status 200
Load time 0.249 s
Memory usage 3.52 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.199 s
Memory usage 3.52 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.228 s
Memory usage 3.44 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.675 s
Memory usage 5.8 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.586 s
Memory usage 5.79 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.319 s0.301 s-0.018 s3.47 MiB3.51 MiB+ 41.42 KiB
/wp-admin/edit.php0.219 s0.181 s-0.038 s3.54 MiB3.58 MiB+ 41.54 KiB
/wp-admin/post-new.php0.775 s0.595 s-0.180 s5.75 MiB5.8 MiB+ 46.02 KiB
/wp-admin/upload.php0.685 s0.357 s-0.328 s3.49 MiB3.51 MiB+ 23.4 KiB
/wp-admin/options-writing.php0.203 s0.191 s-0.012 s3.41 MiB3.49 MiB+ 86.2 KiB
/wp-admin/media-new.php0.233 s0.454 s+0.221 s3.4 MiB3.49 MiB+ 99.59 KiB
/wp-admin/edit-tags.php?taxonomy=category0.189 s0.262 s+0.073 s3.47 MiB3.52 MiB+ 46.26 KiB
/wp-admin/post-new.php?post_type=page0.597 s0.610 s+0.013 s5.75 MiB5.79 MiB+ 40.8 KiB
/wp-admin/options-discussion.php0.225 s0.267 s+0.042 s3.41 MiB3.49 MiB+ 87.89 KiB
/wp-admin/edit-comments.php0.244 s0.220 s-0.024 s3.49 MiB3.51 MiB+ 23.39 KiB
/0.320 s0.203 s-0.117 s3.45 MiB3.44 MiB- 15.77 KiB
Average 0.364 s0.331 s-0.033 s3.88 MiB3.92 MiB+ 47.34 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.6%1,21978619
JavaScript2.5%3112
CSS1.0%1201
Total 1,262 787 22

PHP Code Analysis | More results »

Lines of code 933
Total complexity 187
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 62
Functions 3

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

[31-Jul-2024 17:09:19 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/templates/admin/admin.php on line 16
[31-Jul-2024 17:09:19 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
[31-Jul-2024 17:09:20 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 82
[31-Jul-2024 17:09:20 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 85
[31-Jul-2024 17:09:20 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
[31-Jul-2024 17:09:29 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 82
[31-Jul-2024 17:09:29 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 85
[31-Jul-2024 17:09:29 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