• 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
  • 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

Image throttle

dwhs

myimghost.com
Every time I activate the site someone just posts an image on some insane site and causes my site to overload and then I have to shut it down.

I need a hotlink size limit and view limit.

Something to protect the site from overloading.
 
You should really do this server side and not software side... You need to either load balance better, or improve the server.

The problem with this is that there will still be pings to the server regardless of if there is a limit. It may simply change the image, but you're still getting the hits.

Spread your site over multiple servers using CDN, external hosting, and potentially a secondary server for SQL and you should have no issue.
 
Agree.

At script layer Chevereto (or any script) can't control your server. You will need to rely in hotlink protection (there are countless generators out there) + CDN + external storage.
 
Back
Top