Tagged Questions
The xcache tag has no wiki summary.
39
votes
10answers
29k views
apc vs eaccelerator vs xcache
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 easier ...
5
votes
1answer
83 views
Fatal error: Call to undefined function xcache_isset()
How do I install the XCache extension on Windows + WAMP + PHP 5.3 ?
I copied the extension dll in the extensions directory, and added the line in php.ini, then activated it trough the WAMP interface.
...
4
votes
3answers
1k views
HipHop instead of XCache?
Would it make sense to switch to HipHop instead of XCache?
Is HipHop ready for primetime or should we wait several months before implementing it?
Edit: we are interesting in testing the ...
4
votes
4answers
4k views
Opcode (APC/XCache), Zend, Doctrine, and Autoloaders
I am trying to use either APC or XCache as an opcode to cache my php pages. I am using it with Zend and Doctrine and it's having a problem with the autoloader.
If I try with APC, I get the following:
...
3
votes
1answer
47 views
json_encode - PHP gives uncomplete json string
First my Setting:
PHP 5.3.2 - with Suoshin and xCache
lighttpd/1.4.26
My Code is too much to Post it here. I will discribe it.
File x.php is loading some PHP - Classe, init them, executes some ...
3
votes
1answer
65 views
Does anyone know if xcache functions are atomic?
I'm wondering which xcache functions are atomic. I know that xcache_inc() and xcache_dec() are both atomic. I dont know if xcache_get() and xcache_unset() are atomic.
3
votes
3answers
153 views
Do I have to change my source code to use xcache or other PHP opcode cacher?
I would like to use a PHP opcode cache, like APC and XCache.
TO have benefit from this cachers, do I have to change something on my php code or just install one of them?
I have seen there are APIs, ...
3
votes
1answer
2k views
Difference between Memcache, APC, XCache and other alternatives I've not heard of
At work, we've recently started designing an application to me "large scale" (we're engineering for the potential to serve up many millions of hits a day). One of the senior devs and the sysadmin ...
2
votes
2answers
91 views
Where does PHP-XCache save its data?
I've recently installed PHP-XCache and set it up. I can also see files being cached in the admin panel.
But something I do not understand is, where does it save all the data?
Is it stored in a ...
2
votes
2answers
137 views
Caching only frequently used data in PHP
I have a news site which receives around 58,000 hits a day for 36,000 articles. Of this 36000 unique stories, 30000 get only 1 hit (majority of which are search engine crawlers) and only 250 stories ...
2
votes
2answers
221 views
What does ACM stand for?
I see that phpBB uses the term often to describe things like XCache, ACP, eAccelerator: http://wiki.phpbb.com/display/DEV/Cache, but what does ACM actually stand for?
I understand that all of these ...
2
votes
3answers
2k views
Which one would you choose ; XCache or APC?
I need a opcode-cache in my project. Also i will use for the datastore (mysql returned row) cache ? Which is the best for you and WHY ?
1
vote
2answers
450 views
What is the best cacher for drupal (Boost, xcache or varnish)?
What is the best caching method (cacher) for Drupal, taking in consideration logged in and anonymous users? is it Boost, XCache,or Varnish? I need a comparison between them.
1
vote
2answers
230 views
PHP performance: accelerators and HTTP servers
First, which is the fastest accelerator: XCache or APC?
And should I have nginx, lighttpd, Apache or Apache with nginx as a reverse proxy for static contents. What's better?
Thank you.
1
vote
1answer
98 views
Expiring links and where to store them
I currently have a website setup where unique links are generated every time a person loads a page. When a user follows a link that link should expire. That is, they shouldn't be able to hit back on ...
1
vote
3answers
1k views
Does CakePHP have support for APC, XCache and others?
Does CakePHP have support for APC, XCache and others?
1
vote
4answers
1k views
PHP: Using APC as general cache, XCache as opcache, possible?
I'm really intreagued by the general cache aspects of APC and want to use it in my code (this I know how to do, this is not the problem).
However, I'm using XCache as opcache now and want to continue ...
0
votes
1answer
20 views
Xcache can't reload php opcode when source code changed
Can Xcache or other php opcode cachers auto-reload php opcode when php source code has changed?
0
votes
0answers
155 views
MAMP 500 Internal Server Error. MAC OSX php
No results from my php code on the MAMP just got a 500 internal server error.
Also I don't know if has something to do with XCache installed, no idea what's it but comes with MAMP.
Here is my code. ...
0
votes
1answer
92 views
xcache Admin Page is Showing Cache ONLY For Current User (CPanel)
I have a brand spanking new cPanel server. cPanel recently added xcache functionality right into EasyApache, so I built xcache with fastCGI using easyapache. It seems to work, except that whatever ...
0
votes
0answers
84 views
PHP Opcode cache vs security
I'm setting up a dedicated-virtual server in media temple for my own, not to resell.
I'm interested in in set up some opcode cache (such as xcache or eaccelerator).
AFAIK i can't have PHPSuExec along ...
0
votes
1answer
177 views
Existing Class not found using XCache and PHP 5.3.2
I'm getting the weirdest problem using XCache and PHP 5.3.2 there is a class 'Vb_Post' that won't be loaded by PHP and throws a Fatal Error:
Fatal error: Class 'Vb_Post' not found in ...
0
votes
2answers
427 views
CakePHP Shell: Fatal error: Call to undefined function xcache_isset()
I am having a strange problem right now with CakePHP. I haven't used the shell in sometime since I enabled XCache on Dreamhost, and now when I try to use the CakePHP Shell script I have, I get this ...
0
votes
2answers
367 views
In-memory cache with LRU expiration
I am looking for an in memory cache for my PHP powered website. It is not high traffic website, I just want to cache data and parts of some pages for improving performance. The data size will vary ...
0
votes
0answers
502 views
Xcache - No different after using it
Hi
I have installed Xcache in my site(using xampp), I have tested more then 10 times on several page and the result is same as default(no any cache installed), is it something wrong with the ...
0
votes
1answer
199 views
XCache - where is serious documentation?
i'm trying to studying XCache but is very difficult to get complete documentation (or also lazy documentation like apc docs).
For example i'd like to know difference beetwen
xcache_list(0, 0);
...
0
votes
1answer
1k views
Xcache var_size error
I am trying to use xcache with zend framework to cache the metadata from Zend_Db_Table_Abstract so that describe queries are only called once per table. When implementing xcache into my bootstrap and ...
0
votes
2answers
211 views
Codeigniter - PHP Not Being Rendered In Views w/ mod_php 5
I recently transferred one of my websites to a private server which allowed me to use mod_php 5 along with XCache. However, when I switch from PHP 5 CGI to mod_php, the PHP that is directly in my view ...
0
votes
4answers
2k views
using xCache with Zend optimizer together
i have installed xCache and Zend optimizer in same time and it gives me PHP Fatal error: [Zend Optimizer] Zend Optimizer 3.3.3 is incompatible with XCache 1.2.1 in Unknown on line 0
I have lines in ...