现在小程序炒的火热,公司选择小程序开发。
环境:腾讯云服务器
系统:centos6.5
应用服务器:tomcat7
数据库:云mysql
问题:每次进去小程序,需要触发servlet逻辑,从mysql取数,这样导致反应速度很慢。求一种很好的方案。谢谢指导
怪我咯2017-04-17 16:35:42
If the real-time requirements are not very high, caching can be used,
and caching is the best solution.