Improve sql and queries
-
43 SELECT * FROM <code>wp_fluentform_forms</code> WHERE <code>id</code> = '1' LIMIT 1 + WpFluent\Q\QueryBuilderHandler->get() Plugin: fluentform 1 0.0053
A slow SQL query that runs on all wp-admin pages. Is it really necessary to run once the form isn’t used?
Please consider improving this and remove loading queries in wp-admin if the block or shortcode isn’t used. As in my case I only need it on one page I don’t want the plugin to run SQL queries everywhere slowing down wp-admin.
Above is mentioned the slow one, but wp fluentform runs several which is fast, but no reason to load. The fewer queries, in general, the better.
WP Fluent form also loads several css and js even if the form isn’t present.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Improve sql and queries’ is closed to new replies.