It is posible to store the information of a php include into Memcached? -


Is this correct to include a PHP information in a variable? I use sensible and loading 75% of my page, 15 ms, one of them:

  need_once 'smarty / smarty.class.php';   

Can it save this information before it's already included in a memcatch?

As stated in the comments, what you are searching here is an "opcode cache" - An extension of a PHP engine that stores the result of compiling a PHP file in memory, so that the compilation happens only once

The default option is this day, with PHP 5.5+ Bundled, and for PHP 5.2+

However there are other options; Another word often used (though maybe these days maybe less often) is "PHP Accelerator".

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -