各位大大好,我在 AWS 建置了一个 Django 专案,要走 https,
架设的方式就一般 ubuntu 上 NGINX + uWSGI + Django 的配置,
一开始都运作正常,但跑了一阵子后,会突然变得超慢一直 time out
在网络上查到一笔资料,看起来是一样的问题
https://goo.gl/zg56KD
前面 trouble shooting 的部份大致都能看懂,唯独最后一段解法看不懂 orz
"In the development version I was using DummyCache.
In the AWS version, I was using Django-elasticache.
I changed the AWS version to DummyCache and
the load time problem disappeared!"
请问... 这个 DummyCache 跟 Django-elasticache 是什么设定呢?
我是用 AWS Lightsail 的服务,跟上述两个东西有关吗 @@a?