Questions tagged [xcache]

XCache is an open-source PHP opcode cacher, meaning that it accelerates the performance of PHP on servers.

XCache is a open-source PHP opcode cacher, which means that it accelerates the performance of PHP on servers. It optimizes performance by removing the compilation time of PHP scripts by caching the compiled state of PHP scripts into the shm (RAM) and uses the compiled version straight from the RAM. This will increase the rate of page generation time by up to five times as it also optimizes many other aspects of PHP scripts and reduce server load.

The XCache project is lead by mOo who is also a developer of Lighttpd.

86 questions
0
votes
0 answers

xcache.so issue on MAMP since Mavericks upgrade

After updating to OSX 10.9 Mavericks, MAMP stopped to work with Xcache for some reason. $ drush status Failed loading /Applications/MAMP/bin/php/php5.3.20/lib/php/extensions/no-debug-non-zts-20090626/xcache.so: …
staminna
  • 468
  • 1
  • 5
  • 26
0
votes
1 answer

Unable to see X-cache in Respomse Header

I want to check whether a page view on localhost encountered a cache hit or a cache miss. I'm running varnish on my local machine. Next, I wanna check the X-cache header in response. But I cant see any X-cache tag in the response header. i'm able to…
nish
  • 6,952
  • 18
  • 74
  • 128
0
votes
2 answers

XCache module installation error

In my PHP 5.4 and Centos 6.3 machine I'm trying to install XCache. From this manual I made every step: http://cgibin.info/php/install-xcache-centos/ Inside /etc/php.ini file I added this, and checked that xcache.so file exists in…
trante
  • 33,518
  • 47
  • 192
  • 272
0
votes
2 answers

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 files is not being rendered. For example, the…
Pete
  • 1
0
votes
1 answer

Joomla asks xcache password all the time

I have a website built on Joomla 3. I am running it on PHP 5.3.3. on a shared host. Now every now and then the system asks for a xcache username and password. When installing the site i wasn't asked to install or configure xcache. In the…
sanders
  • 10,794
  • 27
  • 85
  • 127
0
votes
3 answers

Memcached/XCache caching of SQL results?

I just designed an admin console for a social networking website. My boss now wants me to cache the results of several MySQL queries that build these results (for 24 hours). The site uses Memcached (with Wordpress W3 total cache) and XCache. I…
Joel Joel Binks
  • 1,628
  • 5
  • 27
  • 47
0
votes
1 answer

xcache -Fatal error: Call to undefined function xcache_isset()?

I have successfully installed xcache. And add xcache config in php.ini. And also restart apache server. My system is mac os x 10.7.3. php -v (or show phpinfo): PHP 5.3.8 with Suhosin-Patch (cli) (built: Nov 15 2011 15:33:15) Copyright (c)…
slimboy
  • 55
  • 1
  • 2
  • 8
0
votes
2 answers

can't find xcache.var_size in php.ini

I need to change the xcache.var_size in the php.ini file. The problem that I can't seem to find it there. I have varified that this is the right on eby using phpinfo();
devmonster
  • 1,729
  • 8
  • 24
  • 48
0
votes
0 answers

First Byte Slow - Php Fasr and on dedicated server

I have been addicted to the page speed now for some time since i see google is as well. I did a complete re-design of my site and it appears fast but webpagetest shows an F for first byte and it shows about 2 seconds for it. Now loading the page…
Radium Chris
  • 61
  • 1
  • 8
-2
votes
1 answer

How do I install XCache in WAMP in windows?

How to Install XCache in WAMP server XCache I got XCache is not loaded
Shri Suresh
  • 463
  • 1
  • 5
  • 20
-4
votes
4 answers

xcache doesn't speed up my php application

I have a php application which provides restful service,I want to speed it by xcache,but the situation is not as imagined. My php application bases on yii 1.1,and the function I test does heavy db query and calculation.The elapsed time if not use…
Nick
  • 1
  • 3
1 2 3 4 5
6