We find this simple configuration on:

Discuss smarter ways to manage and optimize cv data.
Post Reply
tanjitanji0011
Posts: 3
Joined: Sat Dec 21, 2024 3:52 am

We find this simple configuration on:

Post by tanjitanji0011 »

SHOW VARIABLES LIKE 'query_cache_size';
Database servers with 1GB of RAM can easily handle a 64MB cache.

To enable, if it is disabled, and set the cache, simply run the following query, which sets it to 64Mb:

SET GLOBAL query_cache_size = 67108864;
Multilingual Store Optimization
An SEO problem for those who manage multilingual stores turkey girl whatsapp number with Magento is the generation of duplicate URLs due to the addition of the parameters “___store” and “___from_store” to the URL when we switch from one store view to another.

The “___store” parameter helps Magento know exactly which store to instantiate and is necessary when we manually define the URL to which a specific store view must respond.

To make it no longer necessary and therefore avoid it being added, the simplest way is to use “speaking” store codes for our store views (for example “en” for English) and tell Magento to automatically add the store code to the URL.

Image 


Magento 1: System > Configuration > Web > Url Options;

Magento 2: Store > Configuration > General > Web > Url Options;

where for both versions of Magento you need to set the “Add Store Code to Urls” option in the “Url Options” tab to No.

Remove Magento store parameter
Post Reply