Jump to content

Making PHP faster by design


calande

Recommended Posts

Hi,

 

Many of us use the Zend Optimizer, PHP Accelerator, or the like. Are there plans among the PHP developers (the very PHP application) to have PHP to compile scripts the first time and then to run the compiled code instead of interpreting scripts always? Having this feature by default (like ASP.NET or JSP) would save some resources for heavily-loaded web servers, and would gain a few milliseconds of execution. What do you think?

Link to comment
https://forums.phpfreaks.com/topic/132704-making-php-faster-by-design/
Share on other sites

http://www.php.net/~derick/meeting-notes.html#add-an-opcode-cache-to-the-distribution-apc

 

 

It's not what you were thinking of like with JSP where the file is stored on the disk, but the code is kinda compiled and stored in memory (I think... and maybe disc too), then it doesn't have to be recompiled.

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.