Folders 2.9.3

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: 246.69 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.054 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 90,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=bccbbf666f
Aspect after-activation
HTTP status 200
Load time 0.551 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.299 s
Memory usage 2.95 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.257 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.609 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.724 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.197 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.668 s
Memory usage 5.56 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.389 s0.308 s-0.081 s2.82 MiB3.03 MiB+ 206.76 KiB
/wp-admin/edit.php0.220 s0.705 s+0.485 s2.85 MiB3.3 MiB+ 458.43 KiB
/wp-admin/post-new.php0.848 s1.135 s+0.287 s5.21 MiB5.56 MiB+ 350.59 KiB
/wp-admin/upload.php0.845 s0.753 s-0.092 s2.77 MiB2.98 MiB+ 213.34 KiB
/wp-admin/options-writing.php0.236 s0.231 s-0.005 s2.76 MiB2.94 MiB+ 179.21 KiB
/wp-admin/media-new.php0.305 s0.335 s+0.030 s2.74 MiB2.94 MiB+ 208.38 KiB
/wp-admin/edit-tags.php?taxonomy=category0.207 s0.197 s-0.010 s2.76 MiB2.96 MiB+ 204.61 KiB
/wp-admin/post-new.php?post_type=page0.713 s0.948 s+0.235 s5.21 MiB5.55 MiB+ 348.92 KiB
/wp-admin/options-discussion.php0.407 s0.289 s-0.118 s2.75 MiB2.93 MiB+ 187.74 KiB
/wp-admin/edit-comments.php0.292 s0.237 s-0.055 s2.78 MiB2.96 MiB+ 186.54 KiB
/0.304 s0.227 s-0.077 s3.13 MiB3.29 MiB+ 169.1 KiB
Average 0.433 s0.488 s+0.054 s3.25 MiB3.49 MiB+ 246.69 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.0%14,1012,4759
PHP39.9%13,0832,01323
CSS16.0%5,24543813
SVG1.1%37402
JSON0.0%101
Total 32,804 4,926 48

PHP Code Analysis | More results »

Lines of code 8,726
Total complexity 1,569
Median class complexity 23.5
Median method complexity 5.0
Most complex class WCP_Folders
Most complex function WCP_Folders::output_backbone_view_filters()
Classes 10
Methods 185
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 11

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 08:15:45 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/templates/admin/admin-content.php on line 53
[25-Aug-2023 08:15:46 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/includes/folders.class.php on line 2019
[25-Aug-2023 08:15:49 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 08:15:49 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 08:15:49 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/templates/admin/admin-content.php on line 53
[25-Aug-2023 08:15:50 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/includes/folders.class.php on line 2019
[25-Aug-2023 08:15:54 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/includes/folders.class.php on line 2019
See also: All tests for this plugin, How to Hide Folders Admin Menus and Meta Boxes