Does EmailOctopus work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .
| 2 | PHP notices |
| No JavaScript exceptions | |
| All test pages loaded successfully | |
| No resource errors |
Memory usage: 56.3 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.1.1 |
|---|---|
| PHP version | 8.1.12 |
| MySQL version | 10.6.10 |
| PHP memory limit | 512M |
| Last updated | |
|---|---|
| Active installs | 3,000+ |
| WordPress.org page | https://wordpress.org/plugins/emailoctopus/ |
| Badges |
|
| URL | /wp-admin/admin.php?page=emailoctopus-forms |
|---|---|
| Requested URL | /wp-admin/plugins.php?action=activate&plugin=emailoctopus%2Femailoctopus.php&plugin_status=all&paged=1&s&_wpnonce=8f8f96847a |
| Aspect | after-activation |
| HTTP status | 200 |
| Load time | 0.358 s |
| Memory usage | 3.07 MiB |
| JS errors | None |
| Resource errors | None |
| URL | /wp-admin/admin.php?page=emailoctopus-forms |
|---|---|
| Aspect | menu-item |
| HTTP status | 200 |
| Load time | 0.128 s |
| Memory usage | 3.01 MiB |
| JS errors | None |
| Resource errors | None |
| URL | /wp-admin/admin.php?page=emailoctopus-settings |
|---|---|
| Aspect | menu-item |
| HTTP status | 200 |
| Load time | 0.154 s |
| Memory usage | 3.06 MiB |
| JS errors | None |
| Resource errors | None |
| URL | / |
|---|---|
| Aspect | front-page |
| HTTP status | 200 |
| Load time | 0.194 s |
| Memory usage | 3 MiB |
| JS errors | None |
| Resource errors | None |
| URL | Load time | Memory usage | ||||
|---|---|---|---|---|---|---|
| Inactive | Active | Change | Inactive | Active | Change | |
| /wp-admin/index.php | 0.612 s | 0.244 s | -0.368 s | 3.05 MiB | 3.11 MiB | + 64.75 KiB |
| /wp-admin/edit.php | 0.178 s | 0.184 s | +0.006 s | 3.07 MiB | 3.14 MiB | + 64.74 KiB |
| /wp-admin/post-new.php | 0.713 s | 0.903 s | +0.190 s | 4.97 MiB | 5.04 MiB | + 73.81 KiB |
| /wp-admin/upload.php | 0.644 s | 0.274 s | -0.370 s | 2.99 MiB | 3.04 MiB | + 46.4 KiB |
| /wp-admin/options-writing.php | 0.160 s | 0.127 s | -0.033 s | 2.99 MiB | 3.02 MiB | + 33.05 KiB |
| /wp-admin/media-new.php | 0.254 s | 0.355 s | +0.101 s | 2.97 MiB | 3.03 MiB | + 58.59 KiB |
| /wp-admin/edit-tags.php?taxonomy=category | 0.168 s | 0.161 s | -0.007 s | 2.98 MiB | 3.04 MiB | + 63.76 KiB |
| /wp-admin/post-new.php?post_type=page | 0.581 s | 0.620 s | +0.039 s | 4.96 MiB | 5.02 MiB | + 64.46 KiB |
| /wp-admin/options-discussion.php | 0.199 s | 0.179 s | -0.020 s | 2.98 MiB | 3.02 MiB | + 46.89 KiB |
| /wp-admin/edit-comments.php | 0.196 s | 0.177 s | -0.019 s | 3 MiB | 3.05 MiB | + 46.43 KiB |
| / | 0.289 s | 0.176 s | -0.113 s | 2.94 MiB | 3 MiB | + 56.44 KiB |
| Average | 0.363 s | 0.309 s | -0.054 s | 3.35 MiB | 3.41 MiB | + 56.3 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 | |
|---|---|---|---|---|---|
| PHP | 63.6% | 1,882 | 529 | 26 | |
| JavaScript | 16.0% | 472 | 41 | 14 | |
| CSS | 14.4% | 427 | 22 | 4 | |
| JSON | 3.8% | 111 | 0 | 3 | |
| SVG | 1.4% | 41 | 0 | 3 | |
| Sass | 0.8% | 24 | 1 | 1 | |
| Total | 2,957 | 593 | 51 | ||
| Lines of code | 1,436 |
|---|---|
| Total complexity | 224 |
| Median class complexity | 14.0 |
| Median method complexity | 1.0 |
| Most complex class | EmailOctopus\Deprecated |
| Most complex function | EmailOctopus\Deprecated::output_template() |
| Classes | 12 |
|---|---|
| Methods | 86 |
| Functions | 0 |
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.
| ID | Name |
|---|---|
| emailoctopus_form | EmailOctopus Form |
[12-Dec-2022 15:30:56 UTC] PHP Notice: Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>emailoctopus/v1/preview-shortcode</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5835
[12-Dec-2022 15:30:59 UTC] PHP Notice: Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>emailoctopus/v1/preview-shortcode</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5835