Advanced Access Manager 6.9.10

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

Summary

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

Memory usage: 358.31 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 100,000+
WordPress.org page https://wordpress.org/plugins/advanced-access-manager/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 4

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=advanced-access-manager%2Faam.php&plugin_status=all&paged=1&s&_wpnonce=b9d172c9c4
Aspect after-activation
HTTP status 200
Load time 0.503 s
Memory usage 3.66 MiB
JS errors None
Resource errors None

AAM

Page screenshot: AAM
URL /wp-admin/admin.php?page=aam
Aspect menu-item
HTTP status 200
Load time 0.646 s
Memory usage 3.81 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.265 s
Memory usage 3.28 MiB
JS errors None
Resource errors None

Widgets ‹ Test site — WordPress

Page screenshot: Widgets ‹ Test site — WordPress
URL /wp-admin/widgets.php
Aspect new-sidebar-widgets
HTTP status 200
Load time 1.120 s
Memory usage 5.44 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.301 s0.287 s-0.014 s3.07 MiB3.41 MiB+ 345.19 KiB
/wp-admin/edit.php0.203 s0.212 s+0.009 s3.1 MiB3.5 MiB+ 406.32 KiB
/wp-admin/post-new.php0.771 s0.968 s+0.197 s5.02 MiB5.48 MiB+ 466.96 KiB
/wp-admin/upload.php0.577 s0.522 s-0.055 s3.02 MiB3.33 MiB+ 321.46 KiB
/wp-admin/options-writing.php0.187 s0.179 s-0.008 s3.01 MiB3.31 MiB+ 308.22 KiB
/wp-admin/media-new.php0.374 s0.252 s-0.122 s2.99 MiB3.32 MiB+ 332.91 KiB
/wp-admin/edit-tags.php?taxonomy=category0.196 s0.212 s+0.016 s3.01 MiB3.34 MiB+ 338.82 KiB
/wp-admin/post-new.php?post_type=page0.628 s0.684 s+0.056 s5.01 MiB5.47 MiB+ 462.55 KiB
/wp-admin/options-discussion.php0.217 s0.254 s+0.037 s3 MiB3.31 MiB+ 322.27 KiB
/wp-admin/edit-comments.php0.226 s0.225 s-0.001 s3.03 MiB3.34 MiB+ 323.53 KiB
/0.325 s0.228 s-0.097 s2.97 MiB3.28 MiB+ 313.19 KiB
Average 0.364 s0.366 s+0.002 s3.38 MiB3.73 MiB+ 358.31 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
JavaScript
Language % Lines of code Comment lines Files
PHP67.2%15,78613,267177
JavaScript18.9%4,4507534
CSS7.5%1,756611
PO File6.0%1,4088331
SVG0.4%10112
Total 23,501 14,915 185

PHP Code Analysis | More results »

Lines of code 13,019
Total complexity 2,600
Median class complexity 14.5
Median method complexity 2.0
Most complex class AAM_Service_Content
Most complex function AAM_Service_Content::_convertToPostStatements()
Classes 114
Methods 790
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 3

Custom Post Types 1

ID Name
aam_policyAccess Policies

Sidebar Widgets 1

ID Name
aam_backend_loginAAM Secure Login

PHP Error Log 8 lines

[20-May-2023 09:49:01 UTC] PHP Deprecated:  Return type of AAM_Framework_Model_ServiceContext::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-access-manager/application/Framework/Model/ServiceContext.php on line 52
[20-May-2023 09:49:01 UTC] PHP Deprecated:  Return type of AAM_Framework_Model_ServiceContext::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-access-manager/application/Framework/Model/ServiceContext.php on line 66
[20-May-2023 09:49:01 UTC] PHP Deprecated:  Return type of AAM_Framework_Model_ServiceContext::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-access-manager/application/Framework/Model/ServiceContext.php on line 81
[20-May-2023 09:49:01 UTC] PHP Deprecated:  Return type of AAM_Framework_Model_ServiceContext::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-access-manager/application/Framework/Model/ServiceContext.php on line 99
[20-May-2023 09:49:01 UTC] PHP Deprecated:  Return type of AAM_Framework_Model_ServiceContext::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-access-manager/application/Framework/Model/ServiceContext.php on line 52
[20-May-2023 09:49:01 UTC] PHP Deprecated:  Return type of AAM_Framework_Model_ServiceContext::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-access-manager/application/Framework/Model/ServiceContext.php on line 66
[20-May-2023 09:49:01 UTC] PHP Deprecated:  Return type of AAM_Framework_Model_ServiceContext::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-access-manager/application/Framework/Model/ServiceContext.php on line 81
[20-May-2023 09:49:01 UTC] PHP Deprecated:  Return type of AAM_Framework_Model_ServiceContext::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-access-manager/application/Framework/Model/ServiceContext.php on line 99
See also: All tests for this plugin, How to Hide Advanced Access Manager Admin Menus