Hey georgergb ,
That's a good question 🙂
For almost all static files in our frontend, we're using the recommended Browser Cache TTL
of 1 year. However, the embed.js
file is the only file that has a shorter TTL
of 4 hours.
We're updating and deploying our code quite reguarly. If we would change the TTL for this file, it would take longer before changes and new features are shipped world wide (especially for visitors of sites that loaded the file earlier, Buttonizer frontend will only update once a year for example).
To avoid that, and making sure all site visitors are up to date with the settings in the editor, we've chosen for this approach.
However, I'll open an internal ticket to investigate if we can make the footprint of the embed.js
smaller, so when it's rechecked, it doesn't take long since the other assets are still in cache 🙂