tumobi / nideshop

NideShop 开源微信小程序商城服务端 API(Node.js + ThinkJS)
https://www.nideshop.com/
MIT License
5.57k stars 1.79k forks source link

首页耗时太多,有什么解决办法吗 #62

Closed wangdejun closed 5 years ago

wangdejun commented 5 years ago

如题 首页耗时太多,发现执行了大量的Sql, 在本地数据库看不出来,稍微慢点的数据库首页就超时,有什么好的解决办法? https://github.com/tumobi/nideshop/blob/cf81d741943320241b4e2b4163e54a728181efe5/src/api/controller/index.js#L4

tumobi commented 5 years ago

缓存下查询的结果 或 数据库配置增加。