Causes databases issues on my site
-
This plugin has a lot of potential – love the way it work, the way it looks, it’s easy to use.
But, for me at least, it has been causing problems with using the WP backend – taking 10 seconds to open the dashboard – 8.5 seconds are because of the Yuzo framework.
It’s worth trying – but run Query Monitor with it and ensure it’s not impacting your database with these db calls:
‘
Caller Time
SELECT ID
FROM wp_posts
WHERE post_type = ‘attachment’
AND post_mime_type LIKE ‘audio%’
LIMIT 1 wp_enqueue_media-
ilen_framework_2_6_3->ilenframework_add_scripts_admin
call_user_func_array
do_action(‘admin_enqueue_scripts’)
include(‘wp-admin/admin-header.php’)
4.7605
SELECT ID
FROM wp_posts
WHERE post_type = ‘attachment’
AND post_mime_type LIKE ‘video%’
LIMIT 1 wp_enqueue_media-
ilen_framework_2_6_3->ilenframework_add_scripts_admin
call_user_func_array
do_action(‘admin_enqueue_scripts’)
include(‘wp-admin/admin-header.php’)
3.6630
‘
- The topic ‘Causes databases issues on my site’ is closed to new replies.