diff --git a/before and after cache.md b/before and after cache.md index c0412d074..f87d9734e 100644 --- a/before and after cache.md +++ b/before and after cache.md @@ -1,6 +1,6 @@ # before and after cache -- before [[cache]] +- before [[cache]] as of [[2021-08-14]]: ``` This is ApacheBench, Version 2.3 <$Revision: 1879490 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ @@ -49,7 +49,7 @@ Percentage of the requests served within a certain time (ms) 100% 2497 (longest request) ``` -- after [[nginx caching]] +- after adding [[nginx caching]] / [[uwsgi caching]]: ``` flancian@paramita:/etc/nginx/sites-enabled$ ab -n 100 -c 10 https://1.anagora.org/index This is ApacheBench, Version 2.3 <$Revision: 1879490 $> @@ -99,7 +99,7 @@ Percentage of the requests served within a certain time (ms) 100% 364 (longest request) ``` -- in [[thecla]], before and after for same config change, with [[async search]] already deployed +- in [[thecla]], before and after for same config change, with [[async search]] already deployed: ``` flancian@paramita:/etc/nginx/sites-enabled$ ab -n 100 -c 10 https://anagora.org/index diff --git a/uwsgi caching.md b/uwsgi caching.md new file mode 100644 index 000000000..da24957d6 --- /dev/null +++ b/uwsgi caching.md @@ -0,0 +1,5 @@ +# uwsgi caching + +- [[pull]] [[nginx caching]] + - [[uwsgi]] is what [[agora server]] users ([[Python]] middleware). +