Comments on: How to Install Zend OPcache in Debian and Ubuntu https://www.tecmint.com/install-opcache-in-debian-ubuntu/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 09 Dec 2021 05:40:46 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-980960 Mon, 09 Apr 2018 05:59:14 +0000 http://www.tecmint.com/?p=1169#comment-980960 In reply to James.

@James,

I suggest you to compile APC for your PHP 5.6 version to /opt/plesk/php/5.6/etc/php.d directory.. This is the only solution, I think.

]]>
By: James https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-980797 Sun, 08 Apr 2018 15:08:17 +0000 http://www.tecmint.com/?p=1169#comment-980797 Hi Ravi. Thanks for publishing this. I was able to use your instructions to install APC on my server’s default PHP version without a problem. However, I’m running a few other versions of PHP on the same server, and I’d like to use it on one of those, specifically PHP 5.6.35.

I installed that with Plesk and the path to the php.d directory is /opt/plesk/php/5.6/etc/php.d. I tried placing the apc.ini file there, but that didn’t work. I also tried adding the directive “extension=apc.so” directly to that PHPs php.ini file. It’s still not running.

Do you have any advice to get this working?

]]>
By: Mary Rax https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-882978 Tue, 11 Apr 2017 04:48:50 +0000 http://www.tecmint.com/?p=1169#comment-882978 Hello,

I am working on one of my client’s project scislides.com which loads up very very slowly. I was going through the possible fix and came across below one but not sure whether this would work or not. Can somebody help?

How to fix – Page Cache Test (Server Side Caching)

In order to pass this test, you are advised to use a caching mechanism for your pages. There are three methods which can be used to caching your web pages:

Alternative PHP caching
– Alternative PHP Cache (APC) is an open source framework which caches data using intermediate PHP code. Most web programmers who are familiar with the PHP programming language can easily set up Alternative
PHP Cache for your site.
Quickcache
– Quickcache is a lightweight page caching solution which was formerly known as jpcache. Quickcache caches the page output rather than compiling the PHP page, making it a superior version of page caching to the Alternative PHP caching. Quickcache can be quickly downloaded from their website and can reduce your page load time up to 80%.
WP Super Cache
– If you have a WordPress website, WP Super Cache can be installed within seconds and without no programming knowledge.

Regards
Mary Rax

]]>
By: Maxczysto https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-721770 Wed, 09 Dec 2015 09:23:04 +0000 http://www.tecmint.com/?p=1169#comment-721770 Good Tutorial, installed with no problems. Thanks for Share

]]>
By: Ravi Saive https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-675310 Mon, 28 Sep 2015 06:33:02 +0000 http://www.tecmint.com/?p=1169#comment-675310 In reply to alessandro.

@Alessandro,
I am sorry but apc deprecated, now you should use opcache with PHP 5.4 onwards for better and faster performance..

]]>