<?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 for Grohs Fabian	</title>
	<atom:link href="https://grohsfabian.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://grohsfabian.com/</link>
	<description>Yet another web developer with a blog 🤷‍♂️.</description>
	<lastBuildDate>Fri, 04 Nov 2022 21:22:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Comment on How to use PHP Caching with MySQL Queries to improve performance by grohsfabian		</title>
		<link>https://grohsfabian.com/how-to-use-php-caching-with-mysql-queries-to-improve-performance/#comment-1793</link>

		<dc:creator><![CDATA[grohsfabian]]></dc:creator>
		<pubDate>Wed, 16 Feb 2022 21:13:03 +0000</pubDate>
		<guid isPermaLink="false">https://grohsfabian.com/?p=120#comment-1793</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://grohsfabian.com/how-to-use-php-caching-with-mysql-queries-to-improve-performance/#comment-1787&quot;&gt;john&lt;/a&gt;.

Thank you, John! Yep, indeed that you must load it either the vendor folder or directly require it, in case you do not use composer.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://grohsfabian.com/how-to-use-php-caching-with-mysql-queries-to-improve-performance/#comment-1787">john</a>.</p>
<p>Thank you, John! Yep, indeed that you must load it either the vendor folder or directly require it, in case you do not use composer.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to use PHP Caching with MySQL Queries to improve performance by john		</title>
		<link>https://grohsfabian.com/how-to-use-php-caching-with-mysql-queries-to-improve-performance/#comment-1787</link>

		<dc:creator><![CDATA[john]]></dc:creator>
		<pubDate>Mon, 14 Feb 2022 10:20:04 +0000</pubDate>
		<guid isPermaLink="false">https://grohsfabian.com/?p=120#comment-1787</guid>

					<description><![CDATA[The example is excellent, but seems it missed some lines of code:

use Phpfastcache\CacheManager;
use Phpfastcache\Config\ConfigurationOption;

require_once __DIR__ . &#039;/vendor/autoload.php&#039;;]]></description>
			<content:encoded><![CDATA[<p>The example is excellent, but seems it missed some lines of code:</p>
<p>use Phpfastcache\CacheManager;<br />
use Phpfastcache\Config\ConfigurationOption;</p>
<p>require_once __DIR__ . &#8216;/vendor/autoload.php&#8217;;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
