Hi Simion,
Thank you very, I deleted it. much better now.
Hey Chris,
I check the console view again and found https://192.168.0.120/wp_011_gadgets/wp-content/uploads/2017/03/52.jpg and https://www.softwarefindr.com/wp-content/plugins/td-composer/css-live/assets/external/ace/ace.js?ver=__td_aurora_deploy_version__
Is responsible for slowing the site down. Thanks, the site is still slow but not 60seconds slow.
Catalin, when you import the gadget demo, it also imports broken images my guess is that all users using that demo template as the same issue.
Hi Catalin,
I have already read all your guides. And spent serval days trying to get to the bottom of the issue. I have brought a CDN, to help load time and Maxcdn as looked at the site to see why it’s taking over 60seconds to load. WP rocket as also looked at the site and advised I spoke with the theme developer as it is theme related. My developer has also looked at the site and I have also spent several days trying to solve this.
I am not asking you to optimize the site. But to look at whats causing the theme to take 60 seconds to load which is not normal.
Again I have deactivated all plugins, use tag booster, caching plugins, optimize the images. The only thing that works is when I use another theme.
Hey Chris,
Thanks for replying 🙂 I have already checked this, Maxcdn as looked at the site so as WP-rocket and my developer they have all stated that it’s theme related.
perfect thanks 🙂
Just tried that but still not working.
Thank you for your reply I have got most of it done but there is a string of js I can’t find that keeps appending 80px to the menu…. Here is the result I have got so far https://www.wpmultiverse.com/… However on touch devices, for example, an iPad, when I scroll down and then scroll back up it, displays the default 80px height.
Here is the code i used:
/*menu*/
.td-main-logo img{ width: 58%!important; }
.td-header-style-6 .td-main-menu-logo a { line-height: 0px!important; }
#td-top-search { margin-top: -27px!important; }
.header-search-wrap .td-drop-down-search {
top: 43px;
right: -2px;
}
jQuery( window).load(function() {
jQuery('.td-header-menu-wrap-full').removeAttr('style');
jQuery('.td-header-menu-wrap-full').css('height','40px');
});
jQuery( document ).ready(function() {
jQuery('.td-header-menu-wrap-full').removeAttr('style');
jQuery('.td-header-menu-wrap-full').css('height','40px');
});
Any suggestion?
Thank you for reply Can you please point me to the js file that is controlling this?
I am trying to achieve the same thing with the help of https://wordpress.org/plugins/auto-load-next-post/ but its not working.