This post has been archived
The content of this post has not been updated since 2015, and may be out of date. Extra care should be taken with any code provided.
These are a few simple Magento 1 store configuration options that can help your store cope with increased traffic during Black Friday or any sort of high traffic period.
Realistically all of these should not be run on a production environment before first testing them properly. Best to get these in place before those promotions and discounts go live.
System > Cache Management
Most people will be familiar with clearing their Magento cache or refreshing one of the options. Clearing your cache will generate fresh copies of your catalogue.
System > Configuration > Developer > Log Settings
Logging is used to monitor problems on your website, this can include errors processing payments or issues with extensions. Typically it won’t cause any issues but during high traffic periods it is a features that just adds to the length of time it takes to process requests.
System > Configuration > Catalogue > Frontend
Flat catalogue is useful only on websites which don’t have a lot of their own custom attributes associated with products. But will work best if you only use the standard product attributes which come with Magento.
System > Tools > Compilation
Be careful with this one as it can crash your store. It will be available on stores from version 1.3.2+. Disable cache first and if everything works fine you can re-enable the caching from. Speed improvements will depend on the size of your Magento install.
I’ve been developing Magento websites in Northern Ireland for over 7 years and am always looking for the next exciting ecommerce project. Why not get in touch to see if I can help you with yours. Contact me today!
October 2023
The database structure of Magento is designed to store and manage various aspects of an e-commerce website, including products, orders, customers, and more. Understanding the...
August 2023
In the digital age, where online shopping has become an integral part of our lives, ecommerce websites hold the key to business success. Amidst the...
August 2023
For small businesses aiming to establish a formidable online presence and drive sales, Magento emerges as a powerful e-commerce platform offering a suite of features...
→ Continue reading"Using Magento to get small businesses online"
July 2023
Speed optimisation is crucial for a Magento website as it directly impacts user experience, conversions, and search engine rankings. You should prepare your server so...
June 2023
Enable Gzip compression on your server to compress your website's files before sending them to the visitor's browser. This significantly reduces the file size, resulting...
→ Continue reading".htaccess: Enable GZIP Compression for Magento"
April 2023
Ecommerce payment gateways are critical components of any online store, as they enable merchants to accept payments from customers securely and conveniently. There are many...