If I running a php script in Apache that "require"s a php file, is there a way that I can keep that in memory so that it doesn't need to be pulled from disk each time?
Asked
Active
Viewed 294 times
0
-
it's called op code caching, and yes. – dqhendricks Mar 15 '12 at 20:49
-
did you do this simple search in google before ask? https://www.google.com.ar/search?q=php+cache&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a – Gabriel Sosa Mar 15 '12 at 20:51