Does PLX Portal Connector 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: 30.94 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 | 200+ |
| WordPress.org page | https://wordpress.org/plugins/plx-portal-connector/ |
| Badges |
|
| URL | /wp-admin/plugins.php?plugin_status=all&paged=1&s |
|---|---|
| Requested URL | /wp-admin/plugins.php?action=activate&plugin=plx-portal-connector%2Fplx-portal.php&plugin_status=all&paged=1&s&_wpnonce=dca3b31d91 |
| Aspect | after-activation |
| HTTP status | 200 |
| Load time | 1.121 s |
| Memory usage | 3.02 MiB |
| JS errors | None |
| Resource errors | None |
| URL | /wp-admin/edit.php?post_type=plx_portal_content |
|---|---|
| Aspect | menu-item |
| HTTP status | 200 |
| Load time | 0.185 s |
| Memory usage | 3.05 MiB |
| JS errors | None |
| Resource errors | None |
| URL | /wp-admin/post-new.php?post_type=plx_portal_content |
|---|---|
| Aspect | menu-item |
| HTTP status | 200 |
| Load time | 0.239 s |
| Memory usage | 3.23 MiB |
| JS errors | None |
| Resource errors | None |
| URL | / |
|---|---|
| Aspect | front-page |
| HTTP status | 200 |
| Load time | 0.243 s |
| Memory usage | 2.98 MiB |
| JS errors | None |
| Resource errors | None |
| URL | Load time | Memory usage | ||||
|---|---|---|---|---|---|---|
| Inactive | Active | Change | Inactive | Active | Change | |
| /wp-admin/index.php | 0.290 s | 0.256 s | -0.034 s | 3.05 MiB | 3.08 MiB | + 36.9 KiB |
| /wp-admin/edit.php | 0.202 s | 0.186 s | -0.016 s | 3.07 MiB | 3.11 MiB | + 36.9 KiB |
| /wp-admin/post-new.php | 0.807 s | 0.987 s | +0.180 s | 4.97 MiB | 5.02 MiB | + 53.1 KiB |
| /wp-admin/upload.php | 0.590 s | 0.296 s | -0.294 s | 2.99 MiB | 3.01 MiB | + 19.49 KiB |
| /wp-admin/options-writing.php | 0.153 s | 0.300 s | +0.147 s | 2.99 MiB | 2.99 MiB | + 6.14 KiB |
| /wp-admin/media-new.php | 0.279 s | 0.207 s | -0.072 s | 2.97 MiB | 3 MiB | + 31.68 KiB |
| /wp-admin/edit-tags.php?taxonomy=category | 0.230 s | 0.185 s | -0.045 s | 2.98 MiB | 3.02 MiB | + 36.85 KiB |
| /wp-admin/post-new.php?post_type=page | 0.628 s | 0.666 s | +0.038 s | 4.96 MiB | 5 MiB | + 44.69 KiB |
| /wp-admin/options-discussion.php | 0.214 s | 0.205 s | -0.009 s | 2.97 MiB | 2.99 MiB | + 19.98 KiB |
| /wp-admin/edit-comments.php | 0.212 s | 0.216 s | +0.004 s | 3 MiB | 3.02 MiB | + 19.48 KiB |
| / | 0.308 s | 0.222 s | -0.086 s | 2.94 MiB | 2.98 MiB | + 35.15 KiB |
| Average | 0.356 s | 0.339 s | -0.017 s | 3.35 MiB | 3.38 MiB | + 30.94 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 | 86.8% | 590 | 21 | 16 | |
| Markdown | 7.4% | 50 | 0 | 1 | |
| CSS | 4.4% | 30 | 2 | 1 | |
| SVG | 1.5% | 10 | 0 | 1 | |
| Total | 680 | 23 | 19 | ||
| Lines of code | 568 |
|---|---|
| Total complexity | 84 |
| Median class complexity | 5.5 |
| Median method complexity | 2.0 |
| Most complex class | PlxPortal\Content\Shortcode |
| Most complex function | PlxPortal\Content\Replaceables::store() |
| Classes | 14 |
|---|---|
| Methods | 39 |
| Functions | 1 |
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 |
|---|---|
| plx_portal_content | Web Content |
{
"plx_portal_content": {
"plx_portal_content_connector_main": {
"title": "Access Token",
"context": "normal"
}
}
}[01-Feb-2023 17:00:23 UTC] PHP Notice: Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>plx-portal/v1/sync</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
[01-Feb-2023 17:00:26 UTC] PHP Notice: Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>plx-portal/v1/sync</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