Folders 2.9.4

Does Folders work with WordPress 6.3 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 263.9 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.079 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.3
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 80,000+
WordPress.org page https://wordpress.org/plugins/folders/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Folders ‹ Test site — WordPress

Page screenshot: Folders ‹ Test site — WordPress
URL /wp-admin/admin.php?page=wcp_folders_settings
Requested URL /wp-admin/plugins.php?action=activate&plugin=folders%2Ffolders.php&plugin_status=all&paged=1&s&_wpnonce=8efec0a420
Aspect after-activation
HTTP status 200
Load time 0.914 s
Memory usage 2.98 MiB
JS errors None
Resource errors None

Media → Media Cleaning

Page screenshot: Media → Media Cleaning
URL /wp-admin/upload.php?page=folders-media-cleaning
Aspect menu-item
HTTP status 200
Load time 0.278 s
Memory usage 2.96 MiB
JS errors None
Resource errors None

Folders Settings

Page screenshot: Folders Settings
URL /wp-admin/admin.php?page=wcp_folders_settings
Aspect menu-item
HTTP status 200
Load time 0.234 s
Memory usage 2.93 MiB
JS errors None
Resource errors None

Folders Settings → Recommended Plugins

Page screenshot: Folders Settings → Recommended Plugins
URL /wp-admin/admin.php?page=recommended-folder-plugins
Aspect menu-item
HTTP status 200
Load time 0.561 s
Memory usage 3.25 MiB
JS errors None
Resource errors None

Folders Settings → Upgrade to Pro

Page screenshot: Folders Settings → Upgrade to Pro
URL /wp-admin/admin.php?page=folders-upgrade-to-pro
Aspect menu-item
HTTP status 200
Load time 0.641 s
Memory usage 3.32 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.221 s
Memory usage 3.29 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.649 s
Memory usage 5.58 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.321 s0.319 s-0.002 s2.82 MiB3.03 MiB+ 208.4 KiB
/wp-admin/edit.php0.199 s0.614 s+0.415 s2.85 MiB3.4 MiB+ 558.78 KiB
/wp-admin/post-new.php0.749 s0.918 s+0.169 s5.21 MiB5.58 MiB+ 375.5 KiB
/wp-admin/upload.php0.547 s0.879 s+0.332 s2.77 MiB2.99 MiB+ 227.14 KiB
/wp-admin/options-writing.php0.208 s0.188 s-0.020 s2.76 MiB2.94 MiB+ 183.25 KiB
/wp-admin/media-new.php0.292 s0.293 s+0.001 s2.74 MiB2.95 MiB+ 212.41 KiB
/wp-admin/edit-tags.php?taxonomy=category0.170 s0.188 s+0.018 s2.76 MiB2.96 MiB+ 208.65 KiB
/wp-admin/post-new.php?post_type=page0.587 s0.607 s+0.020 s5.21 MiB5.57 MiB+ 373.83 KiB
/wp-admin/options-discussion.php0.231 s0.225 s-0.006 s2.75 MiB2.94 MiB+ 193.65 KiB
/wp-admin/edit-comments.php0.196 s0.214 s+0.018 s2.78 MiB2.96 MiB+ 190.58 KiB
/0.275 s0.199 s-0.076 s3.13 MiB3.29 MiB+ 170.75 KiB
Average 0.343 s0.422 s+0.079 s3.25 MiB3.51 MiB+ 263.9 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.

JavaScript
PHP
CSS
Language % Lines of code Comment lines Files
JavaScript43.3%14,1682,5189
PHP40.9%13,3751,96223
CSS14.6%4,78543613
SVG1.1%37402
JSON0.0%101
Total 32,703 4,916 48

PHP Code Analysis | More results »

Lines of code 8,866
Total complexity 1,608
Median class complexity 24.5
Median method complexity 5.0
Most complex class WCP_Folders
Most complex function WCP_Folders::output_backbone_view_filters()
Classes 10
Methods 189
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 13

Meta Boxes

{
    "post": {
        "post_folderdiv": {
            "title": "Folders",
            "context": "side"
        }
    },
    "attachment": {
        "folders-replace-box": {
            "title": "Replace Media",
            "context": "side"
        },
        "folders-replace-file-name": {
            "title": "Change file name",
            "context": "side"
        }
    },
    "page": {
        "folderdiv": {
            "title": "Folders",
            "context": "side"
        }
    }
}

PHP Error Log 7 lines

[25-Aug-2023 12:02:16 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/templates/admin/admin-content.php on line 54
[25-Aug-2023 12:02:16 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/includes/folders.class.php on line 2071
[25-Aug-2023 12:02:19 UTC] PHP Notice:  Function wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder. Please see <a href="https://wordpress.org/documentation/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.9.0.) in /wp-includes/functions.php on line 5905
[25-Aug-2023 12:02:19 UTC] PHP Notice:  Function wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (0) for the number of arguments passed (2). Please see <a href="https://wordpress.org/documentation/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /wp-includes/functions.php on line 5905
[25-Aug-2023 12:02:19 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/templates/admin/admin-content.php on line 54
[25-Aug-2023 12:02:21 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/includes/folders.class.php on line 2071
[25-Aug-2023 12:02:24 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/includes/folders.class.php on line 2071
See also: All tests for this plugin, How to Hide Folders Admin Menus and Meta Boxes