GD EasyUI team!
I’ve been noticing some frequent "Error 500" issues and connectivity lags on the site lately. I’d like to suggest considering Cloudflare (
https://cloudflare.com) as a potential solution. Perhaps you’ve already looked into this option, but I thought it was worth recommending anyway because it’s very practical.
Even with their
Basic Free tier, you get great features right "out of the box" that could really help:
- DDoS Protection & Traffic Filtering: It automatically mitigates attacks and filters out malicious bots. This ensures your server resources are only spent on "useful" requests from real users.
- Static Content Caching: You can cache all your CSS, JS, and images on their global network. This means your origin server won’t have to process these "useless" repetitive requests — it will only need to handle the dynamic part of the site.
- Significant Load Reduction: By offloading the static traffic, you’ll drastically lower the load on your backend, which should eliminate those 500 errors and keep the site responsive.
Many use this to keep their sites and resources accessible and avoid issues with bad traffic.
Thanks for all your hard work on the framework!
Best regards