How To Speed Up OpenCart Store
Posted: Sat Dec 29, 2012 5:18 pm
If you have a store with large no of products and categories then I am sure that you are facing issue with website speed.
To increase Massive speed you have to some database level changes.
You have to inactive unnecessary entry in database like product / categories count in header. Use indexing in your database.
If you are using lots of images for every product then use different domain for images, you can create one sub domain example img.yourlink.com then u got edit config.php at public html and also config.php at admin folder.
define(‘HTTP_IMAGE’, ‘http://image.yoursite.com/’); or
define(‘HTTPS_IMAGE’, ‘http://image.yoursite.com/’);
enable Content compression mode.
Add Expires headers
Compress all external link
There is lots of other technique use by professional OpenCart Development Company. You can also take a support from this company
To increase Massive speed you have to some database level changes.
You have to inactive unnecessary entry in database like product / categories count in header. Use indexing in your database.
If you are using lots of images for every product then use different domain for images, you can create one sub domain example img.yourlink.com then u got edit config.php at public html and also config.php at admin folder.
define(‘HTTP_IMAGE’, ‘http://image.yoursite.com/’); or
define(‘HTTPS_IMAGE’, ‘http://image.yoursite.com/’);
enable Content compression mode.
Add Expires headers
Compress all external link
There is lots of other technique use by professional OpenCart Development Company. You can also take a support from this company