Does Webflow Pages work with WordPress 5.7 and PHP 7.4.8? A smoke test was performed on .
| 2 | PHP notices |
| No JavaScript exceptions | |
| All test pages loaded successfully | |
| No resource errors |
Memory usage: 65.79 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 | 5.7 |
|---|---|
| PHP version | 7.4.8 |
| MySQL version | 8.0.21 |
| PHP memory limit | 256M |
| Last updated | |
|---|---|
| Active installs | 3,000+ |
| WordPress.org page | https://wordpress.org/plugins/webflow-pages/ |
| Badges |
|
| URL | /wp-admin/plugins.php?plugin_status=all&paged=1&s |
|---|---|
| Requested URL | /wp-admin/plugins.php?action=activate&plugin=webflow-pages%2Fwebflow-pages.php&plugin_status=all&paged=1&s&_wpnonce=f4d482e0f6 |
| Aspect | after-activation |
| HTTP status | 200 |
| Load time | 0.231 s |
| Memory usage | 2.8 MiB |
| JS errors | None |
| Resource errors | None |
| URL | /wp-admin/admin.php?page=webflow-settings |
|---|---|
| Aspect | menu-item |
| HTTP status | 200 |
| Load time | 0.190 s |
| Memory usage | 2.77 MiB |
| JS errors | None |
| Resource errors | None |
| URL | /wp-admin/admin.php?page=webflow-pages-settings |
|---|---|
| Aspect | menu-item |
| HTTP status | 200 |
| Load time | 0.377 s |
| Memory usage | 2.81 MiB |
| JS errors | None |
| Resource errors | None |
| URL | / |
|---|---|
| Aspect | front-page |
| HTTP status | 200 |
| Load time | 0.326 s |
| Memory usage | 2.67 MiB |
| JS errors | None |
| Resource errors | None |
| URL | Load time | Memory usage | ||||
|---|---|---|---|---|---|---|
| Inactive | Active | Change | Inactive | Active | Change | |
| /wp-admin/index.php | 0.284 s | 0.250 s | -0.034 s | 2.82 MiB | 2.85 MiB | + 33.42 KiB |
| /wp-admin/edit.php | 0.177 s | 0.194 s | +0.017 s | 2.86 MiB | 2.9 MiB | + 33.42 KiB |
| /wp-admin/post-new.php | 0.975 s | 0.979 s | +0.004 s | 5.02 MiB | 5.15 MiB | + 125.05 KiB |
| /wp-admin/upload.php | 0.504 s | 0.425 s | -0.079 s | 2.7 MiB | 2.79 MiB | + 92.29 KiB |
| /wp-admin/options-writing.php | 0.146 s | 0.142 s | -0.004 s | 2.71 MiB | 2.77 MiB | + 60.27 KiB |
| /wp-admin/media-new.php | 0.317 s | 0.184 s | -0.133 s | 2.67 MiB | 2.76 MiB | + 92.46 KiB |
| /wp-admin/edit-tags.php?taxonomy=category | 0.205 s | 0.200 s | -0.005 s | 2.77 MiB | 2.8 MiB | + 29.37 KiB |
| /wp-admin/post-new.php?post_type=page | 1.312 s | 0.701 s | -0.611 s | 5.01 MiB | 5.12 MiB | + 116.63 KiB |
| /wp-admin/options-discussion.php | 0.263 s | 0.298 s | +0.035 s | 2.68 MiB | 2.77 MiB | + 92.77 KiB |
| /wp-admin/edit-comments.php | 0.210 s | 0.218 s | +0.008 s | 2.78 MiB | 2.8 MiB | + 28.31 KiB |
| / | 0.269 s | 0.376 s | +0.107 s | 2.65 MiB | 2.67 MiB | + 19.69 KiB |
| Average | 0.424 s | 0.361 s | -0.063 s | 3.15 MiB | 3.22 MiB | + 65.79 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 | 60.9% | 827 | 363 | 10 | |
| JavaScript | 29.4% | 399 | 39 | 7 | |
| SVG | 5.2% | 70 | 2 | 3 | |
| CSS | 1.9% | 26 | 1 | 2 | |
| JSON | 1.6% | 22 | 0 | 1 | |
| Markdown | 1.0% | 13 | 0 | 1 | |
| Total | 1,357 | 405 | 24 | ||
| Lines of code | 792 |
|---|---|
| Total complexity | 175 |
| Median class complexity | 23.5 |
| Median method complexity | 2.0 |
| Most complex class | Webflow_API |
| Most complex function | Webflow_Pages_Public::get_redirect_url() |
| Classes | 4 |
|---|---|
| Methods | 54 |
| Functions | 10 |
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.
No new entries found.
[12-Mar-2021 01:23:27 UTC] PHP Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wf/v1/wf-site-published</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 5313
[12-Mar-2021 01:23:31 UTC] PHP Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wf/v1/wf-site-published</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 5313