Results 1 to 9 of 9

Thread: IT Guru response needed---

  1. #1
    Join Date
    May 2003
    Location
    On The Road
    Posts
    30,031
    Total Downloaded
    0

    IT Guru response needed---

    "How long since you've visited The Good Oil?"

    '93 V8 Rossi
    '97 to '07. sold.
    '01 V8 D2
    '06 to 10. written off.
    '03 4.6 V8 HSE D2a with Tornado ECM
    '10 to '21
    '16.5 RRS SDV8
    '21 to Infinity and Beyond!


    1988 Isuzu Bus. V10 15L NA Diesel
    Home is where you park it..

    [IMG][/IMG]

  2. #2
    Join Date
    Jan 1970
    Location
    Adelaide Hills - SA
    Posts
    12,486
    Total Downloaded
    0
    Well my background is in designing large online SQL databases, so I am 'slightly' guru in this area , but not in web traffic & network bandwith etc.

    Initially I was thinking that the repeated pictures were stored again, taking up space, but on second thoughts the pictures are probably stored as URLs so a relatively short text string. Not sure how Attached pictures are stored on your server, but these would possibly take up significant data storage.

    The bigger impact is the bandwith to transmit the extra pictures I would think. This extra bandwith would be making things slower for your web server and must be costing more (for the higher bandwidth) from your ISP. No doubt someone will be along soon to give a proper opinion on this.

  3. #3
    Join Date
    Apr 2007
    Location
    Clifton Springs, Vic.
    Posts
    841
    Total Downloaded
    0
    I'm a CCNA, what response do you want?

  4. #4
    Join Date
    May 2003
    Location
    On The Road
    Posts
    30,031
    Total Downloaded
    0
    read the post and offer your expert opinion,,,
    yes, no or maybe
    "How long since you've visited The Good Oil?"

    '93 V8 Rossi
    '97 to '07. sold.
    '01 V8 D2
    '06 to 10. written off.
    '03 4.6 V8 HSE D2a with Tornado ECM
    '10 to '21
    '16.5 RRS SDV8
    '21 to Infinity and Beyond!


    1988 Isuzu Bus. V10 15L NA Diesel
    Home is where you park it..

    [IMG][/IMG]

  5. #5
    Join Date
    Apr 2007
    Location
    Sydney city
    Posts
    591
    Total Downloaded
    0
    The question is, "Do images displayed in quoted text slow the forum down?"

    The expert answer is yes, but not for the reasons, nor necessarily to the effect, your average user might think.

    This is a little rushed, but hopefully explains the process:

    Images are referenced by their URL in posts, so the quoted text would have a few extra bytes that have to be sent. Not a issue when serving a hundred people, can be an issue when serving millions. Image files on the other hand are quite a lot more bytes. Lots of people requesting large images/files at the same time would be an issue.

    At the user's end, the first time the image file is downloaded it will be saved in the web browser's temporary cache (unless the cache settings have been changed), as are HTML, CSS and JavaScript files. Subsequent requests for these files will be served with the local cached copy.

    Files will eventually get removed from the cache - maybe the expiry date is reached, the cache is cleared, the cache reaches its limit and the file is the oldest in the cache (first in, first out), or the browser finds out there's a newer version (modified date) on the server. In this case, the file is downloaded again.

    So, a forum page might have three requests for a large image. The original post, and two replies quoting.

    If the image is not in the browser's cache, it is requested from the server. If your ISP has a cache, it might send you their version, otherwise AURLO will serve the image file once.

    The browser then displays the same image three times. If you've got a slow connection, you can often see the three instances of the image displaying line by line at the same time. Memory is a factor, as the GUI subsystem has to put everything together for rendering, so this could affect lower-end machines.

    Our user clicks to page two, where the image is displayed in four more posts. Once again, the web brower checks if the image is in its cache, if not it requests it from the server. Again, an ISP level cache might serve a copy, otherwise AURLO serves the request.

    Some people change their cache settings. My work is building websites, so all my web browsers are set to always request a server's files so I see exactly what the server will be serving.

    I still only request the image once from AULRO, regardless of how many times it appears on the page. But, I have to download the image again for each subsequent page that requires that file.


    In a nutshell, do quotes containing images affect forum speed?

    Server-wise, most likely negligible. The real hit is serving large files. Compounded by lots of users requesting large files at the same time.

    User-wise, depends on hard-drive space (often a factor in cache-size determination), memory (has to hold all the display data), CPU power. Also internet connection speed - if that 2mb image on page 1 isn't cached, you'll redownload it when it's quoted on page 2, 3...

    This isn't only an issue for low-end machines, it can affect devices like PDAs, internet-enabled phones, etc.

  6. #6
    Join Date
    Oct 2007
    Location
    Perth
    Posts
    330
    Total Downloaded
    0
    x1 on what ben said...

    isn't there a dba that looks after this stuff ?

  7. #7
    Join Date
    Apr 2007
    Location
    Clifton Springs, Vic.
    Posts
    841
    Total Downloaded
    0
    What Ben said.
    Is it a problem...probably not.
    Is it needed, NO.
    Run lean and mean....

  8. #8
    Join Date
    Nov 2006
    Location
    Melbourne
    Posts
    139
    Total Downloaded
    0
    I've only skimmed through what Ben posted and it is correct for pictures that are hosted on the aulro server. If the picture is hosted somewhere else, say photobucket or somewhere similar, then it will have no impact of the aulro server, as it is not hosting, therefore not sending the picture to your PC.

  9. #9
    Join Date
    Mar 2008
    Location
    Bayswater, Melbourne
    Posts
    782
    Total Downloaded
    0
    Quote Originally Posted by Ben View Post
    In a nutshell, do quotes containing images affect forum speed?
    Server-wise, most likely negligible. The real hit is serving large files. Compounded by lots of users requesting large files at the same time.

    User-wise, depends on hard-drive space (often a factor in cache-size determination), memory (has to hold all the display data), CPU power. Also internet connection speed - if that 2mb image on page 1 isn't cached, you'll redownload it when it's quoted on page 2, 3...This isn't only an issue for low-end machines, it can affect devices like PDAs, internet-enabled phones, etc.
    What Ben said as well.

    Server wise - not really unless its the server being hit for all the file's, even then going out bound from a DC you would need 10,000 odd users for it to grind.

    User wise - I think it will depend more on where the images are coming from, (linked to external sites), the users connection speed & perhaps browser even? (I actually use Internode ISP which is a local aussie ISP to host my file's here is Aus & not else where)

    However - one thing I noticed about this site is where it get's slow. Ben or someone could confirm - but I am not sure if it the web server or client setting - Some servers are set or pages? are set to send the page in a set order or image's in a set order? Where it seems to hang for me is loading the Advert's up on top of the page - seems the right one causes my browser to hang the rest of the page while it's loading. But maybe that has to do with the way the browser renders the page?

    Thing's that could be looked at from this site's point of view would be a bandwidth graph from the ISP to see if any limits are being hit, perhaps a database dump & import / clean up? or atleast check that requests to the DB & set tables are quick?
    And for those ad's test turning them off ? I have seen them cause problems on other sites.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Search AULRO.com ONLY!
Search All the Web!