| Author |
Message |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1360 Location: Texas, USA
|
Posted:
Mon May 07, 2007 3:12 pm |
|
In laying out our site I tried to be kind to RWH resources, and of course our bandwidth limit. Had a couple questions..
A media player embeded via IFRAME, with the IFRAME source page hosted on another host, does this count against my RWH bandwidth?
Images drawn from other sites, such as a member with an image forum sig hosted somewhere else... does this count against my RWH bandwidth?
Thanks  |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Mon May 07, 2007 4:46 pm |
|
no , the address where whatever is stored pays for the bandwidth.
so using media or images that are stored on another address will not be counted via your raven hosting account. |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1360 Location: Texas, USA
|
Posted:
Mon May 07, 2007 4:52 pm |
|
cool thats what i thought it would do, but had to make sure  |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Mon May 07, 2007 4:56 pm |
|
but with the usage of spanel you can keep an eye on things very easy,especially the bandwith..
even upto directories and pages. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Fri May 11, 2007 9:13 am |
|
Just for clarification, bandwidth usage is calculated on all data transfered from and to your site. In other words anything your account has to do to handle traffic/requests is counted as your bandwidth. |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Fri May 11, 2007 5:39 pm |
|
huh...
thats confusing raven...
the sample spasticdonkey gave is like.....if he publishes a page with an iframe that shows whatever....
it can be done the same with the current youtube blocks or whatever...
we play them but we dont host the movie...
thats why youtube costs 1.000.000 a month...  |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Fri May 11, 2007 10:36 pm |
|
Sorry if it's confusing but it's true. Any traffic between your site and anyone else's site is accountable bandwidth. In the case of an IFRAME you are just linking to some else's site for the content so that is not accountable to you. |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1360 Location: Texas, USA
|
Posted:
Mon May 14, 2007 11:40 pm |
|
Good to hear about Iframe....
I have a header that is heavily diced and contains 30+ images.. I draw these from another host, am I achieving anything by doing this? At least reducing server load and requests (and improving performance) to my RWH account? |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Tue May 15, 2007 12:12 am |
|
| Quote: | | I have a header that is heavily diced and contains 30+ images.. I draw these from another host, am I achieving anything by doing this? At least reducing server load and requests (and improving performance) to my RWH account? |
no.... |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Tue May 15, 2007 6:21 am |
|
Hitwalker is correct. In all probability you actually are slowing down your site. If you had the images stored locally, that is [almost always] faster. By pulling the images from another site/host you do not incur the bandwidth hit. Obviously if you store the images on your host you will take the bandwidth hit.
Raven note: I modified my previous reply because I did not state it clearly. It was early and I was still typing with my eyes closed  |
Last edited by Raven on Tue May 15, 2007 11:02 am; edited 1 time in total |
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9133 Location: Arizona
|
Posted:
Tue May 15, 2007 6:40 am |
|
I guess I am not understanding this then. The browser is pulling the images from two separate sites, the HTML source from RWH and the images from some other host. So, from a bandwidth perspective, wouldn't they be coming from two different hosts? |
|
|
|
 |
evaders99 Former Moderator in Good Standing

Joined: Apr 30, 2004 Posts: 3221
|
Posted:
Tue May 15, 2007 6:48 am |
|
It would be two different hosts. The HTML file would count from the bandwidth on RWH, the images on the external host would not. It would save your RWH bandwidth, but it could make loading slower because the browser has to initiate a seperate file request for those images.
Some sites do use dedicated image servers, just because of the bandwidth issues. |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Tue May 15, 2007 7:10 am |
|
but were talking about a few images of a few hundred bytes.
pulling that from another address to "save" something is useless..
when the storage address isnt available,to busy,times out or whatever reason why it cant serv the images it slows your site performance.. |
|
|
|
 |
evaders99 Former Moderator in Good Standing

Joined: Apr 30, 2004 Posts: 3221
|
Posted:
Tue May 15, 2007 12:26 pm |
|
I personally agree, the scale of the images is too small to really consider such bandwidth issues (unless you're hosting high quality photo images). I would say its something else takes your bandwidth.. media files, downloads, etc. |
|
|
|
 |
jlajax Worker


Joined: Oct 12, 2006 Posts: 180 Location: Jacksonville, Florida
|
Posted:
Mon Nov 30, 2009 5:18 pm |
|
The question reading this forum brings to mind is on RSS News feeds. My sites are interlinked heavily via RSS news feeds. I am using bandwisth in doing this?
Each time the index.php loads in any site all the news feeds displayed on that page are pulled as well. So if I understand what I have read here I am creating bandwith usage by swapping one client news feeds to another clients homepages and visa versa?
 |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Mon Nov 30, 2009 6:43 pm |
|
If you use local paths then no bandwidth is charged. If you use fully qualified paths then bandwidth is charged. |
|
|
|
 |
jlajax Worker


Joined: Oct 12, 2006 Posts: 180 Location: Jacksonville, Florida
|
Posted:
Mon Nov 30, 2009 9:52 pm |
|
Hmm I will have to play with this one as I have an idea of what you mean. Let me put it to the test tomorrow. I am brain dead right now been reading the forums for several hours now.
 |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1360 Location: Texas, USA
|
Posted:
Tue Dec 01, 2009 12:15 am |
|
you could also try feedburner
their bandwidth is free and the service has been pretty reliable.
some cool additional features like headline animators, widgets, etc...
|
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9133 Location: Arizona
|
Posted:
Wed Dec 02, 2009 6:52 am |
|
... and RN 2.3+ nukeFEED integrates right into it... |
|
|
|
 |
jlajax Worker


Joined: Oct 12, 2006 Posts: 180 Location: Jacksonville, Florida
|
Posted:
Thu Dec 03, 2009 12:48 pm |
|
Greetings everyone.
I got the downloads and other internal linkns to function using short links with no problems. I am trying to get the news feeds to pull from one ravenwebhosting hosted website to another one using short links as well. Been playing with it a few minues and thought I would ask to make sure that it can be done. I can pull the news feeds from one site hosted at to another site on the same server?
| Quote: |
../../../~userid/html/modules.php?name=Feeds&fid=1&type=RSS20 doesn't work
../../public_html/~userid/html/modules.php?name=Feeds&fid=1&type=RSS20 doesn't work
../../www/~userid/html/modules.php?name=Feeds&fid=1&type=RSS20 doesn't work
|
nor has any of the variations I have thought to try. Suggestions?
 |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Fri Dec 04, 2009 2:05 pm |
|
You would have to use a fully qualified url for that, even though it's on the same server. |
|
|
|
 |
|
|
|
|