Hi there,
Welcome to Qsm Support Forum. Hope you are having a wonderful day.
Since we are not experiencing this issue at our end so I need to talk to the development team regarding this issue. I will get back to you as soon as I hear back from them.
Kind regards,
Kriti
I am experiencing this as well – seems it started over the last couple of weeks. And only affects dashboard performance but it is painful to make updates to the point where I have to disable the plugin until I finish making website updates.
I installed Query Monitor and the only warnings I get from it are in relation to this plugin. It reports these queries as being the culprits (times vary, but always slow):
QUERY:
SELECT COLUMN_NAME
FROM INFORMATION_SCHEMA.COLUMNS
WHERE table_name = ‘wp_pqwdpg_mlw_quizzes’
AND column_name = ‘quiz_author_id’
CALLER:
do_action(‘admin_init’)
COMPONENT:
Core
ROW:
1
TIME:
20.7019
QUERY:
SELECT COLUMN_NAME
FROM INFORMATION_SCHEMA.COLUMNS
WHERE table_name = ‘wp_pqwdpg_mlw_results’
AND column_name = ‘unique_id’
CALLER:
do_action(‘admin_init’)
COMPONENT:
Core
ROW:
1
TIME:
7.7581
I know. The dashboard is still very slow whenever the plugin is enabled.
My query from the Query Monitor plugin shows similar results:
SELECT COLUMN_NAME
FROM INFORMATION_SCHEMA.COLUMNS
WHERE table_name = ‘wp_mlw_quizzes’
AND column_name = ‘quiz_author_id’
do_action(‘admin_init’)
Core 1 5.1296
SELECT COLUMN_NAME
FROM INFORMATION_SCHEMA.COLUMNS
WHERE table_name = ‘wp_mlw_results’
AND column_name = ‘unique_id’
do_action(‘admin_init’)
Core 1 5.3761
The new update to version 6.4.8 fixed the problem.
The dashboard is running much faster now.
Thank you!