<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install Zend OPcache in Debian and Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/install-opcache-in-debian-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-opcache-in-debian-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 09 Dec 2021 05:40:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-980960</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 09 Apr 2018 05:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1169#comment-980960</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-980797&quot;&gt;James&lt;/a&gt;.

@James,

I suggest you to compile APC for your PHP 5.6 version to &lt;strong&gt;/opt/plesk/php/5.6/etc/php.d&lt;/strong&gt; directory.. This is the only solution, I think.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-980797">James</a>.</p>
<p>@James,</p>
<p>I suggest you to compile APC for your PHP 5.6 version to <strong>/opt/plesk/php/5.6/etc/php.d</strong> directory.. This is the only solution, I think.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James		</title>
		<link>https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-980797</link>

		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Sun, 08 Apr 2018 15:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1169#comment-980797</guid>

					<description><![CDATA[Hi Ravi. Thanks for publishing this. I was able to use your instructions to install APC on my server&#039;s default PHP version without a problem. However, I&#039;m running a few other versions of PHP on the same server, and I&#039;d like to use it on one of those, specifically PHP 5.6.35. 

I installed that with Plesk and the path to the &lt;strong&gt;php.d&lt;/strong&gt; directory is &lt;strong&gt;/opt/plesk/php/5.6/etc/php.d&lt;/strong&gt;. I tried placing the &lt;strong&gt;apc.ini&lt;/strong&gt; file there, but that didn&#039;t work. I also tried adding the directive &lt;strong&gt;&quot;extension=apc.so&quot;&lt;/strong&gt; directly to that PHPs &lt;strong&gt;php.ini&lt;/strong&gt; file. It&#039;s still not running.

Do you have any advice to get this working?]]></description>
			<content:encoded><![CDATA[<p>Hi Ravi. Thanks for publishing this. I was able to use your instructions to install APC on my server&#8217;s default PHP version without a problem. However, I&#8217;m running a few other versions of PHP on the same server, and I&#8217;d like to use it on one of those, specifically PHP 5.6.35. </p>
<p>I installed that with Plesk and the path to the <strong>php.d</strong> directory is <strong>/opt/plesk/php/5.6/etc/php.d</strong>. I tried placing the <strong>apc.ini</strong> file there, but that didn&#8217;t work. I also tried adding the directive <strong>&#8220;extension=apc.so&#8221;</strong> directly to that PHPs <strong>php.ini</strong> file. It&#8217;s still not running.</p>
<p>Do you have any advice to get this working?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mary Rax		</title>
		<link>https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-882978</link>

		<dc:creator><![CDATA[Mary Rax]]></dc:creator>
		<pubDate>Tue, 11 Apr 2017 04:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1169#comment-882978</guid>

					<description><![CDATA[Hello,

I am working on one of my client&#039;s project &lt;strong&gt;scislides.com&lt;/strong&gt; 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]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I am working on one of my client&#8217;s project <strong>scislides.com</strong> 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?</p>
<p>How to fix &#8211; Page Cache Test (Server Side Caching)</p>
<p>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:</p>
<p>Alternative PHP caching<br />
&#8211; 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<br />
PHP Cache for your site.<br />
Quickcache<br />
&#8211; 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%.<br />
WP Super Cache<br />
&#8211; If you have a WordPress website, WP Super Cache can be installed within seconds and without no programming knowledge.</p>
<p>Regards<br />
Mary Rax</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maxczysto		</title>
		<link>https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-721770</link>

		<dc:creator><![CDATA[Maxczysto]]></dc:creator>
		<pubDate>Wed, 09 Dec 2015 09:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1169#comment-721770</guid>

					<description><![CDATA[Good Tutorial, installed with no problems. Thanks for Share]]></description>
			<content:encoded><![CDATA[<p>Good Tutorial, installed with no problems. Thanks for Share</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-675310</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 28 Sep 2015 06:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1169#comment-675310</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-674051&quot;&gt;alessandro&lt;/a&gt;.

@Alessandro,
I am sorry but apc deprecated, now you should use opcache with PHP 5.4 onwards for better and faster performance..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-opcache-in-debian-ubuntu/comment-page-1/#comment-674051">alessandro</a>.</p>
<p>@Alessandro,<br />
I am sorry but apc deprecated, now you should use opcache with PHP 5.4 onwards for better and faster performance..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
