It all depends on size, OS cache response and caching method, for example having files on a ramdrive does not block eventhough its IO (depending on quality of ramdrive software). Anything that does disk IO can block and usually does block, how its managed inside nginx (web caching, multiple workers) and outside (OS, storage speed/access). Regexp should not have a big impact.
↧