有哪些工具可以监控django“locmem”?缓存?
我正在尝试为一个复杂的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论