Magento
How to Change the Maximum Number of Input Variables for PHP Scripts?
In this knowledgebase, we will learn to change the maximum number of input variables allowed for PHP scripts by using the max_input_vars directive in a php.ini file. If you have already set up a custom php.ini file, you can skip step 1. Step 1: ...
What is Magento Static Content?
Static content is the files that stay the same for a long period of time. They are not subject to regular changes. So if you refresh the page, the same content will come up. For example: Website logo, header image, social media icons, HTML files, ...
What is Redis Cache and how it helps Magento?
Redis is an in-memory data structure store, used as a distributed, in-memory key-value database, cache and message broker, with optional durability. It supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted ...
What is Varnish Cache and How it helps Magento?
Varnish Cache is a web application accelerator designed for content-heavy dynamic websites - like Magento 2 stores. It is also known as caching HTTP reverse proxy. Varnish is built to work with HTTP protocol exclusively, whether the store loads on ...
Do you update Magento core?
Magento or Magento core are the core files that make the Magento platform. You can find the Magento core from the repository. For ease, Breeze does it for you, so you don’t have to download and upload the files to your server. Magento is open-source ...
How to change Magento admin URL?
The default Magento admin URL is http://mgentoStore.com/admin. You can change the default Magento admin URL from the Magento admin panel or by using server sides commands. With Breeze, you can change the Magento admin URL right from the platform. ...
Popular Articles
How to Download Backup of Your Website?
In this tutorial we will download the backup of the website to the local storage. At Breeze, we do the automatic backup, with 7 days retention time. However, if you need to do a manual backup, you can follow this tutorial. Download the Backup Steps ...
How to Create Stage for the Store?
Whenever you need to test or change anything on the website, the ideal way is to move the website to the stage and do it in a controlled environment. This way, only the changes that pass the various analysis test could go live for user experience. At ...
How to Create a Site on Breeze?
Let’s see how to create a store on Breeze in 3 simple steps. #1 Create your Company. Click on the ‘Create’ button on the top bar, and create a New Company. You will be adding your store under this Company. (Learn more about Companies.) Once the ...
How to Connect to SSH at Breeze in Linux?
SSH, also known as Secure Shell or Secure Socket Shell, is a network protocol that gives users, particularly system administrators, a secure way to access a server over an unsecured network. At Breeze, security always comes first. You can only use ...
How to Connect SFTP on Breeze?
SFTP or Secure File Transfer Protocol is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. It requires a connection between the client and the server, but unlike FTP, SFTP ...