Advanced Views Lite 3.3.3

Does Advanced Views Lite work with WordPress 6.4.3 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
6PHP fatal errors
6PHP warnings
4PHP notices
No JavaScript exceptions
2Pages failed to load
  • 2 500 Internal Server Error
No resource errors
Performance

Memory usage: 498.06 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.4.3
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 2,000+
WordPress.org page https://wordpress.org/plugins/acf-views/
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=acf-views%2Facf-views.php&plugin_status=all&paged=1&s&_wpnonce=f495a9a27c
Aspect after-activation
HTTP status 200
Load time 1.095 s
Memory usage 4.18 MiB
JS errors None
Resource errors None

Advanced Views

Page screenshot: Advanced Views
URL /wp-admin/edit.php?post_type=acf_views
Aspect menu-item
HTTP status 500
Load time 0.136 s
Memory usage N/A
JS errors None
Resource errors None

Advanced Views → Cards

Page screenshot: Advanced Views → Cards
URL /wp-admin/edit.php?post_type=acf_cards
Aspect menu-item
HTTP status 500
Load time 0.056 s
Memory usage N/A
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.197 s
Memory usage 3.63 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.384 s0.338 s-0.046 s3.38 MiB3.91 MiB+ 540.38 KiB
/wp-admin/edit.php0.219 s0.227 s+0.008 s3.41 MiB3.93 MiB+ 539.27 KiB
/wp-admin/post-new.php1.047 s0.624 s-0.423 s5.46 MiB6.09 MiB+ 649.9 KiB
/wp-admin/upload.php0.729 s0.421 s-0.308 s3.32 MiB3.77 MiB+ 457.62 KiB
/wp-admin/options-writing.php0.245 s0.197 s-0.048 s3.32 MiB3.76 MiB+ 450.2 KiB
/wp-admin/media-new.php0.328 s0.279 s-0.049 s3.3 MiB3.75 MiB+ 469.07 KiB
/wp-admin/edit-tags.php?taxonomy=category0.236 s0.196 s-0.040 s3.31 MiB3.78 MiB+ 474.98 KiB
/wp-admin/post-new.php?post_type=page0.614 s0.607 s-0.007 s5.45 MiB6.08 MiB+ 649.48 KiB
/wp-admin/options-discussion.php0.328 s0.480 s+0.152 s3.3 MiB3.75 MiB+ 458.22 KiB
/wp-admin/edit-comments.php0.257 s0.233 s-0.024 s3.34 MiB3.78 MiB+ 457.59 KiB
/0.298 s0.211 s-0.087 s3.31 MiB3.63 MiB+ 331.99 KiB
Average 0.426 s0.347 s-0.079 s3.72 MiB4.2 MiB+ 498.06 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
PO File
Language % Lines of code Comment lines Files
PHP78.0%24,2395,749232
PO File21.6%6,6964,1886
JavaScript0.2%74113
JSON0.1%3501
Markdown0.1%2201
Total 31,066 9,938 253

PHP Code Analysis | More results »

Lines of code 23,021
Total complexity 3,967
Median class complexity 9.0
Median method complexity 1.0
Most complex class Org\Wplake\Advanced_Views\Data_Vendors\Pods\Pods_Data_Vendor
Most complex function acf_field_repeater::update_value()
Classes 205
Methods 1,468
Functions 9

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.

Custom Post Types 2

ID Name
acf_viewsViews
acf_cardsCards

Meta Boxes

{
    "acf_views": {
        "acf-views_shortcode": {
            "title": "Shortcode",
            "context": "side"
        },
        "acf-views_related_groups": {
            "title": "Assigned Groups",
            "context": "side"
        },
        "acf-views_related_views": {
            "title": "Assigned Views",
            "context": "side"
        },
        "acf-views_related_cards": {
            "title": "Assigned to Cards",
            "context": "side"
        },
        "acf-views_review": {
            "title": "Rate & Review",
            "context": "side"
        },
        "acf-views_support": {
            "title": "Having issues?",
            "context": "side"
        }
    },
    "acf_cards": {
        "acf-cards_shortcode_cpt": {
            "title": "Shortcode",
            "context": "side"
        },
        "acf-cards_related_view": {
            "title": "Related View",
            "context": "side"
        },
        "acf-views_review": {
            "title": "Rate & Review",
            "context": "side"
        },
        "acf-views_support": {
            "title": "Having issues?",
            "context": "side"
        }
    }
}

PHP Error Log 78 lines

[26-Feb-2024 09:47:13 UTC] PHP Warning:  require_once(/wp-content/plugins/acf-views/src/../vendor/vendors/advanced-custom-fields/acf.php): Failed to open stream: No such file or directory in /wp-content/plugins/acf-views/src/Acf_Dependency.php on line 28
[26-Feb-2024 09:47:13 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/wp-content/plugins/acf-views/src/../vendor/vendors/advanced-custom-fields/acf.php' (include_path='.:/opt/bitnami/php/lib/php') in /wp-content/plugins/acf-views/src/Acf_Dependency.php:28
Stack trace:
#0 /wp-includes/class-wp-hook.php(324): Org\Wplake\Advanced_Views\Acf_Dependency->maybe_include_acf_plugin()
#1 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /wp-settings.php(506): do_action()
#4 /wp-config.php(191): require_once('...')
#5 /wp-load.php(50): require_once('...')
#6 /wp-admin/admin.php(34): require_once('...')
#7 /wp-admin/edit.php(10): require_once('...')
#8 {main}
  thrown in /wp-content/plugins/acf-views/src/Acf_Dependency.php on line 28
[26-Feb-2024 09:47:13 UTC] PHP Notice:  Function is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /wp-includes/functions.php on line 6031
[26-Feb-2024 09:47:13 UTC] PHP Notice:  Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /wp-includes/functions.php on line 6031
[26-Feb-2024 09:47:14 UTC] PHP Warning:  require_once(/wp-content/plugins/acf-views/src/../vendor/vendors/advanced-custom-fields/acf.php): Failed to open stream: No such file or directory in /wp-content/plugins/acf-views/src/Acf_Dependency.php on line 28
[26-Feb-2024 09:47:14 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/wp-content/plugins/acf-views/src/../vendor/vendors/advanced-custom-fields/acf.php' (include_path='.:/opt/bitnami/php/lib/php') in /wp-content/plugins/acf-views/src/Acf_Dependency.php:28
Stack trace:
#0 /wp-includes/class-wp-hook.php(324): Org\Wplake\Advanced_Views\Acf_Dependency->maybe_include_acf_plugin()
#1 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /wp-settings.php(506): do_action()
#4 /wp-config.php(191): require_once('...')
#5 /wp-load.php(50): require_once('...')
#6 /wp-admin/admin.php(34): require_once('...')
#7 /wp-admin/edit.php(10): require_once('...')
#8 {main}
  thrown in /wp-content/plugins/acf-views/src/Acf_Dependency.php on line 28
[26-Feb-2024 09:47:14 UTC] PHP Notice:  Function is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /wp-includes/functions.php on line 6031
[26-Feb-2024 09:47:14 UTC] PHP Notice:  Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /wp-includes/functions.php on line 6031
[26-Feb-2024 09:47:16 UTC] PHP Warning:  require_once(/wp-content/plugins/acf-views/src/../vendor/vendors/advanced-custom-fields/acf.php): Failed to open stream: No such file or directory in /wp-content/plugins/acf-views/src/Acf_Dependency.php on line 28
[26-Feb-2024 09:47:16 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/wp-content/plugins/acf-views/src/../vendor/vendors/advanced-custom-fields/acf.php' (include_path='.:/opt/bitnami/php/lib/php') in /wp-content/plugins/acf-views/src/Acf_Dependency.php:28
Stack trace:
#0 /wp-includes/class-wp-hook.php(324): Org\Wplake\Advanced_Views\Acf_Dependency->maybe_include_acf_plugin()
#1 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /wp-settings.php(506): do_action()
#4 /wp-config.php(191): require_once('...')
#5 /wp-load.php(50): require_once('...')
#6 /wp-admin/admin-ajax.php(22): require_once('...')
#7 {main}
  thrown in /wp-content/plugins/acf-views/src/Acf_Dependency.php on line 28
[26-Feb-2024 09:47:19 UTC] PHP Warning:  require_once(/wp-content/plugins/acf-views/src/../vendor/vendors/advanced-custom-fields/acf.php): Failed to open stream: No such file or directory in /wp-content/plugins/acf-views/src/Acf_Dependency.php on line 28
[26-Feb-2024 09:47:19 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/wp-content/plugins/acf-views/src/../vendor/vendors/advanced-custom-fields/acf.php' (include_path='.:/opt/bitnami/php/lib/php') in /wp-content/plugins/acf-views/src/Acf_Dependency.php:28
Stack trace:
#0 /wp-includes/class-wp-hook.php(324): Org\Wplake\Advanced_Views\Acf_Dependency->maybe_include_acf_plugin()
#1 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /wp-settings.php(506): do_action()
#4 /wp-config.php(191): require_once('...')
#5 /wp-load.php(50): require_once('...')
#6 /wp-admin/admin-ajax.php(22): require_once('...')
#7 {main}
  thrown in /wp-content/plugins/acf-views/src/Acf_Dependency.php on line 28
[26-Feb-2024 09:47:20 UTC] PHP Warning:  require_once(/wp-content/plugins/acf-views/src/../vendor/vendors/advanced-custom-fields/acf.php): Failed to open stream: No such file or directory in /wp-content/plugins/acf-views/src/Acf_Dependency.php on line 28
[26-Feb-2024 09:47:20 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/wp-content/plugins/acf-views/src/../vendor/vendors/advanced-custom-fields/acf.php' (include_path='.:/opt/bitnami/php/lib/php') in /wp-content/plugins/acf-views/src/Acf_Dependency.php:28
Stack trace:
#0 /wp-includes/class-wp-hook.php(324): Org\Wplake\Advanced_Views\Acf_Dependency->maybe_include_acf_plugin()
#1 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /wp-settings.php(506): do_action()
#4 /wp-config.php(191): require_once('...')
#5 /wp-load.php(50): require_once('...')
#6 /wp-admin/admin-ajax.php(22): require_once('...')
#7 {main}
  thrown in /wp-content/plugins/acf-views/src/Acf_Dependency.php on line 28
[26-Feb-2024 09:47:24 UTC] PHP Warning:  require_once(/wp-content/plugins/acf-views/src/../vendor/vendors/advanced-custom-fields/acf.php): Failed to open stream: No such file or directory in /wp-content/plugins/acf-views/src/Acf_Dependency.php on line 28
[26-Feb-2024 09:47:24 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/wp-content/plugins/acf-views/src/../vendor/vendors/advanced-custom-fields/acf.php' (include_path='.:/opt/bitnami/php/lib/php') in /wp-content/plugins/acf-views/src/Acf_Dependency.php:28
Stack trace:
#0 /wp-includes/class-wp-hook.php(324): Org\Wplake\Advanced_Views\Acf_Dependency->maybe_include_acf_plugin()
#1 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /wp-settings.php(506): do_action()
#4 /wp-config.php(191): require_once('...')
#5 /wp-load.php(50): require_once('...')
#6 /wp-admin/admin-ajax.php(22): require_once('...')
#7 {main}
  thrown in /wp-content/plugins/acf-views/src/Acf_Dependency.php on line 28
See also: All tests for this plugin, How to Hide Advanced Views Lite Admin Menus and Meta Boxes