RECENT BLOGS
How to install FAQ module in magento
How To Install FAQ Module in MagentoHow Module WorksWith the help of this extension you can create a FAQ page, where customers can gather their queries in one place. Having the features of collapse or [...]
Why Minify HTML?
Why Minify Html ? The main goal is to remove unnecessary data and also as spacing, well-named variables and comments.if the files are minified then, comments,extra-spaces are removed and variable [...]
Advanced javascript bundling in Magento2
Advanced javascript bundling in Magento 2 1. What Is Javascript Bundling ? JavaScript bundling is an optimization Process,its impact on reducing the number of server requests for JavaScript files. Bundling this by merging multiple JavaScript [...]
How to install SEO Cross Links Template?
How to install SEO Cross Links Template? Module-Name : MageWorx/SeoCrossLinks Version Compatibility : Module installed on Magento Commerce 2.3.5 How Module works SEO crosslinks are the links that connect related site pages, or pages [...]
Move js from head to bottom in Magento2
Move Js From Head To Bottom In Magento2 Magento 2 JavaScript extension allows you to enable deferred JavaScript loading and move JS code from the head to the bottom automatically. That way you increase [...]
How to use and work CDN in Shopify
How to use and work CDN in Shopify Use CDN The URL needs to begin with http://cdn.shopify.com/. If you see http://static.shopify.com, then replace it with http://cdn.shopify.com. 1. How to [...]