有哪些工具可以监控django“locmem”?缓存?

发布于 2024-11-26 22:44:59 字数 233 浏览 0 评论 0原文

我正在尝试为一个复杂的 django 项目优化一些缓存,该项目正在处理大量的 sql 查询。

我使用“johnny-cache”来简化查询的缓存。它会在将数据“保存”到模型时使“模型”的缓存条目无效,因此适用于主要是只读的站点。

我看到过一个我过去使用过的“memcached”django 管理应用程序,但在 atm 上找不到它。我真的很想要一种监控 django 的“locmem”缓存后端的方法,有人有什么建议吗?

I'm am trying to optimise some caching for a complex django project, which is struggling with a large number of sql queries.

I'm using 'johnny-cache' to simplify the caching of the queries. It invalidates cached entries for a 'model' on 'save' of data to the model, and as such is geared to sites which are mainly read-only.

I have seen a 'memcached' django admin app which i have used in the past, though cannot find it atm. I would really like a way of monitoring django's "locmem" cache backend, does anyone have any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文