First, your Shop is awfull slow. It's not gonna work, this way, today's visitors expect something else...
I was waiting for 2 Minutes, then, the server replied with a timeout error.
http://nwcc.co/index.php?route=product/ ... limit=3000
Anyone can put your server of of service, by using this simple href-command, calling 3000 Products on a Category-Page.
---
Second, do you really expect to get something, by using an image link like this:
Code: Select all
http://nwcc.co/image/image_proxy.php?image=http%3A%2 %2Fwww.bangallawebservices.com%2Fimages%2FB184500000514_large.jpg&width=140&height=140&auth=fef9cf3ac2882c032b36e7b445f759bf
The link should probably look like this:
Code: Select all
http://nwcc.co/image/image_proxy.php?image=http://www.bangallawebservices.com/images/B184500000514_large.jpg
but there nothing, just an empty page, when calling it.
---
Check this Site, it contains 12'000 Products in total, just call a category by using a similar link-line extension as
>>&limit=3000<<, a server should never break down because of such a silly hack...
I have not so many products ine one Main Cat, but still, you get about 1500-1600 items on your Browser within less than half a minute.
http://www.ipc.li/shop/index.php?route= ... limit=3000
---
Back to the drawing-board. Be aware, It can be done, by using freely available Caching/Indexing-Modifications as well as changing your DB from:
Code: Select all
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=26;
to:
Code: Select all
ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=26;
by using the links below to find out, how...
MOST IMPORTANT:
https://github.com/chrisatomix/opencart-turbo
http://www.opencart.com/index.php?route ... n_id=15448
http://forum.opencart.com/viewtopic.php ... 56#p505241
http://www.opencart.com/index.php?route ... n_id=15448
But check all this as well:
https://github.com/shaman/opencart-memcached
http://pastebin.com/qen2Dhzs
http://templatebricks.com/how-to-speed-up-opencart/
http://stackoverflow.com/questions/9915 ... ding-speed
http://www.opencartnews.com/tutorials/p ... nd-how-to/
Now, you know (most of) my secrets, use 'em...
Good Luck
Ernie