eaccelerator
eaccelerator 0.9.6.1 and --with-eaccelerator-shared-memory doesn't work
I tried to compile eaccelerator 0.9.6.1 with --with-eaccelerator-shared-memory flag but after: ./configure --with-eaccelerator-shared-memory[详细]
2023-04-10 18:27 分类:问答How come eAccelerator works after changing files even though cache is on?
I have eAccelerator installed on an apache web server for PHP. If I look at the phpinfo() output, I can see that all files are cached.[详细]
2023-03-29 06:09 分类:问答PHP variable caching
I have some data in MySQL database that are static most of the time. They are mainly almost static values like cities, states, and ethnic. I want to cache them in a variable, preferebly in memory, so[详细]
2023-03-20 16:59 分类:问答eAccelerator will only show Cached Scripts: 1
I\'m trying to reduce the load of PHP on my website and increase the speed with PHP caching. I\'ve currently go开发者_运维技巧t eAccelerator installed and running with my PHP(according to php-v &[详细]
2023-03-16 17:34 分类:问答Good optimizer for CPU and memory intensive command line PHP scripts?
I have optimized the scripts at most possible bottlenecks. It is difficult to port the code to other language, so that is not a good solution.[详细]
2023-02-21 03:37 分类:问答Choosing a PHP caching technique: output caching into files vs. opcode caching
I\'ve heard of two caching techniques for the PHP code: When a PHP script generates output it stores it into local files. When the script is called again it check whether the file with previous outp[详细]
2023-02-07 16:50 分类:问答PHP eAccelerator and real-time data
I have this application written in PHP, I\'m considering on using eAccelerator for optimizing the application. My dilemma is that, this application works with real-time data (daily there are around 6[详细]
2023-01-16 09:33 分类:问答High Performance PHP
I am about to launch a CodeIgniter web application. Any recommendations on what I should do to maximize performance of my application? I\'m thinking memcached and an acc开发者_JAVA技巧elerator (though[详细]
2023-01-15 10:51 分类:问答Why doesn't eAccelerator cache to harddrive?
When looking at the set folder in php.ini for eAccelerator to use, nothing is there. No hidden files as well. Directory is writable as well:[详细]
2022-12-24 05:49 分类:问答