Neural Forms 1.1.2

Does Neural Forms Lite work with WordPress 7.0 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
1Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 936.76 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.

Environment
WordPress version7.0
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/neural-forms-lite/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 8

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=neural-forms-lite%2Fneural-forms-lite.php&plugin_status=all&paged=1&s&_wpnonce=07dbd94a5e
Aspect after-activation
HTTP status 200
Load time 0.707 s
Memory usage 4.74 MiB
JS errors None
Resource errors None

Neural Forms

Page screenshot: Neural Forms
URL /wp-admin/admin.php?page=neural-forms
Aspect menu-item
HTTP status 200
Load time 0.515 s
Memory usage 4.76 MiB
JS errors None
Resource errors None

Neural Forms → Entries

Page screenshot: Neural Forms → Entries
URL /wp-admin/admin.php?page=neural-forms-entries
Aspect menu-item
HTTP status 200
Load time 0.461 s
Memory usage 4.65 MiB
JS errors None
Resource errors None

Neural Forms → Analytics

Page screenshot: Neural Forms → Analytics
URL /wp-admin/admin.php?page=neural-forms-results
Aspect menu-item
HTTP status 200
Load time 0.494 s
Memory usage 4.65 MiB
JS errors None
Resource errors None

Neural Forms → Stats

Page screenshot: Neural Forms → Stats
URL /wp-admin/admin.php?page=neural-forms-stats
Aspect menu-item
HTTP status 200
Load time 0.646 s
Memory usage 4.65 MiB
JS errors None
Resource errors None

Neural Forms → Integrations

Page screenshot: Neural Forms → Integrations
URL /wp-admin/admin.php?page=neural-forms-integrations
Aspect menu-item
HTTP status 200
Load time 0.504 s
Memory usage 4.65 MiB
JS errors None
Resource errors None

Neural Forms → Settings

Page screenshot: Neural Forms → Settings
URL /wp-admin/admin.php?page=neural-forms-settings
Aspect menu-item
HTTP status 200
Load time 0.448 s
Memory usage 4.65 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.296 s
Memory usage 5 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.728 s0.796 s+0.068 s3.93 MiB4.72 MiB+ 815.8 KiB
/wp-admin/edit.php0.531 s0.521 s-0.010 s3.98 MiB4.78 MiB+ 814.71 KiB
/wp-admin/post-new.php2.172 s1.906 s-0.266 s6.56 MiB8.06 MiB+ 1.5 MiB
/wp-admin/upload.php0.679 s0.679 s+0.000 s3.89 MiB4.67 MiB+ 796.54 KiB
/wp-admin/options-writing.php0.533 s0.536 s+0.003 s3.86 MiB4.64 MiB+ 800.53 KiB
/wp-admin/media-new.php0.987 s0.958 s-0.029 s3.85 MiB4.64 MiB+ 808.73 KiB
/wp-admin/edit-tags.php?taxonomy=category0.516 s0.502 s-0.014 s3.86 MiB4.66 MiB+ 813.9 KiB
/wp-admin/post-new.php?post_type=page1.465 s1.673 s+0.208 s6.55 MiB8.04 MiB+ 1.5 MiB
/wp-admin/options-discussion.php0.657 s0.602 s-0.055 s3.86 MiB4.64 MiB+ 797.03 KiB
/wp-admin/edit-comments.php0.541 s0.537 s-0.004 s3.89 MiB4.66 MiB+ 798.63 KiB
/0.293 s0.200 s-0.093 s4.23 MiB5 MiB+ 791.48 KiB
Average 0.827 s0.810 s-0.017 s4.41 MiB5.32 MiB+ 936.76 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
CSS
Language % Lines of code Comment lines Files
JavaScript42.8%23,6206,100114
PHP35.5%19,5799,23674
CSS20.5%11,3371,36117
JSON1.2%66605
Total 55,202 16,697 210

PHP Code Analysis | More results »

Lines of code 19,779
Total complexity 4,201
Median class complexity 23.0
Median method complexity 4.0
Most complex class NeuralForms\Frontend\BlockHandler
Most complex function NeuralForms\Frontend\BlockHandler::build_scoped_css()
Classes 59
Methods 535
Functions 2

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.

Database Tables 6

Options wp_options 1

Capabilities 1

PHP Error Log 9 lines

[01-Jul-2026 17:11:38 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'high_priority,
				   SUM( needs_reply = 1 AND status IN ('new','read') )   A...' at line 3 for query SELECT
				   COUNT(*)                                              AS analyzed,
				   SUM( ai_priority = 'high' )                           AS high_priority,
				   SUM( needs_reply = 1 AND status IN ('new','read') )   AS needs_reply,
				   SUM( ai_is_spam = 1 )                                 AS spam_detected
				 FROM `wp_neural_forms_entries`
				 WHERE ai_status = 'complete'
				   AND created_at >= DATE_SUB( UTC_TIMESTAMP(), INTERVAL 7 DAY ) made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, NeuralForms\Rest\Endpoints\StatsEndpoint->get_stats, NeuralForms\Rest\Endpoints\StatsEndpoint->ai_summary
See also: All tests for this plugin, How to Hide Neural Forms Lite Admin Menus