Comment on Django REST framework 3.15.0parentComments−raziel2p2yAFAIK, before PHP even accesses opcache for bytecode, it checks the file's metadata (last modified, most likely). So an updated file might never trigger a cache hit or miss.−JonathanBeuys2yIf it does not access the opcache, against what is it checking the last modified date?
Comments
AFAIK, before PHP even accesses opcache for bytecode, it checks the file's metadata (last modified, most likely). So an updated file might never trigger a cache hit or miss.
If it does not access the opcache, against what is it checking the last modified date?