Folders 2.9.2

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

Page speed impact: 0.066 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=0fabd2a3f4
Aspect after-activation
HTTP status 200
Load time 0.515 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.251 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.232 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.577 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.651 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.182 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.642 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.350 s0.550 s+0.200 s2.82 MiB3.03 MiB+ 206.63 KiB
/wp-admin/edit.php0.203 s0.602 s+0.399 s2.85 MiB3.3 MiB+ 458.3 KiB
/wp-admin/post-new.php0.752 s0.998 s+0.246 s5.21 MiB5.56 MiB+ 350.47 KiB
/wp-admin/upload.php0.616 s0.677 s+0.061 s2.77 MiB2.98 MiB+ 213.22 KiB
/wp-admin/options-writing.php0.223 s0.180 s-0.043 s2.76 MiB2.94 MiB+ 179.09 KiB
/wp-admin/media-new.php0.381 s0.333 s-0.048 s2.74 MiB2.94 MiB+ 208.25 KiB
/wp-admin/edit-tags.php?taxonomy=category0.185 s0.176 s-0.009 s2.76 MiB2.96 MiB+ 204.48 KiB
/wp-admin/post-new.php?post_type=page0.577 s0.753 s+0.176 s5.21 MiB5.55 MiB+ 348.8 KiB
/wp-admin/options-discussion.php0.383 s0.241 s-0.142 s2.75 MiB2.93 MiB+ 187.62 KiB
/wp-admin/edit-comments.php0.260 s0.212 s-0.048 s2.78 MiB2.96 MiB+ 186.41 KiB
/0.270 s0.202 s-0.068 s3.13 MiB3.29 MiB+ 168.98 KiB
Average 0.382 s0.448 s+0.066 s3.25 MiB3.49 MiB+ 246.57 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,0752,01323
CSS16.0%5,24543813
SVG1.1%37402
JSON0.0%101
Total 32,796 4,926 48

PHP Code Analysis | More results »

Lines of code 8,718
Total complexity 1,566
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

[09-Aug-2023 13:17:58 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/templates/admin/admin-content.php on line 53
[09-Aug-2023 13:17:58 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/includes/folders.class.php on line 2019
[09-Aug-2023 13:18:01 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
[09-Aug-2023 13:18:01 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
[09-Aug-2023 13:18:01 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/templates/admin/admin-content.php on line 53
[09-Aug-2023 13:18:02 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/includes/folders.class.php on line 2019
[09-Aug-2023 13:18:06 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