♠ There is a quick way to speed up Magento on page loads by 25 to 50%.
♠ Enable Magento Compilation: Magento root → Compilation and run compilation process php bin/magento setup:di:compile .
♠ The Hosting Solution Provider also plays a vital role to speed up the Magento store. You must be careful in choosing a hosting provider that offers seamless performance.
♠ It may happen many times that you forget the login password. But no worries, you can quickly reset the Magento Admin Password.
♠ To reset the Magento admin password follow the way:
From phpMyAdmin or MySQL Manager, select your Magento Database and search admin_user table. You can replace your old password with a new secure password. You must be sure that you insert the password in the MD5 function.
♠ Most of the New Bies face this Magento issues, Let me explain with an example that how to change domain:
www.oldmilople.com is the old domain and you want to configure a new domain with www.newmilople.com.
Select Stores → Configuration from Magento Admin Panel.
Then select the ‘Web‘ from the ‘General‘ option.
4. As per the below screenshot, change the Base URL with a new one.
♠ The necessity of redirecting Magento to open through www is for SEO and better usability.
♠ Follow the way to open Magento through www:
From Magento root, open file .htaccess.
Then locate theRewriteEngine.
Then write: 1. RewriteCond %{HTTP_HOST} ^domain.com$ [NC] 2. RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
Save the file and open Magento Admin Panel.
Now go to System → Configuration → Web
Then, click to unsecure tab and change the Base URL from http://domain.com to http://www.domain.com
You are done! 🙂
♠ Magento Security Patches are necessary for security reasons and improvement in programming.
♠ Know more about Magento Security Patches and how to install it.
♠ To enable SEO friendly URL, open Magento Admin Panel.
Select ‘Web‘ from ‘Configuration’ as explained in point 3 screenshot above.
Then select the Search Engine Optimization section.
Set Yes to Use Web Server Rewrites drop-down menu.
You are done! 🙂
♠ Many times it may happen that the front end does not show products or products are missing.
♠ Solve this issue by Reindexing.
♠ Sometimes users have Magento issues that front-end does not show any effect even after changes done in CSS.
To solve this, focus on the cache.
Run: rm -rf var/di/* var/generation/* var/cache/* var/log/* var/page_cache/* var/session/* var/view_preprocessed/* pub/static/*
php bin/magento setup:static-content:deploy
Clean the cache: php bin/magento cache:clean
Flush the cache: php bin/magento cache:flush
♠ There are many reasons which hit the Invalid Form Key error.
♠ Know more about Invalid Form Key and solve this issue.
♠ This is the most common Magento issue to solve this issue:
Log out from Admin Panel.
Login again and reset the Magento Admin privileges.
Then, locate System → Permissions → User Roles → Administrators.
Reset Magento permissions by clicking Save role