oblogdamari
Forum Replies Created
-
Hi RavanH,
Sorry for the late response. I haven’t been able to try the new script so I have just disabled Rocket in the meantime. I’ll enable it and perform the changes again to let you know the results as soon as possible.
Thanks again!
MariHi RavanH,
That’s so weird. I have cleaned cache for all pages, it didn’t work. I have also noticed that after we inserted
'jquery-core'
the site’s performance dropped a lot. I was using less then 50% of CPU now it’s using 71,85 100% =\About the inline scripts we can do a test if you want to. Unfortunately there’s not much more info on cloudflare besides the linked scripts. =(
Thanks again!
MariThanks again RavanH!
Change is done, could you please check it again? Seems it’s still not working.
Thanks,
MariHi RavanH,
I tried the new code, but I’m getting the same results. Not sure if I’m doing something wrong. The script is enabled, could you please check it again?
https://i68.tinypic.com/nxtna8.jpg
Thanks again
Mari- This reply was modified 7 years, 10 months ago by oblogdamari.
Hi RavanH,
I purged cache for some pages and I have also cleaned hyper cache data, but I’m still getting the same results. I’ll wait for your tests results.
Thanks
MariHi RavanH,
Thanks for the reply. Yes, unfortunately I need to keep Rocket enable even though isn’t in Cloudflare standard configuration. Basically the option improves a lot the site’ speed. In, GTmetrix for example I have my grades changed from C/E to A/A just enabling it. So I added to functions.php the script that you suggested but it didn’t work. I tried both, but at this moment I have the second one enabled. Would you have any other suggestion?
Thanks
MariForum: Plugins
In reply to: [FancyBox for WordPress] [Plugin: FancyBox for WordPress] Plugin not workingI reset the options and now it’s working. I couldn’t find what was empty.
Thanks! =)
Forum: Plugins
In reply to: [FancyBox for WordPress] [Plugin: FancyBox for WordPress] Plugin not workingHi all I could get more info, when I got to “console” in chrome debug I could see this error message
Uncaught SyntaxError: Unexpected token ,
When I double click in the error it directs me to the line in bold in the code below.
jQuery(“a.fancybox”).fancybox({
‘cyclic’: false,
‘autoScale’: false,
‘padding’: 0,
‘opacity’: false,
‘speedIn’: 0,
‘speedOut’: 0,
‘changeSpeed’: 0,
‘overlayShow’: false,
‘overlayOpacity’: “0.1”,
‘overlayColor’: “”,
‘titleShow’: true,
‘titlePosition’: ‘inside’,
‘enableEscapeButton’: false,
‘showCloseButton’: true,
‘showNavArrows’: true,
‘hideOnOverlayClick’: false,
‘hideOnContentClick’: false,
‘width’: ,
‘height’: ,
‘transitionIn’: “fade”,
‘transitionOut’: “fade”,
‘centerOnScroll’: false
});Anyone has any idea? I hope it helps …