• 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.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Caching in Chevereto how it works?

spazl

Chevereto Member
every time i check my source code the css and js files have a long number after like myscript.js?23123f234sdl30 soo is this caching from the G/library or is it just a versioning type of deal?

Also if i enable APC caching or Memcache is the Users or logged in users DATA safe? Like its not cached in so its hackable right?
 
The string thing can be found in app/lib/functions.render.php and it uses the app version for it. APC and Memcache should work fine but take note that Chevereto doesn't use cache methods to assign data, so is not that deep.

You should think in nginx micro-cache, that works awesome for large websites.
 
Back
Top