Does Auto Mail work with WordPress 6.4.1 and PHP 8.1.12? A smoke test was performed on .
4 | PHP warnings |
2 | PHP notices |
1 | PHP deprecation warnings |
1 | JavaScript exceptions |
1 | Page failed to load
|
No resource errors |
Memory usage: 448.31 KiB
The average PHP memory usage increased by this amount after activating by the plugin.
Page speed impact:
insignificant.
The plugin didn't make the site noticeably slower.
WordPress version | 6.4.1 |
---|---|
PHP version | 8.1.12 |
MySQL version | 10.6.10 |
PHP memory limit | 512M |
Last updated | |
---|---|
Active installs | 20+ |
WordPress.org page | https://wordpress.org/plugins/auto-mail/ |
Badges |
Get badge code |
URL | /wp-admin/admin.php?page=auto-mail-automations |
---|---|
Requested URL | /wp-admin/plugins.php?action=activate&plugin=auto-mail%2Fauto-mail.php&plugin_status=all&paged=1&s&_wpnonce=f1425bf420 |
Aspect | after-activation |
HTTP status | 403 |
Load time | 0.330 s |
Memory usage | N/A |
JS errors | None |
Resource errors | None |
URL | /wp-admin/admin.php?page=auto-mail |
---|---|
Aspect | menu-item |
HTTP status | 200 |
Load time | 0.317 s |
Memory usage | 3.95 MiB |
JS errors |
|
Resource errors | None |
URL | / |
---|---|
Aspect | front-page |
HTTP status | 200 |
Load time | 0.199 s |
Memory usage | 3.64 MiB |
JS errors | None |
Resource errors | None |
URL | Load time | Memory usage | ||||
---|---|---|---|---|---|---|
Inactive | Active | Change | Inactive | Active | Change | |
/wp-admin/index.php | 0.342 s | 0.332 s | -0.010 s | 3.38 MiB | 3.84 MiB | + 471.97 KiB |
/wp-admin/edit.php | 0.212 s | 0.205 s | -0.007 s | 3.4 MiB | 3.86 MiB | + 472.18 KiB |
/wp-admin/post-new.php | 0.837 s | 0.576 s | -0.261 s | 5.46 MiB | 6 MiB | + 559.89 KiB |
/wp-admin/upload.php | 0.565 s | 0.422 s | -0.143 s | 3.32 MiB | 3.71 MiB | + 393.92 KiB |
/wp-admin/options-writing.php | 0.226 s | 0.201 s | -0.025 s | 3.31 MiB | 3.69 MiB | + 383.13 KiB |
/wp-admin/media-new.php | 0.307 s | 0.273 s | -0.034 s | 3.29 MiB | 3.69 MiB | + 404.7 KiB |
/wp-admin/edit-tags.php?taxonomy=category | 0.208 s | 0.193 s | -0.015 s | 3.31 MiB | 3.79 MiB | + 491.05 KiB |
/wp-admin/post-new.php?post_type=page | 0.567 s | 0.592 s | +0.025 s | 5.45 MiB | 5.99 MiB | + 559.48 KiB |
/wp-admin/options-discussion.php | 0.395 s | 0.452 s | +0.057 s | 3.3 MiB | 3.69 MiB | + 396.66 KiB |
/wp-admin/edit-comments.php | 0.286 s | 0.231 s | -0.055 s | 3.33 MiB | 3.78 MiB | + 453.7 KiB |
/ | 0.260 s | 0.216 s | -0.044 s | 3.3 MiB | 3.64 MiB | + 344.77 KiB |
Average | 0.382 s | 0.336 s | -0.047 s | 3.71 MiB | 4.15 MiB | + 448.31 KiB |
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.
Language | % | Lines of code | Comment lines | Files | |
---|---|---|---|---|---|
JSON | 49.4% | 54,577 | 0 | 16 | |
PHP | 40.8% | 45,145 | 21,192 | 266 | |
CSS | 6.0% | 6,680 | 81 | 16 | |
JavaScript | 2.4% | 2,655 | 890 | 31 | |
SVG | 1.2% | 1,278 | 0 | 1,278 | |
Markdown | 0.2% | 214 | 0 | 1 | |
Total | 110,549 | 22,163 | 1,608 |
Lines of code | 31,046 |
---|---|
Total complexity | 7,354 |
Median class complexity | 8.0 |
Median method complexity | 2.0 |
Most complex class | Freemius |
Most complex function | FS_Plugin_Info_Dialog::install_plugin_information() |
Classes | 131 |
---|---|
Methods | 1,679 |
Functions | 176 |
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.
wp_options
4ID | Name |
---|---|
am_automations | |
am_campaigns | |
am_subscribers | |
am_forms | |
am_lists |
[02-Dec-2023 01:30:42 UTC] PHP Deprecated: Optional parameter $folder declared before required parameter $menu_title is implicitly treated as a required parameter in /wp-content/plugins/auto-mail/admin/abstracts/class-admin-page.php on line 55
[02-Dec-2023 01:30:44 UTC] PHP Warning: Undefined property: Auto_Mail_Admin_AJAX::$page_number in /wp-content/plugins/auto-mail/admin/views/front/form.php on line 2
[02-Dec-2023 01:30:44 UTC] PHP Warning: Undefined variable $limit in /wp-content/plugins/auto-mail/admin/views/front/form.php on line 2
[02-Dec-2023 01:30:46 UTC] PHP Notice: Function register_rest_route was called incorrectly. The REST API route definition for automail/v1/template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[02-Dec-2023 01:30:50 UTC] PHP Notice: Function register_rest_route was called incorrectly. The REST API route definition for automail/v1/template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[02-Dec-2023 01:30:53 UTC] PHP Warning: Undefined property: Auto_Mail_Admin_AJAX::$page_number in /wp-content/plugins/auto-mail/admin/views/front/form.php on line 2
[02-Dec-2023 01:30:53 UTC] PHP Warning: Undefined variable $limit in /wp-content/plugins/auto-mail/admin/views/front/form.php on line 2