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: 441.7 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=724b587f6a |
Aspect | after-activation |
HTTP status | 403 |
Load time | 0.383 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.344 s |
Memory usage | 3.95 MiB |
JS errors |
|
Resource errors | None |
URL | / |
---|---|
Aspect | front-page |
HTTP status | 200 |
Load time | 0.230 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.369 s | 0.322 s | -0.047 s | 3.38 MiB | 3.84 MiB | + 470.18 KiB |
/wp-admin/edit.php | 0.225 s | 0.198 s | -0.027 s | 3.41 MiB | 3.86 MiB | + 469.69 KiB |
/wp-admin/post-new.php | 1.047 s | 0.688 s | -0.359 s | 5.46 MiB | 6 MiB | + 558.11 KiB |
/wp-admin/upload.php | 0.705 s | 0.480 s | -0.225 s | 3.32 MiB | 3.71 MiB | + 392.18 KiB |
/wp-admin/options-writing.php | 0.226 s | 0.199 s | -0.027 s | 3.32 MiB | 3.69 MiB | + 381.38 KiB |
/wp-admin/media-new.php | 0.312 s | 0.257 s | -0.055 s | 3.29 MiB | 3.69 MiB | + 402.95 KiB |
/wp-admin/edit-tags.php?taxonomy=category | 0.202 s | 0.205 s | +0.003 s | 3.31 MiB | 3.79 MiB | + 489.31 KiB |
/wp-admin/post-new.php?post_type=page | 0.604 s | 0.634 s | +0.030 s | 5.45 MiB | 5.99 MiB | + 557.7 KiB |
/wp-admin/options-discussion.php | 0.339 s | 0.267 s | -0.072 s | 3.3 MiB | 3.69 MiB | + 394.91 KiB |
/wp-admin/edit-comments.php | 0.260 s | 0.216 s | -0.044 s | 3.33 MiB | 3.78 MiB | + 451.96 KiB |
/ | 0.296 s | 0.210 s | -0.086 s | 3.36 MiB | 3.64 MiB | + 290.36 KiB |
Average | 0.417 s | 0.334 s | -0.083 s | 3.72 MiB | 4.15 MiB | + 441.7 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 |
[16-Nov-2023 04:58:59 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
[16-Nov-2023 04:59:02 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
[16-Nov-2023 04:59:02 UTC] PHP Warning: Undefined variable $limit in /wp-content/plugins/auto-mail/admin/views/front/form.php on line 2
[16-Nov-2023 04:59:03 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
[16-Nov-2023 04:59:08 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
[16-Nov-2023 04:59:11 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
[16-Nov-2023 04:59:11 UTC] PHP Warning: Undefined variable $limit in /wp-content/plugins/auto-mail/admin/views/front/form.php on line 2