Depicter 3.2.0

Does Depicter work with WordPress 6.6.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
2Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

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

Environment
WordPress version6.6.1
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/depicter/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

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=depicter%2Fdepicter.php&plugin_status=all&paged=1&s&_wpnonce=b4a755b3a7
Aspect after-activation
HTTP status 200
Load time 1.592 s
Memory usage 4.1 MiB
JS errors None
Resource errors None

Depicter

Page screenshot: Depicter
URL /wp-admin/admin.php?page=depicter-dashboard
Aspect menu-item
HTTP status 200
Load time 2.224 s
Memory usage 3.76 MiB
JS errors None
Resource errors None

Depicter → Settings

Page screenshot: Depicter → Settings
URL /wp-admin/admin.php?page=depicter-settings
Aspect menu-item
HTTP status 200
Load time 0.234 s
Memory usage 3.87 MiB
JS errors None
Resource errors None

Depicter → Support

Page screenshot: Depicter → Support
URL https://wordpress.org/support/plugin/depicter/
Requested URL /wp-admin/admin.php?page=depicter-dashboard-goto-support
Aspect menu-item
HTTP status 200
Load time 2.042 s
Memory usage N/A
JS errors None
Resource errors None

Depicter → Upgrade to PRO

Page screenshot: Depicter → Upgrade to PRO
URL https://depicter.com/pricing/?utm_source=depicter&utm_medium=depicter-free&utm_campaign=free-to-pro&utm_term=unlock-submenu
Requested URL /wp-admin/admin.php?page=depicter-dashboard-goto-pro
Aspect menu-item
HTTP status 200
Load time 6.192 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 1.026 s
Memory usage 3.69 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.378 s0.626 s+0.248 s3.47 MiB3.79 MiB+ 329.1 KiB
/wp-admin/edit.php0.270 s0.293 s+0.023 s3.54 MiB3.88 MiB+ 352.96 KiB
/wp-admin/post-new.php0.875 s1.139 s+0.264 s5.75 MiB6.19 MiB+ 443.75 KiB
/wp-admin/upload.php0.612 s0.350 s-0.262 s3.49 MiB3.77 MiB+ 286.73 KiB
/wp-admin/options-writing.php0.201 s0.258 s+0.057 s3.41 MiB3.75 MiB+ 348.56 KiB
/wp-admin/media-new.php0.313 s0.344 s+0.031 s3.4 MiB3.75 MiB+ 361.93 KiB
/wp-admin/edit-tags.php?taxonomy=category0.201 s0.260 s+0.059 s3.47 MiB3.77 MiB+ 309.45 KiB
/wp-admin/post-new.php?post_type=page0.642 s0.888 s+0.246 s5.75 MiB6.18 MiB+ 438.63 KiB
/wp-admin/options-discussion.php0.266 s0.304 s+0.038 s3.41 MiB3.75 MiB+ 350.25 KiB
/wp-admin/edit-comments.php0.292 s0.283 s-0.009 s3.49 MiB3.79 MiB+ 306.55 KiB
/0.365 s0.190 s-0.175 s3.45 MiB3.68 MiB+ 233.99 KiB
Average 0.401 s0.449 s+0.047 s3.88 MiB4.21 MiB+ 341.99 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
Language % Lines of code Comment lines Files
PHP90.5%37,60820,015555
HTML3.3%1,352034
JSON2.5%1,05605
Sass1.1%4754914
JavaScript1.0%41812730
CSS0.7%2921018
SVG0.5%194368
Markdown0.2%9002
JSX0.1%5311
Total 41,538 20,205 727

PHP Code Analysis | More results »

Lines of code 36,193
Total complexity 7,393
Median class complexity 8.0
Median method complexity 2.0
Most complex class ActionScheduler_DBStore
Most complex function Depicter\Rules\Condition\Audience\Country::getControlOptions()
Classes 459
Methods 2,458
Functions 52

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.

Database Tables 5

Options wp_options 11

Capabilities 11

PHP Error Log 2 lines

[05-Aug-2024 10:24:44 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FOREIGN KEY (source_id) REFERENCES wp_depicter_documents(id)' at line 1 for query ALTER TABLE wp_depicter_leads ADD COLUMN FOREIGN KEY (source_id) REFERENCES wp_depicter_documents(id) made by require_once('wp-admin/admin.php'), do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, Depicter\WordPress\PluginServiceProvider->check_plugin_upgrade_via_upload, do_action('depicter/plugin/updated'), WP_Hook->do_action, WP_Hook->apply_filters, Depicter\Database\DatabaseServiceProvider->migrate, Averta\WordPress\Database\Migration->migrate, Averta\WordPress\Database\Migration->create_tables, Depicter\Database\Migration->create_table_leads, Averta\WordPress\Database\Migration->dbDelta, dbDelta
[05-Aug-2024 10:24:44 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FOREIGN KEY (lead_id) REFERENCES wp_depicter_leads(id) ON DELETE CASCADE' at line 1 for query ALTER TABLE wp_depicter_lead_fields ADD COLUMN FOREIGN KEY (lead_id) REFERENCES wp_depicter_leads(id) ON DELETE CASCADE made by require_once('wp-admin/admin.php'), do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, Depicter\WordPress\PluginServiceProvider->check_plugin_upgrade_via_upload, do_action('depicter/plugin/updated'), WP_Hook->do_action, WP_Hook->apply_filters, Depicter\Database\DatabaseServiceProvider->migrate, Averta\WordPress\Database\Migration->migrate, Averta\WordPress\Database\Migration->create_tables, Depicter\Database\Migration->create_table_lead_fields, Averta\WordPress\Database\Migration->dbDelta, dbDelta
See also: All tests for this plugin, How to Hide Depicter — Popup & Slider Builder Admin Menus