Neural Forms 1.1.0

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: 933.52 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=3783d25b4a
Aspect after-activation
HTTP status 200
Load time 0.763 s
Memory usage 4.73 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.536 s
Memory usage 4.75 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.512 s
Memory usage 4.64 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.555 s
Memory usage 4.64 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.693 s
Memory usage 4.64 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.497 s
Memory usage 4.64 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.454 s
Memory usage 4.64 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.321 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.php1.109 s0.817 s-0.292 s3.92 MiB4.72 MiB+ 811.81 KiB
/wp-admin/edit.php0.590 s0.519 s-0.071 s3.98 MiB4.77 MiB+ 810.72 KiB
/wp-admin/post-new.php2.290 s1.931 s-0.359 s6.56 MiB8.05 MiB+ 1.5 MiB
/wp-admin/upload.php0.728 s0.675 s-0.053 s3.89 MiB4.66 MiB+ 792.6 KiB
/wp-admin/options-writing.php0.530 s0.578 s+0.048 s3.86 MiB4.64 MiB+ 796.59 KiB
/wp-admin/media-new.php0.955 s0.979 s+0.024 s3.85 MiB4.64 MiB+ 804.79 KiB
/wp-admin/edit-tags.php?taxonomy=category0.501 s0.512 s+0.011 s3.86 MiB4.65 MiB+ 809.96 KiB
/wp-admin/post-new.php?post_type=page1.470 s1.580 s+0.110 s6.55 MiB8.05 MiB+ 1.5 MiB
/wp-admin/options-discussion.php0.583 s0.641 s+0.058 s3.86 MiB4.64 MiB+ 793.09 KiB
/wp-admin/edit-comments.php0.587 s0.518 s-0.069 s3.88 MiB4.66 MiB+ 794.7 KiB
/0.299 s0.185 s-0.114 s4.23 MiB5 MiB+ 786.91 KiB
Average 0.877 s0.812 s-0.064 s4.4 MiB5.32 MiB+ 933.52 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.0%21,7595,101113
PHP37.7%19,5269,21274
CSS19.2%9,92898116
JSON1.1%58401
Total 51,797 15,294 204

PHP Code Analysis | More results »

Lines of code 19,726
Total complexity 4,178
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 531
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

[22-Jun-2026 13:40:49 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