Have you activated the plugin without applying any settings and you got this mobile menu problem?
Try the following:
– Activate the plugin and load the homepage via the following URL: http://adwordsadvertising.ro/?nocache
– Then load it like this: http://adwordsadvertising.ro/?wpacu_no_load (it will load the page with the plugin technically deactivated)
On which page do you see the problem?
hello, thank you for your answer. it was something that i have done!
i have one question: if i buy your premium, how much do you think it will speed up my website? https://adwordsadvertising.ro
Anytime! I’m glad you figured it out. The premium version helps you unload CSS/JS on extra pages such as categories, tags, archives (date, author), plus add defer & async to JavaScript files. Moreover, you can move CSS & JavaScript files from <HEAD> to <BODY> (to reduce render-blocking) or vice-versa (for very early triggering), depending on what you want to load sooner or not.
Example of pages that can be optimized with the Pro version just like you’ve done it for the homepage:
https://adwordsadvertising.ro/category/campanii-google-ads/
https://adwordsadvertising.ro/category/optimizare-seo-site/
Hope it helps, your backend optimization is fairly good, I got 152ms for TTFB (time to the first byte) in GTMetrix from a London server which is very good.
-
This reply was modified 7 years, 1 month ago by
Gabe Livan.
-
This reply was modified 7 years, 1 month ago by
Gabe Livan.
I have a similar problem to the OP, but mine is not just mobile. When I load the plugin it breaks my sitewide top menu which should dropdown on hover-over but doesn’t drop down at all with the plugin active. WHen I add the ?wpacu_no_load as you suggested above, the menu loads fine, when I add the ?nocache the menu is broken. For reference I am running AVada theme, with fusion core and fusion builder.
@logancale can you share your URL here? I’d like to check this out. Alternatively, when the menu was broken, have you checked the browser’s console for any CSS/JS errors? What caching plugin are you using (if any)?
I figured it out, it was a child of something I had disabled. Thank you.
Alright, there’s a new feature that allows you to ignore the “child” (if you unload the “parent”). Perhaps you can try that. It works by removing just the CSS link tag or SCRIPT tag and not dequeue it to avoid unloading the “children”. Let me know if you need any further clarification with this one!