• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Javascript data-cfasync ?

neoark

Chevereto Member
Hello,

Is chevereto fully compatible with CloudFlare's Rocket Loader and Mirage (Pro feature)? Also does java script in chevereto support data-cfasync="true"?

Thanks
 
I don't know about other features but I could test Rocket Loader on my free account and it worked perfectly. You can add data-cfasync="true" in theme.
 
No, it doesn't work with that feature. Far as I'm concerned that "rocket" stuff is still in beta and it doesn't work properly yet.
 
I am seeing these in google speed test:

Remove render-blocking JavaScript:
<URL>/lib/Peafowl/js/scripts.js?4c712525bbbcd041da9d1cec623f871f

https://developers.google.com/speed/docs/insights/BlockingJS

Optimize CSS Delivery of the following:
<URL>/lib/Peafowl/peafowl.css?4c712525bbbcd041da9d1cec623f871f

https://developers.google.com/speed/docs/insights/OptimizeCSSDelivery

Adding async would fix this issue. But I am not sure how chevereto will handle this. Would you consider optimizing these if rocket doesn't work. Also @Rodolfo does Mirage (Pro feature) work?
 
Don't worry about that. There are no issues.

1. JS is loaded at the very end of the body tag. No blocking there.

2. The Peafowl.css file is too big to add it as an inline source.

There's nothing to fix, don't blind trust Google recommendations is just a bot after all.
 
Back
Top