Horror Story
-
First, this is great plugin. I love it so much. I have a plan to create a music community using this plugin.
Before I buy “Ultimate Member” extensions, I try to install a new WordPress script in my localhost, after that I add 10 sample Posts. Everything work fine. I just need 1-3 seconds for access WordPress Dashboard, Homepage and Single page.
After that I installed “Ultimate Member” plugin, and my wordpress site become very slow. For access “Homepage” I need more than 11 seconds. For access “Single” page I need more than 8 seconds. For access “Dashboard Admin” I need more than 8 seconds.
I don’t mind if my Dashboard Admin become slow. But that a big problem if my Homepage and Single page become very slow, that very bad for SEO.
My question is, how to exclude or disable “Ultimate Member” script load in “Homepage” and “Single” page??
Something like this
<?php if(!is_home() && !is_single()) { ?> ...Ultimate Member load code... <?php } ?>
Thank you.
- The topic ‘Horror Story’ is closed to new replies.