We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
Support and Information
-
Posted: December 14, 2020Categories: JVM Blog EN
Every business sells a product or a service. To succeed in business, you need to have good product or service
-
Posted: May 07, 2020Categories: JVM Blog EN
Magento 2 contains many modules that will not be used and are making it bigger and slower. Backups and restores are both bigger and slower.
How to remove unused Magento 2 modules
-
- Cron jobs. Common problems and fixes
- Magento commands that might save your day
- Changing Magento modes
- Server memory check
- Firewall settings - usually connected to site not available
-
Benefits from using Elasticsearch include:
- Advanced and quick searches on Magento catalog
- Multi-language support
- Support for stop words and synonyms
- Indexing does not affect customers until reindex is complete
-
Posted: October 17, 2019Categories: JVM Blog EN
Go to Stores -> Configuration -> Catalog -> Catalog -> Use Flat Catalog Category
Or
Go to Stores -> Configuration -> Catalog -> Catalog -> Use Flat Catalog Products
-
Posted: June 28, 2019Categories: JVM Blog EN
It might be a good idea to decrease Magento size on disk and number of files before doing a backup. This way your backups will be smaller and faster and the restore will take less time.
Using a command: ( from Magento 2 root directory )
du -a . | sort -n -r | head -n 20
-
Posted: June 10, 2019Categories: JVM Blog EN
This post will show you how to delete unused product images. When deleting a product in Magento, the corresponding product images are not deleted