https://github.com/roadsideseb/uwsgi-statics-test
https://github.com/roadsideseb/uwsgi-statics-test
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roadsideseb/uwsgi-statics-test
- Owner: roadsideseb
- Created: 2015-08-01T00:55:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T01:41:18.000Z (almost 11 years ago)
- Last Synced: 2024-04-16T03:32:55.209Z (about 2 years ago)
- Language: Python
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Static files and `uwsgi`
========================
This is an experiment to serve static files in different ways to see how
using `uwsgi`'s features to serve static files instead of straight `nginx`
or using Django's staticfiles.
Results on AWS EC@ m3.medium
----------------------------
.. code-block::
served by filename size time (ms)
------------------------------------------------------------
NGINX homepage-header.jpg 125.9 kB 789.473
DJANGO homepage-header.jpg 125.9 kB 803.045
S3 homepage-header.jpg 125.9 kB 890.431
UWSGI homepage-header.jpg 125.9 kB 790.767
------------------------------------------------------------
NGINX jquery.min.js 93.6 kB 668.172
DJANGO jquery.min.js 93.6 kB 681.083
S3 jquery.min.js 93.6 kB 798.477
UWSGI jquery.min.js 93.6 kB 678.973
------------------------------------------------------------