Depicter 3.5.0

Does Depicter work with WordPress 6.6.2 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: 329.97 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

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

Environment
WordPress version6.6.2
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

Dashboard ‹ Test site — WordPress

Page screenshot: Dashboard ‹ Test site — WordPress
URL /wp-admin/admin.php?page=depicter-dashboard
Requested URL /wp-admin/plugins.php?action=activate&plugin=depicter%2Fdepicter.php&plugin_status=all&paged=1&s&_wpnonce=0d0398d161
Aspect after-activation
HTTP status 200
Load time 9.383 s
Memory usage 3.8 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.331 s
Memory usage 3.75 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.353 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 1.811 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 3.198 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 0.622 s
Memory usage 3.68 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.371 s0.557 s+0.186 s3.47 MiB3.77 MiB+ 302.77 KiB
/wp-admin/edit.php0.215 s0.263 s+0.048 s3.54 MiB3.86 MiB+ 326.31 KiB
/wp-admin/post-new.php0.801 s1.122 s+0.321 s5.75 MiB6.18 MiB+ 437.63 KiB
/wp-admin/upload.php0.689 s0.353 s-0.336 s3.49 MiB3.76 MiB+ 280.3 KiB
/wp-admin/options-writing.php0.222 s0.221 s-0.001 s3.41 MiB3.74 MiB+ 341.91 KiB
/wp-admin/media-new.php0.262 s0.217 s-0.045 s3.4 MiB3.74 MiB+ 355.29 KiB
/wp-admin/edit-tags.php?taxonomy=category0.189 s0.347 s+0.158 s3.47 MiB3.77 MiB+ 302.8 KiB
/wp-admin/post-new.php?post_type=page0.631 s0.962 s+0.331 s5.75 MiB6.17 MiB+ 432.52 KiB
/wp-admin/options-discussion.php0.236 s0.278 s+0.042 s3.41 MiB3.74 MiB+ 343.6 KiB
/wp-admin/edit-comments.php0.242 s0.229 s-0.013 s3.49 MiB3.76 MiB+ 279.91 KiB
/0.332 s0.217 s-0.115 s3.45 MiB3.67 MiB+ 226.61 KiB
Average 0.381 s0.433 s+0.052 s3.88 MiB4.2 MiB+ 329.97 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.7%38,52120,204570
HTML3.2%1,352034
JSON2.5%1,07605
Sass1.1%4754914
JavaScript1.0%41912731
CSS0.7%2921018
SVG0.5%194368
Markdown0.2%9002
JSX0.1%5311
Total 42,472 20,394 743

PHP Code Analysis | More results »

Lines of code 37,047
Total complexity 7,545
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 472
Methods 2,490
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 12

Capabilities 11

PHP Error Log 2 lines

[24-Sep-2024 07:57:59 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
[24-Sep-2024 07:57:59 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