- Joined
- Nov 15, 2011
- Messages
- 289
Rep Bank
$690
$690
User Power: 69%
Hello all,
I've been doing a lot of research for my ecommerce build and it seems like one of the biggest complaints among owners is the large bills they're receiving monthly due to excess bandwith usage. In my case, the company I chose charges $0.01 per MB that you use over the limit. There are 1024 MB in one GB. So that would be $10.24 that you would owe in overage fees. If you average 40GB a month in excess, your looking at around $4915.20 a year owed in overage fees.
For those of you that don't know a solution or weren't aware of such fees there are a few basic things you can do:
One of the best solutions I've seen thus far is to host your images on another server. This example is for Volusion but it can be done for others:
I've been doing a lot of research for my ecommerce build and it seems like one of the biggest complaints among owners is the large bills they're receiving monthly due to excess bandwith usage. In my case, the company I chose charges $0.01 per MB that you use over the limit. There are 1024 MB in one GB. So that would be $10.24 that you would owe in overage fees. If you average 40GB a month in excess, your looking at around $4915.20 a year owed in overage fees.
For those of you that don't know a solution or weren't aware of such fees there are a few basic things you can do:
- Make sure your images are the right format and sizes.. JPG and GIF files are common filetypes for compression.
- You can reduce the amount of time and features being used while you're in the Admin functions in the backend.
- Use the softwares built-in thumbnail generator.
- Reduce the amount of high-resolution images on the site; it uses bandwith and affects load times.
One of the best solutions I've seen thus far is to host your images on another server. This example is for Volusion but it can be done for others:
Typically, images on Volusion, (version 5), are stored in one of many different folders depending on what the image is used for and how it got uploaded into the store. Images uploaded with an Easy Editor end up in the /vspfiles/assets/images folder. Images used as category headings, manufacturer logos, color or size option related swatches and photos, and other types of images are in other folders. The product photos themselves are in the /vspfiles/photos/ folder.Once your store is built and you have uploaded all the product photos and designed your store, you can use an FTP program like FileZilla and download the entire /vspfiles/ folder with all it's subdirectories with a single click. You can then drag and drop the folder onto your new file server.Let's say you run a store at www.mystore.xyz and you setup a file hosting site on Westhost named www.myserver.xyz, now what you need to do is go through your store's HTML and edit the(absolute AND relative) URL's in the image tags -- replacing the domain name, or in the case of relative URL's adding http://www.myserver.xyz/ before path if any, and filename.
If you find a tag like:<img src="http://www.mystore.xyz/vspfiles/assets/images/myfile.jpg">
You would edit it to read:<img src="http://www.myserver.xyz/vspfiles/assets/images/myfile.jpg">
If you find a tag like:<img src="/vspfiles/assets/images/somefile.gif">
You would edit it to read:<img src="http://www.myserver.xyz/vspfiles/assets/images/somefile.gif"> And now those images will now be pulled from your file server, and not count towards your bandwidth.
You can also use a bit of Javascript to assist in this... instead of manually editing the HTML, you could use Javascript getElementsByTagName("img")and replace the src="" value in your image tags so that you don't have to do so much manual work.
Hopefully this helps some of you out and saves you a bit of money going forward.
All the best,
Cory
If you find a tag like:<img src="http://www.mystore.xyz/vspfiles/assets/images/myfile.jpg">
You would edit it to read:<img src="http://www.myserver.xyz/vspfiles/assets/images/myfile.jpg">
If you find a tag like:<img src="/vspfiles/assets/images/somefile.gif">
You would edit it to read:<img src="http://www.myserver.xyz/vspfiles/assets/images/somefile.gif"> And now those images will now be pulled from your file server, and not count towards your bandwidth.
You can also use a bit of Javascript to assist in this... instead of manually editing the HTML, you could use Javascript getElementsByTagName("img")and replace the src="" value in your image tags so that you don't have to do so much manual work.
Hopefully this helps some of you out and saves you a bit of money going forward.
All the best,
Cory
Dislike ads? Become a Fastlane member:
Subscribe today and surround yourself with winners and millionaire mentors, not those broke friends who only want to drink beer and play video games. :-)
Membership Required: Upgrade to Expose Nearly 1,000,000 Posts
Ready to Unleash the Millionaire Entrepreneur in You?
Become a member of the Fastlane Forum, the private community founded by best-selling author and multi-millionaire entrepreneur MJ DeMarco. Since 2007, MJ DeMarco has poured his heart and soul into the Fastlane Forum, helping entrepreneurs reclaim their time, win their financial freedom, and live their best life.
With more than 39,000 posts packed with insights, strategies, and advice, you’re not just a member—you’re stepping into MJ’s inner-circle, a place where you’ll never be left alone.
Become a member and gain immediate access to...
- Active Community: Ever join a community only to find it DEAD? Not at Fastlane! As you can see from our home page, life-changing content is posted dozens of times daily.
- Exclusive Insights: Direct access to MJ DeMarco’s daily contributions and wisdom.
- Powerful Networking Opportunities: Connect with a diverse group of successful entrepreneurs who can offer mentorship, collaboration, and opportunities.
- Proven Strategies: Learn from the best in the business, with actionable advice and strategies that can accelerate your success.
"You are the average of the five people you surround yourself with the most..."
Who are you surrounding yourself with? Surround yourself with millionaire success. Join Fastlane today!
Join Today