<?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>Magento 2 Archives &#187; Solution Tutorials</title>
	<atom:link href="https://www.solutiontutorials.com/tag/magento-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.solutiontutorials.com/tag/magento-2/</link>
	<description>We share everything we know</description>
	<lastBuildDate>Sun, 10 Mar 2024 06:36:34 +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>Magento 2 Archives &#187; Solution Tutorials</title>
	<link>https://www.solutiontutorials.com/tag/magento-2/</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>How to create a custom message queue in Magento 2</title>
		<link>https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/</link>
					<comments>https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/#respond</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Mon, 06 Sep 2021 09:50:40 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Optimize]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=596</guid>

					<description><![CDATA[<p>We know that Magento 2 supports consumer and MessageQueue by default (MQF). The Message Queue Framework (MQF) is a system that allows a&#160;module to publish messages to queues. It also defines the consumers that will receive the messages asynchronously. Example, after save the order, you have to send a notification to the customer (In this case, we temporary forget the feature asynchronous email, and forcus to the process that could asynchronously) The following diagram illustrates the Message Queue Framework In...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/">How to create a custom message queue in Magento 2</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Adding a customization product filter on the product list</title>
		<link>https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/</link>
					<comments>https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sun, 08 Aug 2021 17:13:09 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Module Development]]></category>
		<category><![CDATA[Training]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=536</guid>

					<description><![CDATA[<p>Some day, you has a request that add a default filter on category &#38; search result page that always filter product match a condition such as &#8220;Style&#160;Jacket&#8221;. Adding a customization filter on layered navigation of the category and search result page isn&#8217;t simple, Today I will provide you with how to do those things with&#160; Default Magento and Customize the module Amasty Layered Navigation.. Part 1: Adding a custom filter on category page/search page with default Magento 2. Firstly, You...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/">Adding a customization product filter on the product list</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Debug Magento Cloud project with Xdebug</title>
		<link>https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/</link>
					<comments>https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 07 Aug 2021 11:38:50 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Magento Cloud]]></category>
		<category><![CDATA[Xdebug]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=462</guid>

					<description><![CDATA[<p>Debug Magento Cloud project with Xdebug It&#8217;s the same as remote debugging on a webserver. Just some differences are listed below&#8211; Magento Cloud has 3 nodes for the staging environment.&#8211; You have to create a ticket on Magento support for enabling Xdebug and get the Xdebug key. Requirements To run and use Xdebug, you need the SSH URL for the environment. You can locate the information through the Project Web Interface or your Cloud Onboarding UI. Configure Xdebug To configure...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/">Debug Magento Cloud project with Xdebug</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Magento 2 Graylog integration</title>
		<link>https://www.solutiontutorials.com/development/magento-2/graylog-module/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2/graylog-module/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 17 Apr 2021 05:38:29 +0000</pubDate>
				<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Development]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=501</guid>

					<description><![CDATA[<p>This module allows your Magento website to push the log to your Graylog service, easy to use, stable, helps you investigate the log faster. &#62;&#62; hidro/module-graylog &#8211; Packagist What is Graylog: &#8220;Graylog provides answers to your team’s security, application, and IT infrastructure questions by enabling you to combine, enrich, correlate, query, and visualize all your log data in one place&#8221;: Industry Leading Log Management &#124; Graylog Main Functionalities Installation Type 1: Zip file Unzip the zip file in app/code/Hidro Enable...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2/graylog-module/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2/graylog-module/">Magento 2 Graylog integration</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2/graylog-module/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Nginx &#8211; Different storeviews or websites in subfolders</title>
		<link>https://www.solutiontutorials.com/development/magento-2/nginx-different-storeviews-or-websites-in-subfolders/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2/nginx-different-storeviews-or-websites-in-subfolders/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Tue, 20 Oct 2020 16:39:24 +0000</pubDate>
				<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Multi StoreView]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=441</guid>

					<description><![CDATA[<p>A client wants his multistore shop to be set up like this: http://www.domain1.org/en/ -&#62; store view 2 http://www.domain1.org/de/ -&#62; store view 3 http://www.domain1.org/fr/ -&#62; store view 4 http://www.domain1.org/it/ -&#62; store view 5 In this post, I will show you how to do this thing by using Nginx configuration. Step 1: add the configuration mapping to Nginx&#8217;s conf file. /etc/nginx/config.d/mapping_store.conf Step 2: Update the Magento&#8217;s nginx configuration By default, Magento provides sample Nginx configuration in the website&#8217;s root directory. It doesn&#8217;t...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2/nginx-different-storeviews-or-websites-in-subfolders/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2/nginx-different-storeviews-or-websites-in-subfolders/">Nginx &#8211; Different storeviews or websites in subfolders</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2/nginx-different-storeviews-or-websites-in-subfolders/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Hello World</title>
		<link>https://www.solutiontutorials.com/development/magento-2-hello-world/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2-hello-world/#respond</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 12 Oct 2019 06:59:33 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[Module Development]]></category>
		<category><![CDATA[Training]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=407</guid>

					<description><![CDATA[<p>This post we will show you How to create Hello World Module in Magento 2.</p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2-hello-world/">Hello World</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2-hello-world/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Export admin grid with selected columns</title>
		<link>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Thu, 23 May 2019 08:58:39 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[UI-Component]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=307</guid>

					<description><![CDATA[<p>=&#62; How can I remove columns in exported CSV from order grid? https://magento.stackexchange.com/questions/166610/magento-2-how-can-i-remove-columns-in-exported-csv-from-order-grid Hello. Key: What you see is what you export!!! When you are working with admin grids, when you want to export data from the admin grid, but you know that you these columns of the data grid has hardcoded at the backend in *[grid_id].xml*, Now I will give you a solution for this case you will export exactly columns you have selected.&#160;What you see is what you...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/">Export admin grid with selected columns</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Integration Elasticsearch On Magento 2 Community (CE)</title>
		<link>https://www.solutiontutorials.com/development/magento-2/integration-elasticsearch-on-magento-2-community/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2/integration-elasticsearch-on-magento-2-community/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Wed, 20 Feb 2019 14:46:02 +0000</pubDate>
				<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[elasticsearch]]></category>
		<category><![CDATA[Optimize]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=324</guid>

					<description><![CDATA[<p>Magento 2 Open Source (CE) does not provide integration with Elasticsearch by default, but we have other choices for this case there are Elasticsearch is built-in &#8211; Magento 2.3.4 Magento 2 Free Module: Elasticsuite from Smile-SA => https://github.com/Smile-SA/elasticsuite/ Elasticsearch Free Service cloud: https://bonsai.io Now let we are going to Install&#160;Elasticsearch&#160;extension and config Elasticsearch extension with Bonsai Elasticsearch cloud Step 1: Create an account in https://bonsai.io and create your first Cluster. After all you will have an Access URL like this: https://[username]:[password]@[application-code].ap-southeast-2.bonsaisearch.net Step 2:&#160;Let login to the...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2/integration-elasticsearch-on-magento-2-community/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2/integration-elasticsearch-on-magento-2-community/">Integration Elasticsearch On Magento 2 Community (CE)</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2/integration-elasticsearch-on-magento-2-community/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
