Does grabbing info from MySQL use up more bandwidth
Posted: Fri May 22, 2009 3:18 am
...than a regular HTML page?
Because my bandwidth usage spiked up suddenly by a lot (10 MB) when I did a trial run with a page that gets quite a lot of info from a MySQL database - 13 columns, but each with only about 25 characters of text, including paths to 12 thumbnail images of about 5kb in size. And that was just me testing it out (and refreshing the page a few times when I edited code). That registered 500 hits in my log.
Strange thing is that I've had such pages for a long time and they never affected the bandwidth usage much, but I guess those were smaller pages...
Because my bandwidth usage spiked up suddenly by a lot (10 MB) when I did a trial run with a page that gets quite a lot of info from a MySQL database - 13 columns, but each with only about 25 characters of text, including paths to 12 thumbnail images of about 5kb in size. And that was just me testing it out (and refreshing the page a few times when I edited code). That registered 500 hits in my log.
Strange thing is that I've had such pages for a long time and they never affected the bandwidth usage much, but I guess those were smaller pages...