Repetitive SQL queries being run against configuration table #117

已关闭
aheathershaw2018-10-15 13:56:43 +01:00创建 · 1 评论
管理员

Whilst analysing SQL queries for a new feature, I've noticed that a large number of select * from configuration where key = ? queries are being run.

We could cache the contents of the table once per request - and use the cache to avoid repeated lookups.

Whilst analysing SQL queries for a new feature, I've noticed that a large number of `select * from configuration where key = ?` queries are being run. We could cache the contents of the table once per request - and use the cache to avoid repeated lookups.
aheathershaw2018-10-15 13:56:43 +01:00 添加了里程碑 Version 2.2.0-beta.1
aheathershaw2018-10-15 13:56:43 +01:00 指派给自己
aheathershaw2018-10-15 13:56:43 +01:00 添加了标签
bug
enhancement
作者
管理员

This change has resulted in a dramatic improvement in the perception of the speed of the system.

This change has resulted in a dramatic improvement in the perception of the speed of the system.
登录 并参与到对话中。
未选择里程碑
未指派成员
1 名参与者
通知
到期时间
到期日期无效或超出范围。请使用 'yyyy-mm-dd' 格式。

未设置到期时间。

依赖工单

没有设置依赖项。

参考:aheathershaw/blue-twilight#117
没有提供说明。