Cannot totally switch off caching
Igor Sverkos
igor.sverkos at googlemail.com
Mon Jul 1 12:23:37 UTC 2013
Hi,
and don't forget system's page cache. From my experience:
The files needed to process the first request aren't yet read, so
Linux has to read them from disk (slow).
Then, for the second and further requests, the files are in the page
cache (aka system buffer), so that Linux don't have to read them again
from disk. Access is now super fast.
--
Regards,
Igor
More information about the nginx
mailing list