pragmaticus
Forum Replies Created
-
Hehe, no more plugins list for me. I think that’s a feature i won’t miss. I’m going to patch the plugin everytime there is a update for now.
Thanks for your help. 5 star rating ahead.
Update
If i comment out
Connekt_Plugin_Installer::init($plugin_array);
on line 64 in the file ‘admin/includes/unsplash-settings.php’ everything works fine. I don’t know what the Connekt_Plugin_Installer does, maybe you can give me a hint.Urgh, i think i found the bottleneck. The function instant_img_media_popup_content blocks php execution for two seconds.
I couldn’t figure out, how to find the bad guy, so i just used brute forcing and commented out random includes in the chain.
If i comment out the include ‘admin/includes/unsplash-settings.php’ on line 18 in the file ‘admin/views/unsplash.php’ the backend runs blazingly fast again. I don’t know if this has any sideeffects, but the plugins seems to work fine without the include.
Thanks for your quick replies!
Wow, that was fast. I deactivated all plugins i had activated in my wordpress installation. The Issue only occurs if the Instant Images Plugin is activated.
I always get a blank page for about one second before the post is displayed. I could send you a video for further investigation, but i can’t post it here…