Jump to content

Does php cache the bytecode?


nug blazer

Recommended Posts

I'm helping my friend setup a server and it uses only about 5 php files.  They change only about once a month, but the database is constantly changing so I can't use memcached.

:-\

The php files are accessed by clients around once per second.  Every time someone visits the index.php file does php re-compile to bytecode the file or does it cache the intermediate bytecode? 

???

P.S. I'm using Linux - so I know it caches the raw human readable script in memory.

8)

 

- Nate

Link to comment
https://forums.phpfreaks.com/topic/113857-does-php-cache-the-bytecode/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.