opcode-cache Questions
5
Solved
What are the advantages/disadvantages of monolithic PHP coding versus small specialized php scripts?
I have historically used a monolithic approach to PHP coding.
That is, I write one index.php, with an average size of 70k-250k, and use
mod_rewrite
to turn the rest of the
REQUEST_URI
int...
Zantos asked 13/10, 2009 at 21:15
1
I've searched all over the web for documentation including on the XCache website.
I'm new to PHP opcode caching and XCache. I'd like an explanation of how XCache works. I know that it stores compi...
Plea asked 17/11, 2012 at 14:58
5
Solved
How would I use the apc.filters parameter in APC opcode caching to not cache certain paths? For example, I want caching to be active for anything under the path:
"/var/www/vhosts"
and exclude pat...
Cholla asked 26/10, 2009 at 17:50
12
Solved
Im doing research on which one of these to use and I can't really find one that stands out. Eaccelerator is faster than APC, but APC is better maintained. Xcache is faster but the others have easie...
Ashcroft asked 30/5, 2009 at 23:43
3
Solved
Internet has a lot of discussions that calling apc_cache_clear() in CLI does not clear opcode caches from "web" PHP processes, whether they are run inside Apache or by FPM (see How to clear APC cac...
Stratigraphy asked 12/10, 2012 at 13:46
3
Solved
here is a link to how my APC is running : [removed]
As you can see, it fills up pretty quickly and my Cache Full Count goes over 1000 sometimes
My website uses Wordpress.
I notice that every tim...
Affenpinscher asked 25/8, 2010 at 20:56
1
Solved
A number of frameworks utilize spl_autoload_register() for dynamically loading classes (i.e. controllers and models). There are a couple of posts on the issue of autoloading and opcode caching. One...
Minicam asked 21/12, 2009 at 17:42
1
Solved
What are "Hits & Misses" in reference to APC opcode caching? I've installed APC and it's running great, but I've got "some" misses and I'm wondering if that's "bad". Also, I am running Openx an...
Findley asked 26/10, 2009 at 4:10
2
Solved
Sorry if this is basic, I am trying to learn as much as I can about OO in PHP and I am slowly learning how to use it (very limited).
So I am wanting to know if __autoload() has any affect on PHP ...
Sanitation asked 8/9, 2009 at 21:47
3
Solved
Optimization of PHP code via runtime benchmarking is straight forward. Keep track of $start and $end times via microtime() around a code block - I am not looking for an answer that involves microti...
Rae asked 9/11, 2008 at 19:34
1
© 2022 - 2024 — McMap. All rights reserved.