【发布时间】:2018-05-10 14:26:59
【问题描述】:
资产数据大约有 5000 条记录,并且还在增加。
用于绘制搜索页面的查询类似于以下内容。
querybuilder.json?
0_group.property=jcr:content/metadata/cq:tags&
0_group.property.and=true
&0_group.property.value=something:facets/element-type/images
以上是在 0.5 秒内提供某些其他参数的搜索。
但如果在查询中使用p.facets=true,则响应时间会超过 13 秒。
如何优化以将响应保持在 5 秒以下?
【问题讨论】:
标签: extjs aem query-builder jcr