Q: Hi again, Can you tell me how well the JS and CSS is optimised both in terms or 1) the impact it has across ...

the Web Core Vitals criteria, but also 2) the coverage (% code used per JS and CSS file) and how well optimised is it.
Do you reduce the code to the bare minimum per selected functions and settings or is it not optimised and there is a high unused code coverage percentage?
I'd like to understand what type of optimisation of the core code you have implemented and plan to.

As other 3rd party / external JS file insertion systems I have recently tested here on Appsumo can end up having a significant impact in some cases when not properly optimised even with good CDNs.
On that last point what type of CDN are your scripts served by?

Thanks

ansuprPLUSMay 13, 2021
Founder Team
Jonathan_Candu

Jonathan_Candu

May 15, 2024

A: Really great questions! Thank you.

1. I don’t know the impact our SDK has over web core vitals. We'd have to test.

2. We use best-in-class optimization for javascript (rollup with the latest performance plugins). We’re not optimizing the CSS yet, but we’re working on it! And we’ll be releasing updates for it soon

3. In terms of CDN, we use cloudflare to distribute our assets

If you have more questions, please feel free to ping us at support@candu.ai or check out our dev docs:
https://docs.candu.ai/developer/developer-welcome

Share
Helpful?
Log in to join the conversation