How to make Magento faster?
Basic guide on how to optimize Magento for speed.
Magento Admin Changes:
– Enable Cache
- In the Magento Admin, select System > Cache Management
- Enable all the Caches
– Combine CSS and JS Files
- In the Magento Admin, select System > Configuration > Developer
- Under Javascript Settings, change Merge Javascript Files to YES
- Under CSS Settings, change Merge CSS Files to YES
- Clear the cache
– Enable Flat Catalog
- From the Magento administrator interface , go to System > Configuration > Catalog
- Under Front-end, change “Use Flat Catalog Category” to YES
- If desired, under Front-end, change “Use Flat Catalog Product” to YES
- Clear the cache
– Enable Compilation
- In the Magento Admin, select System > Tools > Compilation
- Run the compilation process
NOTE: If you want to add any extensions, turn of compilation first.
Manual File Edits:
– Uncomment the rules under the following sections in the .htaccess file in the root folder where you have Magento installed.
- enable apache served files compression
- Add default Expires header
- If running in cluster environment, uncomment this
Magento Extentions:
– Remove any superfluous Magento extensions installed.
– OPTIONAL: Add in speed enhancing Extensions:
Full Page Cache – A selection of the best Magento full page cache extensions.
Speedster Advanced by Fooman – Minify and combine js and css.
– OPTIONAL: Use Cloudflare
You can test your Magneto shop and get speed information, scores and suggestions at GTmetrix
Leave a Reply