各位大大好,我在 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?