Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
My Site Is Using A Lot of Hosting Bandwidth. Suggestions?
-
My website http://www.socialseomanagement.com/ is using tons of bandwidth. I received a message from the hosting company saying I exceeded my monthly bandwidth and it has only been a few days. Can anyone take a look and make suggestions?
Thanks
-
Something doesn't sound right there. You can't have 3112 unique visits from 12093 unique visitors, unless your log file program is using those terms in a different way. If your log file program lets you, you should be able to see which files haven been using the most bandwidth.
-
As of the October 4th these were my statistics for the month of October:
These statistics are based on the October 2012, so far:
- 427K hits
- 3112 unique visits from 12K sources
- 2.65GB data
- 12093 unique visitors
-
Hmm.. Based on the other responses above my load time was not very long. Did you try visiting more than once?
-
Is there a way to test the speed of the server also? I am checking my server logs as you suggested to see if someone is linking to our images...
-
The reason the site "looks" to tools like it takes a long time to load is because the Google+ API call and the Facebook Connect call are taking an obscenely long time to negotiate their SSL connections - over 11 seconds.
Fortunately the essential user-visible parts of the page (up to document complete) load quickly so the user experience is fine. Might be worth trying to figure out why the SSL negotiation on those 2 files is getting killed so badly though.
Here's a link to the page load Waterfall View that clearly shows the long purple lines indicating SSL delay for those 2 scripts.
-
Your homepage is a little over 900kb which isn't massive by any means. Your homepage loads in a little over 3.5 seconds from a Virginia location using the equivalent of a slow cable connection so it looks very-well speed optimized to me.
If you've seen that big a jump in bandwidth use with no accompanying jump in traffic, my strong guess is that some other site is leaching your content (otherwise known as hotlinking).
Typically, this means somebody else has embedded images from your site into their own, meaning every time their page displays the image, it loads form your server/bandwidth instead of their own. (Can also happen with other file types)
Some sites do this because they don't know any better, and sometimes it's malicious. I've seen this often happen from forums where a whole page of post images loads every time the thread is viewed. To see if this is happening, you'll need to check in your server logs. Google Analytics won't show it as the images aren't tagged with the tracking code.
If hotlinking is the problem, the only way to stop it is to tell your server to only display images that were requested from your own website pages. You do this through the htaccess file. If your site uses cPanel for it's hosting control panel, there's actually a button on the Panel in the Security section to disable hotlinking. I assume most other control panels have something similar. Be aware that this will disable ALL images from showing on other sites, including any badges etc you may have created for other sites to display intentionally.
Paul
-
Do you have plugins?
-
Load time can be a server issue, a software/coding issue, and/or a filesize issue.
4GB of bandwidth in 4 days is a lot - that's how much my site that gets 30K+ uniques per month has used. Based on Alexa rank, it looks like your site doesn't get that much traffic? Have you had an uptick in traffic?
You can check page and file sizes at http://tools.pingdom.com/fpt/ That tool shows your homepage and associated files has a total size of 1MB. To use 4GB of bandwidth at that rate, you'd need ~4,000 pageviews.
You could run your top pages through that tool and see if any of the embedded images or other files are too large.
You could also check your log files to see if someone has embedded an image from your site, you're getting crawled by robots, etc.
Hope that helps!
-
Plus the site already caches...
-
I am using Drupal.
-
Nearly 4gb in 4 days... The slider images are rather large. Are there any good compression tools? Yahoo smushit didnt make much of a difference.
Any advice on how to make it load faster? Or is that a server issue?
-
The site appears to use Drupal. A cache plugin may make the pages load faster, but it won't change the amount of bandwidth used.
-
Well, you're probably either getting more traffic and/or maybe you need to optimize your file sizes.
How much bandwidth have you used?
Usually images or videos are what gobbles up bandwidth. Are you hosting any large images, videos, or files?
-
Hi James,
Your site loading takes quite some time. Although graphics load quickly, there is still something loading in the background.
I suggest checking out which plugins you are using and disable one by one to see what could be conflicting with the load times.
I'm not sure which CMS you are using but I suggest getting a cache plugin to make loading times more quick if its images slowing load times(probably not since graphics loaded quick).
-
Load time was pretty long. How are your file sizes?
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Do things like using labels on an element that is not a form input affect how google sees us in regards to accessibility?
Do things like using labels on an element that is not a form input affect how google sees us? It's an accessibility error that our devs have made - using a label element because it looks good, not because it's an actual label on a form field. Just wondering how that affects accessibility in Google's eyes.
Web Design | | GregLB0 -
What’s the best tool to visualize internal link structure and relationships between pages on a single site?
I‘d like to review the internal linking structure on my site. Is there a tool that can visualize the relationships between all of the pages within my site?
Web Design | | QBSEO0 -
Incorporating Spanish Page/Site
We bought an exact match domain (in Spanish) to incorporate with regular website for a particular keyword. This is our first attempt at this, and while we do have Spanish speaking staff that will translate/create a nice, quality page, we're not going to redo everything in Spanish page. Any advice on how to implement this? Do I need to create a whole other website in Spanish? Will that be duplicate content if I do? Can I just set it up to show the first page in Spanish, but if they click on anything else it redirects to our site? I'm pretty clueless on this, so if anything I've suggested is off-the-wall or a violation, I'm really just spit-balling, trying to figure out how to implement this. Thanks, Ruben
Web Design | | KempRugeLawGroup0 -
Why are there lots of 404s after setting up CDN?
I just setup Cloudfront CDN through W3 Total Cache. Everything looks good but there is one problem that I have encountered: After activating the CDN none of the images are available at the older image URLs and they are throwing a 404 error. Let me give you an example for this: 1. Before I setup the CDN, let's say an image was available at http://example.com/wp-content/uploads/2015/03/leap-of-faith.jpg 2. After I setup the CDN, the image is available at http://cdn.example.com/wp-content/uploads/2015/03/leap-of-faith.jpg and the good part is the URLs in the blog posts where this image was attached is updated to reflect the above mentioned URL. But the problem is that when visit the older URL of the image (which is what Google has crawled earlier, I get a 404 error). Can you help me how to avoid this problem? Ravi C
Web Design | | stj0 -
Website Home page suddenly disappeared after changing Hosting
HI All, My site was ranking very well and was in 1st page of google for most of my keywords. Last week we did some update to the site and moved it to new hosting and from then onwards I dont see my site home page in Google ranking . My Website Name is : royalevents.com.au. We used to be in 1st of Google for keywords like wedding Mandaps, Indian Wedding Mandaps etc, Would be great if some one helps us to figure out whats gone wrong .. I also did Webmaster Fetch as Google but nothing happened. Thanks
Web Design | | Verve-Innovation0 -
Should i not use hyphens in web page titles? Google Penalty for hyphens?
all the page titles in my site have hyphens between the words like this: http://texas.com/texas-plumbers.html I have seen tests where hyphenated domain names ranked lower than non hyphenated domain names. Does this mean my pages are being penalized for hyphens or is this only in the domain that it is penalized? If I create new pages should I not use hyphens in the page titles when there are two or more words in the title? If I changed all my page titles to eliminate the hyphens, I would lose all my rankings correct? My site is 12 years old and if I changed all these titles I'm guessing that each page would be thrown in the google sandbox for several months, is this true? Thanks mozzers!
Web Design | | Ron100 -
From Google Sites to Wordpress - Anyone Ventured this SEO terrain?
We have a few sites in Google Sites - and they are ugly! We have a majority (40+) of websites in Wordpress. But we have a few websites just stuck on Google Sites, and since Google won't let you fully edit the HTML, add scripts, or implement any technology since 2000, we want to move. The sad problem - the Google sites are ranking well. We rank well in Manhattan, Atlanta, Dallas, and Philadelphia. The problem is - the sites do not give much room for growth - and the bounce rate is high because they are so ugly. Has Anyone moved from Google sites to Wordpress? Should we just stay with Google and bite the ugly bullet? My fear is that these sites will not allow for growth. It is hard to update them and even harder to make them look nice. To get a sample - beware: www.counselingphiladelphia.com Even another reason to leave: The slider is non-semantic and terrible SEO. Google won't allow a slider script with tags and a hrefs, so the only way to implement a slider is through a Google Docs Presentation that keeps sliding. I know - terrible SEO (#donthate) but we needed something. Any advice and thoughts would help! Thanks Mozzers!
Web Design | | _Thriveworks0 -
Self hosted or YouTube Hosted Videos for SEO?
I am trying to plug holes in my site and the one thing that is lacking is unique videos. I was wondering what is the best way to go about videos for seo purposes? Should I just post onto a youtube channel and then embed into my site or should I look to just place videos on my site with software or should I use any of the other venders out there like Vimeo? Not sure which is the best route. Any tips?
Web Design | | bronxpad0