February 2018
Beginner to intermediate
348 pages
9h 40m
English
To understand how Nginx can make a difference, let's examine what resources a typical website loads when you first visit it:
|
Media type |
File/request count |
Total size |
Total gzipped size |
|
HTML source code |
1 |
157.6 KB |
52.5 KB |
|
JavaScript (.js) code files and libraries |
6 |
382.1 KB |
112.3 KB |
|
CSS (.css) files |
3 |
256.8 KB |
42.8 KB |
|
Flash animations (.swf) |
2 |
61.4 KB |
61.4 KB |
|
Images linked from CSS files (.png, .gif) |
18 |
43.0 KB |
43.0 KB |
|
Regular images (.gif, .jpg) |
11 |
73.3 KB |
73.3 KB |
|
TOTAL |
41 |
974.2 KB |
385.3 KB |
These figures reflect a snapshot taken at the time of writing these lines, as visited by a US-based visitor. Results may differ slightly according to ...
Read now
Unlock full access