Quantcast
Channel: Using APC to speed up Magento
Browsing all 19 articles
Browse latest View live

Commented by "SysIT"

i presume me using php-fpm with nginx is why i have no file cache happening and only user cache as you explained, the fastcgi bug? File Cache Information Cached Files 0 ( 0.0 Bytes) Hits 1 Misses 0 vs...

View Article



Commented by "AITOC"

Hello Vaibhav, As long as you have only one installation of Magento (no matter how many websites or stores inside this installation you have) there should be only one prefix in the local.xml file.

View Article

Commented by "Vaibhav Shahu"

I have multiple website(For AU and NZ) in my magento site. what should be the configuration in local.xml for this. should there be two prefix for both website. Can you please share a code for this...

View Article

Commented by "AITOC"

Hello Giannis, It's ok to use APC, Varnish and Memcache as long as they have different responsibilities. E.g. APC for opcode acceleration and user cache, Memcache for sessions and Varnish for page...

View Article

Commented by "AITOC"

Hello Chris, Yes, you could increase the FcgidProcessLifeTime param up to 3600. Actually this is the default value for this param. But we recommend to decrease FcgidMaxProcesses value to ~15.

View Article


Commented by "Giannis"

Hello and thank you for your great posts they are very useful. You say we must not use all caches together. Can I use APC with Memcache and Varnish all together?

View Article

Commented by "Chris"

Hello, i found in another Forum a Hint that the Key for a longer Time to run Apc with fcgi is to raise the FcgidProcessLifeTime. I change it to 600 and now Apc is running from 5 Minutes upt to 10...

View Article

Commented by "AITOC"

Hello Chris, Basically blog is not the place to provide support for particular situations or issues. We have provided a general approach for solving the issue with APC and you can google the details....

View Article


Commented by "Chris"

I do not know, but i have read in another Forum that disable cgi and switch to Apachemodule make Problems with Creditcard and Paypalpayment Handling in the OneStepCheckout in Magento. I always see this...

View Article


Commented by "AITOC"

Try to switch to Apache-Module handler and disable cgi. This should solve problem with APC and serve you well unless you have very high traffic on your site. As for other tools... You can try to use...

View Article

Commented by "Chris"

Thanks for the answer, but the Entry does not solve the Problem. I googled many Hours but do not find a Solution. I think i give up and look for another Caching Tool that is working. Perhaps another...

View Article

Commented by "AITOC"

Hello Chris, Try to add the following line to your config: FcgidMaxRequestsPerProcess 1000 Then restart your server and check if APC will work longer then for 1 minute. Please let us know if this...

View Article

Commented by "Chris"

Hy, i am using Plesk 11 and found under Hostingparameters/Scripting these Options: 1. PHP using as FastCGI-Application enabled (this is an Optionfield with 3 Options...

View Article


Commented by "AITOC"

Hello Chris, Do you have any server control panel like cPanel on your server? Usually information about PHP mode can be found at the control panel's info. In cPanel in example it can be found at...

View Article

Commented by "Chris"

Hello AITOC, sorry for my late answer i must working outside my Hometown the last 2 Days. Thanks for your answer but i am not the great Linux Freak. How can i see which PHP Mode is used on my Server ?...

View Article


Commented by "AITOC"

Hello Chris, Please check in which mode your PHP works. APC should be enabled if you are using PHP in either 'module' or 'fast-cgi' mode. For 'fast-cgi' it is also necessary to set up at least 1000...

View Article

Commented by "Chris"

Great Post, i found many Hints but i have still a Problem with APC. I installed all and look on the apc.php Window. Every Time this Windows shows me Uptime 0 Minutes and Starttime the Current Time. In...

View Article


Commented by "AITOC"

Hello Steven and thanks for your comment. That's really interesting point of view. We will research an impact of cache tags usage on Magento speed and a possibility of involving some kind of an...

View Article

Commented by "Steven"

APC doesn't support caching of tags, so wouldn't configuring Magento to disable 2 level caching (with your above settings of "database" for the slow backend and "0" for the slow backend store data)...

View Article
Browsing all 19 articles
Browse latest View live




Latest Images