Front User Submit | Front Editor 3.4.1

Does "Front User Submit | Front Editor" work with WordPress 5.9.2 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
4PHP notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 589.75 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.043 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version5.9.2
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 200+
WordPress.org page https://wordpress.org/plugins/front-editor/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 8

Front User Submit | Front Editor ‹ Test site — WordPress

Page screenshot: Front User Submit | Front Editor ‹ Test site — WordPress
URL /wp-admin/admin.php?page=front_editor_settings
Requested URL /wp-admin/plugins.php?action=activate&plugin=front-editor%2Ffront-editor.php&plugin_status=all&paged=1&s&_wpnonce=db525ec759
Aspect after-activation
HTTP status 200
Load time 1.853 s
Memory usage 4.13 MiB
JS errors None
Resource errors None

Front User Submit

Page screenshot: Front User Submit
URL /wp-admin/admin.php?page=fe-post-forms
Aspect menu-item
HTTP status 200
Load time 0.161 s
Memory usage 3.92 MiB
JS errors None
Resource errors None

Front User Submit → Settings

Page screenshot: Front User Submit → Settings
URL /wp-admin/admin.php?page=fe-global-settings
Aspect menu-item
HTTP status 200
Load time 0.142 s
Memory usage 3.75 MiB
JS errors None
Resource errors None

Front User Submit → Affiliation

Page screenshot: Front User Submit → Affiliation
URL /wp-admin/admin.php?page=front_editor_settings-affiliation
Aspect menu-item
HTTP status 200
Load time 0.472 s
Memory usage 4.13 MiB
JS errors None
Resource errors None

Front User Submit → Contact Us

Page screenshot: Front User Submit → Contact Us
URL /wp-admin/admin.php?page=front_editor_settings-contact
Aspect menu-item
HTTP status 200
Load time 0.249 s
Memory usage 3.8 MiB
JS errors None
Resource errors None

Front User Submit → Support Forum

Page screenshot: Front User Submit → Support Forum
URL https://wordpress.org/support/plugin/front-editor/
Requested URL /wp-admin/admin.php?page=front_editor_settings-wp-support-forum
Aspect menu-item
HTTP status 200
Load time 1.414 s
Memory usage N/A
JS errors None
Resource errors None

Front User Submit → Upgrade  ➤

Page screenshot: Front User Submit → Upgrade  ➤
URL /wp-admin/admin.php?page=front_editor_settings-pricing
Aspect menu-item
HTTP status 200
Load time 0.954 s
Memory usage 4.09 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.440 s
Memory usage 3.89 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.345 s0.445 s+0.100 s3.37 MiB3.97 MiB+ 616.04 KiB
/wp-admin/edit.php0.182 s0.218 s+0.036 s3.4 MiB4.01 MiB+ 623.59 KiB
/wp-admin/post-new.php1.046 s1.369 s+0.323 s6.15 MiB6.78 MiB+ 640.92 KiB
/wp-admin/upload.php0.385 s0.436 s+0.051 s3.25 MiB3.77 MiB+ 529.89 KiB
/wp-admin/options-writing.php0.310 s0.156 s-0.154 s3.24 MiB3.74 MiB+ 513.68 KiB
/wp-admin/media-new.php0.235 s0.216 s-0.019 s3.23 MiB3.74 MiB+ 530.69 KiB
/wp-admin/edit-tags.php?taxonomy=category0.190 s0.202 s+0.012 s3.27 MiB3.93 MiB+ 678.97 KiB
/wp-admin/post-new.php?post_type=page0.971 s0.953 s-0.018 s6.15 MiB6.77 MiB+ 637.32 KiB
/wp-admin/options-discussion.php0.232 s0.345 s+0.113 s3.22 MiB3.74 MiB+ 530.94 KiB
/wp-admin/edit-comments.php0.215 s0.229 s+0.014 s3.27 MiB3.93 MiB+ 677.88 KiB
/0.275 s0.294 s+0.019 s3.4 MiB3.89 MiB+ 507.31 KiB
Average 0.399 s0.442 s+0.043 s3.81 MiB4.39 MiB+ 589.75 KiB

Code Statistics

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.

JavaScript
PHP
Language % Lines of code Comment lines Files
JavaScript54.9%50,3587,41924
PHP37.1%34,04117,061157
CSS6.1%5,5462613
Sass1.1%1,0453718
PO File0.4%3401362
SVG0.3%23937
JSON0.1%7302
Markdown0.0%2301
Total 91,665 24,682 224

PHP Code Analysis | More results »

Lines of code 24,019
Total complexity 5,851
Median class complexity 14.0
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 65
Methods 1,253
Functions 101

Additions

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.

Options wp_options 5

Custom Post Types 1

ID Name
fe_post_formPost Form

PHP Error Log 4 lines

[18-Mar-2022 09:27:25 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bfe/v1/upload_image</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 5768
[18-Mar-2022 09:27:25 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bfe/v1/upload_file</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 5768
[18-Mar-2022 09:27:29 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bfe/v1/upload_image</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 5768
[18-Mar-2022 09:27:29 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bfe/v1/upload_file</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 5768
See also: All tests for this plugin, How to Hide Front User Submit | Front Editor Admin Menus