• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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