<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Optimize Archives &#187; Solution Tutorials</title>
	<atom:link href="https://www.solutiontutorials.com/category/development/optimize/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.solutiontutorials.com/category/development/optimize/</link>
	<description>We share everything we know</description>
	<lastBuildDate>Sat, 09 Mar 2024 13:34:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.solutiontutorials.com/wp-content/uploads/2019/01/icon-crm-300x300-150x150.png</url>
	<title>Optimize Archives &#187; Solution Tutorials</title>
	<link>https://www.solutiontutorials.com/category/development/optimize/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to cache Magento collection query results</title>
		<link>https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/</link>
					<comments>https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Tue, 24 May 2022 16:06:52 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Optimize]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=781</guid>

					<description><![CDATA[<p>Introduction Today, I would like to introduce &#8220;How to cache the Magento collection result&#8221; without customizing the PHP code. When you have worked with the Magento collection, you would like to consider if you can cache the result for the next time if the data aren&#8217;t generally updated by admin or 3rd tools. By default, Magento support saves the result of the collection to cache but it is not enabled by default, we have to add some custom to di.xml...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/">How to cache Magento collection query results</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Magento 2 Critical CSS and Core Web Vital Optimization</title>
		<link>https://www.solutiontutorials.com/development/magento-2-critical-css/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2-critical-css/#respond</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 15 Jan 2022 16:50:30 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[Core Web Vitals]]></category>
		<category><![CDATA[CriticalCSS]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=737</guid>

					<description><![CDATA[<p>Google requires the Core Web Vitals score for getting better on SEO. Web Vitals is an initiative by Google to provide unified guidance for quality signals that are essential to delivering a great user experience on the web. With Magento 2 Critical CSS and Core Web Vital optimization module we provides some ways to optimize CWV values and implement criticalcss.com service and some Core Web Vital optimization to your Magento 2 project. We built a service that allows generating the...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2-critical-css/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2-critical-css/">Magento 2 Critical CSS and Core Web Vital Optimization</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2-critical-css/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Magento 2 – PHP Optimize Tips &#8211; Part 2</title>
		<link>https://www.solutiontutorials.com/development/magento-2-php-optimize-tips-part-2/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2-php-optimize-tips-part-2/#respond</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 16 Feb 2019 06:23:16 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=270</guid>

					<description><![CDATA[<p>Continue of Part 1. After part 1 you know how to process with large Collection, why we need to use Model Factory instead of Model in __constructor and Customer data sections to load a partition of the web page without disabling FULL page cache. Today I will provide you with consultation and assist you with some tips when you&#8217;re working on data. Tip 1: Use in condition instead of for each id and load Data Model You have an array...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2-php-optimize-tips-part-2/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2-php-optimize-tips-part-2/">Magento 2 – PHP Optimize Tips &#8211; Part 2</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2-php-optimize-tips-part-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Magento 2 PHP Optimize Tips &#8211; Part 1</title>
		<link>https://www.solutiontutorials.com/development/magento-2/magento-2-php-optimize-tips/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2/magento-2-php-optimize-tips/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Thu, 24 Jan 2019 03:52:13 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[M2]]></category>
		<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=241</guid>

					<description><![CDATA[<p>Magento 2 PHP Optimize Tips:There are many ways to optimize Magento 2. However, the first thing you should do is optimizing your codes before touching to DB or Cache. Tip 1: Using Factory in the constructor. Why did I say that? Because of the case very simple of&#160;Dependence Injection design working in Magento 2 =&#62; _constructor, __constructor &#8230; will be called, it&#8217;s very bad if in the constructor or default functions call for each Collection.=&#62;&#160;If your classes are Factory the...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2/magento-2-php-optimize-tips/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2/magento-2-php-optimize-tips/">Magento 2 PHP Optimize Tips &#8211; Part 1</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2/magento-2-php-optimize-tips/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>How to override Magento 2 js using Mixins?</title>
		<link>https://www.solutiontutorials.com/development/magento-2/how-to-override-magento-2-js-using-mixins/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2/how-to-override-magento-2-js-using-mixins/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sun, 30 Sep 2018 12:13:45 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Js]]></category>
		<category><![CDATA[Mixins]]></category>
		<category><![CDATA[override]]></category>
		<category><![CDATA[rewrite]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=178</guid>

					<description><![CDATA[<p>How to override Magento 2 js using Mixins? A Magento 2 RequireJS “mixins” allows you to programmatically listen for the initial instantiation of any RequireJS, How do mixins in Magento 2 work? First, create&#160;requirejs-config.js Magento_Checkout/js/model/quote js file you want to rewrite.PackageName_ModuleName/js/plugin-quote target file.plugin-quote.js You can&#8217;t access the private variable from Magento_Checkout/js/model/quote. What is a private variable If your source file is returned $.mage.[widgetName] ex : Magento_Catalog/js/price-box.js Your destination file must return $.mage.[widgetName]</p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2/how-to-override-magento-2-js-using-mixins/">How to override Magento 2 js using Mixins?</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2/how-to-override-magento-2-js-using-mixins/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Config Redis Cache with Magento 2</title>
		<link>https://www.solutiontutorials.com/development/config-redis-cache-with-magento-2/</link>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Mon, 22 Jan 2018 13:02:47 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Redis]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=159</guid>

					<description><![CDATA[<p>1. Raise somaxconn above [tcp-backlog] value: sudo nano /etc/rc.local Add this: sysctl -w net.core.somaxconn=65535 When you reboot the next time, the new setting will be to allow 65535 connections instead of 128 as before. 2. Make sure to disable Linux kernel feature transparent huge pages, it will affect greatly both memory usage and latency in a negative way. This is accomplished with the following command: echo never &#62; /sys/kernel/mm/transparent_hugepage/enabled. then add the command to your /etc/rc.local file. if test -f...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/config-redis-cache-with-magento-2/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/config-redis-cache-with-magento-2/">Config Redis Cache with Magento 2</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
