FrmDb::check_cache 4000 queries
-
Hi,
Thanks for making such a great plugin.
I’m having an odd occurrence of sometimes, when loading a page that has a formidable form, I see in the query monitor FrmDb::check_cache queried over 4000 SELECT statements, all looking somewhat like this:
SELECT *
FROM wp_frm_items
WHERE post_id=71818
LIMIT 1FrmDb::check_cache
SELECT *
FROM wp_frm_items
WHERE post_id=71819
LIMIT 1FrmDb::check_cache
SELECT *
FROM wp_frm_items
WHERE post_id=71820
LIMIT 1FrmDb::check_cache
SELECT *
FROM wp_frm_items
WHERE post_id=71821
LIMIT 1FrmDb::check_cache
Any idea what’s going on?
Best,
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘FrmDb::check_cache 4000 queries’ is closed to new replies.