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