cancel
Showing results for 
Search instead for 
Did you mean: 

Make store faster

SOLVED

Make store faster

Hi all,

 

how can we make our store faster? How to check whats false? Are there special websites for magento checking?

 

Regards,

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Make store faster

Hi,

It's not an easy answer to 'speed up magento' - since every store is different / hosting etc..

 

In terms of magento out the box; ensure javascript and css merging are enabled in System > Developer > Merge CSS / JS

 

When merging JS - be sure to test your javascript after and ensure that it all still works; since some third party extensions don't always work with this enabled.

 

Also make sure that flat catalog is enabled too and that all your caches are enabled.

 

You can also run your page against Google Speed Test - fixing all the things it will flag up will be difficult though (e.g. moving javascript below the footer etc...) - this could be as simple as fixing things like image compression; using sprites instead of multiple images.

 

Then; there is your hosting - enabling things such as gzip compression and the like - however how to / if you can do this depends on what hosting you're on.

 

 

Problem solved? Click Accept as Solution!
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner

View solution in original post

1 REPLY 1

Re: Make store faster

Hi,

It's not an easy answer to 'speed up magento' - since every store is different / hosting etc..

 

In terms of magento out the box; ensure javascript and css merging are enabled in System > Developer > Merge CSS / JS

 

When merging JS - be sure to test your javascript after and ensure that it all still works; since some third party extensions don't always work with this enabled.

 

Also make sure that flat catalog is enabled too and that all your caches are enabled.

 

You can also run your page against Google Speed Test - fixing all the things it will flag up will be difficult though (e.g. moving javascript below the footer etc...) - this could be as simple as fixing things like image compression; using sprites instead of multiple images.

 

Then; there is your hosting - enabling things such as gzip compression and the like - however how to / if you can do this depends on what hosting you're on.

 

 

Problem solved? Click Accept as Solution!
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner