Vieww Directory 1.4.0

Does Vieww Directory work with WordPress 6.9.4 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
No PHP errors, warnings or notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Looks good! No problems were detected.
Performance

Memory usage: 121.14 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.9.4
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/vieww-directory/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 9

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=vieww-directory%2Fvieww-directory.php&plugin_status=all&paged=1&s&_wpnonce=c8fd46f3a8
Aspect after-activation
HTTP status 200
Load time 0.402 s
Memory usage 3.86 MiB
JS errors None
Resource errors None

Directory

Page screenshot: Directory
URL /wp-admin/edit.php?post_type=viewwdi_member
Aspect menu-item
HTTP status 200
Load time 0.297 s
Memory usage 3.85 MiB
JS errors None
Resource errors None

Directory → Add New Member

Page screenshot: Directory → Add New Member
URL /wp-admin/post-new.php?post_type=viewwdi_member
Aspect menu-item
HTTP status 200
Load time 2.322 s
Memory usage 6.6 MiB
JS errors None
Resource errors None

Directory → Categories

Page screenshot: Directory → Categories
URL /wp-admin/edit-tags.php?taxonomy=viewwdi_category&post_type=viewwdi_member
Aspect menu-item
HTTP status 200
Load time 0.324 s
Memory usage 3.8 MiB
JS errors None
Resource errors None

Directory → Getting Started

Page screenshot: Directory → Getting Started
URL /wp-admin/edit.php?post_type=viewwdi_member&page=viewwdi-welcome
Aspect menu-item
HTTP status 200
Load time 0.318 s
Memory usage 3.79 MiB
JS errors None
Resource errors None

Directory → Settings

Page screenshot: Directory → Settings
URL /wp-admin/edit.php?post_type=viewwdi_member&page=viewwdi-settings
Aspect menu-item
HTTP status 200
Load time 0.271 s
Memory usage 3.79 MiB
JS errors None
Resource errors None

Directory → Design

Page screenshot: Directory → Design
URL /wp-admin/edit.php?post_type=viewwdi_member&page=viewwdi-design
Aspect menu-item
HTTP status 200
Load time 0.418 s
Memory usage 3.8 MiB
JS errors None
Resource errors None

Directory → Help

Page screenshot: Directory → Help
URL /wp-admin/edit.php?post_type=viewwdi_member&page=viewwdi-help
Aspect menu-item
HTTP status 200
Load time 0.301 s
Memory usage 3.79 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.229 s
Memory usage 4.19 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.442 s0.365 s-0.077 s3.78 MiB3.86 MiB+ 86.59 KiB
/wp-admin/edit.php0.381 s0.304 s-0.077 s3.79 MiB3.87 MiB+ 89.68 KiB
/wp-admin/post-new.php0.884 s0.922 s+0.038 s6.31 MiB6.61 MiB+ 307.2 KiB
/wp-admin/upload.php0.468 s0.416 s-0.052 s3.74 MiB3.81 MiB+ 73.66 KiB
/wp-admin/options-writing.php0.352 s0.314 s-0.038 s3.71 MiB3.79 MiB+ 77.66 KiB
/wp-admin/media-new.php0.552 s0.350 s-0.202 s3.71 MiB3.79 MiB+ 85.85 KiB
/wp-admin/edit-tags.php?taxonomy=category0.354 s0.290 s-0.064 s3.72 MiB3.81 MiB+ 91.02 KiB
/wp-admin/post-new.php?post_type=page0.705 s0.695 s-0.010 s6.3 MiB6.59 MiB+ 300.7 KiB
/wp-admin/options-discussion.php0.341 s0.349 s+0.008 s3.72 MiB3.79 MiB+ 74.16 KiB
/wp-admin/edit-comments.php0.354 s0.343 s-0.011 s3.74 MiB3.81 MiB+ 73.66 KiB
/0.301 s0.182 s-0.119 s4.12 MiB4.19 MiB+ 72.38 KiB
Average 0.467 s0.412 s-0.055 s4.24 MiB4.36 MiB+ 121.14 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
CSS
JavaScript
Language % Lines of code Comment lines Files
PHP53.6%2,55743815
CSS24.1%1,150724
JavaScript19.4%9281969
Markdown2.9%13801
Total 4,773 706 29

PHP Code Analysis | More results »

Lines of code 2,291
Total complexity 179
Median class complexity 8.0
Median method complexity 2.0
Most complex class VIEWWDI_Design_Settings
Most complex function viewwdi_render_card()
Classes 3
Methods 25
Functions 27

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

Custom Post Types 1

ID Name
viewwdi_memberDirectory Members

Meta Boxes

{
    "viewwdi_member": {
        "viewwdi_business": {
            "title": "Business Details",
            "context": "normal"
        },
        "viewwdi_contact": {
            "title": "Contact Details",
            "context": "normal"
        },
        "viewwdi_about": {
            "title": "About / Description",
            "context": "normal"
        },
        "viewwdi_socials": {
            "title": "Social Media",
            "context": "normal"
        },
        "viewwdi_gallery": {
            "title": "Photo Gallery",
            "context": "normal"
        },
        "viewwdi_logo": {
            "title": "Business Logo",
            "context": "side"
        },
        "viewwdi_featured": {
            "title": "Featured Member",
            "context": "side"
        }
    }
}

PHP Error Log

The log file is empty.

See also: All tests for this plugin, How to Hide Vieww Directory – Business Directory, Member Listings & Local Directory Plugin Admin Menus and Meta Boxes