Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop

In this Discussion

New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

What do you think of that "Cache busting/Versioning" method of Divi?

YmpkerYmpker Member
edited April 2018 in General

Does Divis approach to forcing the visitors cache to always update for new content make sense to you? Would you use it over regular expiry intervals or how do you handle this sorta issue?

Please take a second and read:
https://www.elegantthemes.com/blog/tips-tricks/how-to-use-versioning-to-update-your-cached-wordpress-content?utm_campaign=coschedule&utm_source=facebook_page&utm_medium=Elegant Themes&utm_content=How to Use Versioning to Update Your Cached WordPress Content

Comments

  • hzrhzr Member
    edited April 2018

    It is fairly standard.

    We distribute large web applications (the standard is webpack for this), the generated files are named app.0a081bc8d2.js or whatever, and libraries are vendor.[hash].js, and this way the libraries don't update when we update application code - all caching can be done, doesn't matter, if there is an update the hash will change.

    If we push an update that only changes comments.. the hash will not change (because it's generated post compile), so no cachebust, etc.

    Manual file creation / upload is an old-style thing typically.

    Thanked by 2Ympker FHR
Sign In or Register to comment.