How is the speed of this site compared to others you visit? |
- No Warez. This includes warez links, cracks and/or requests for help in getting illegal software or copyrighted music tracks!
- No Spamming or Trolling on the boards, this includes useless posts, trying to only increase post count or trying to deliberately create a flame war.
- No Hateful or Disrespectful posts. This includes: bashing, name-calling or insults directed at a board member.
- Click here for complete Hydrogenaudio Terms of Service
![]() ![]() |
How is the speed of this site compared to others you visit? |
Dec 31 2002, 10:50
Post
#26
|
|
|
Founder Group: Admin Posts: 2958 Joined: 26-August 02 From: Nottingham, UK Member No.: 1 |
Most of these types of modifications require significant amounts of work. I would have to go through and completely overhaul the system templates to do these sort of thing (remove all whitespaces, modify the stylesheet system, etc). I just can't see the possible small benefit as being worth the massive effort it would take. These sorts of things would also create quite a problem when attempting to update any of the forum software here as I would basically have to make the changes all over again every time.
|
|
|
|
Dec 31 2002, 12:03
Post
#27
|
|
![]() Group: Members Posts: 526 Joined: 15-January 02 From: Warwickshire -- England Member No.: 1036 |
Runs a bit slow some of the time on my 56K, but i guess thats just the image's which i could disable if i was really that bothered!
On the topic of the spaces et cetera in the code, wouldn't that all be negligble when using mod_gzip as it would compress it anyway?? Cheers, Kristian |
|
|
|
Dec 31 2002, 12:40
Post
#28
|
|
|
Group: Members (Donating) Posts: 584 Joined: 19-December 01 From: Australia Member No.: 688 |
Working smooth as silk over my dial-up connection! Good work compressing the amount of information needed to be sent over the net to my computer. Why don't all website use that GZip server plugin (I think that what it was called) save bandwidth and speed up connections.
Laters -------------------- -=MusePack... Living Audio Compression=-
Honda - The Power of Dreams |
|
|
|
Dec 31 2002, 21:45
Post
#29
|
|
![]() Group: Members Posts: 671 Joined: 21-November 01 From: California, US Member No.: 514 |
QUOTE (Dibrom @ Dec 31 2002 - 01:50 AM) Most of these types of modifications require significant amounts of work. I would have to go through and completely overhaul the system templates to do these sort of thing (remove all whitespaces, modify the stylesheet system, etc). I just can't see the possible small benefit as being worth the massive effort it would take. These sorts of things would also create quite a problem when attempting to update any of the forum software here as I would basically have to make the changes all over again every time. A few quick tests to see how I could reduce the HTML-output filesize... Original full-length thread: 105k Disabling session ID in links: -5k Removing excess whitespace: -14k Removing styles (i.e. externalizing them): -4k Removing javascript (i.e. moving to separate .js): -0.5k Some of these techniques have very little effect on the output filesize, but others could be fixed by Invision in five minutes. Throwing out all the spaces and tabs in front of each table cell tag, and moving all the stylesheet code to a .css file, would reduce the total board bandwidth by 15-30% (depending on the length of the threads). I will check out their support forums and see if this lack of optimization has been discussed before... EDIT: Ohhh is this site using gzip? That would explain why the modem users are so happy, and make most of this whitespace discussion moot. I played around with my "Enable HTTP 1.1" option in Internet Explorer, but my connection is so fast that I can't tell the difference. EDIT2: Okay, the issue of external CSS has been discussed on their support forum before. Apparently it becomes both a compatibility and a flexibility problem if you put all that stuff in a .css file. Gzipped the original page: 12.5k. Gzipped the "stripped down" page: 10.6k. Whoopie. Sorry for making a fuss about something that really doesn't matter. This post has been edited by SometimesWarrior: Dec 31 2002, 22:08 |
|
|
|
Dec 31 2002, 22:42
Post
#30
|
|
|
Group: Members Posts: 57 Joined: 19-December 02 From: Dallas, TX Member No.: 4155 |
I'm curious about how much web design is original to this site. I've been checking out the Invision software (specifically because of this site) and to be honest, I see very little more here than what comes out of their box. It sounds like most of the optimizations are on the back end (mod_gzip, Zend) instead of in the actual site design.
Speaking of, where can I go to learn more about this mod_gzip thing that seems to make all of the dial-up users so happy? (I'm about to Google "Zend", too.) I think I'm about to start some serious development on a community site and want to have a solid basis first. -------------------- I wouldn't know a subtle hint if it stood on my desk in a purple dress dancing and singing, "Subtle hints are here again!"
|
|
|
|
Dec 31 2002, 23:33
Post
#31
|
|
|
Founder Group: Admin Posts: 2958 Joined: 26-August 02 From: Nottingham, UK Member No.: 1 |
QUOTE (fenterbug @ Dec 31 2002 - 02:42 PM) I'm curious about how much web design is original to this site. I've been checking out the Invision software (specifically because of this site) and to be honest, I see very little more here than what comes out of their box. It sounds like most of the optimizations are on the back end (mod_gzip, Zend) instead of in the actual site design. Of course most of the stuff on this site is based on the invision software + hacks. To do otherwise would require a significant amount of reinventing the wheel. HA could always do with another skin or something, but that's another story. However, there are a handful of customized hacks that I've installed in the software to make things behave a little different (a little better IMO). QUOTE Speaking of, where can I go to learn more about this mod_gzip thing that seems to make all of the dial-up users so happy? (I'm about to Google "Zend", too.) I think I'm about to start some serious development on a community site and want to have a solid basis first. A google search should bring up the homepage for mod_gzip, which is an addon module for Apache 1. If you're using Apache 2, you don't need mod_gzip (there isn't one for it actually). With Apache 2, you just use the built in filter system to compress the output or something like that. I forget the details.. I'd tell you exactly how to do it if I had my Apache book in front of me |
|
|
|
Jan 1 2003, 00:27
Post
#32
|
|
![]() Group: Developer Posts: 1679 Joined: 23-December 01 From: Germany Member No.: 731 |
The site is very speedy for me and doesn't hang at all and since most users have a Cable/DSL connection anyway I don't really see the point in crippling... ehh... optimizing the HTML code.
If there really is a need for more speed Dibrom should think about integrating a minimal skin for those on slow connections. dev0 -------------------- "To understand me, you'll have to swallow a world." Or maybe your words.
|
|
|
|
Jan 1 2003, 00:33
Post
#33
|
|
|
Founder Group: Admin Posts: 2958 Joined: 26-August 02 From: Nottingham, UK Member No.: 1 |
QUOTE (dev0 @ Dec 31 2002 - 04:27 PM) If there really is a need for more speed Dibrom should think about integrating a minimal skin for those on slow connections. I saw a really cool text-only skin once for the iBF software. I really would like to have something like that as an alternative at some point, but there are so many other things on the to-do list also. In the end, I can't imagine that the text-only skin would benefit users as much as some of the other things we have planned. Maybe someday though... |
|
|
|
Jan 1 2003, 08:10
Post
#34
|
|
![]() Group: Members Posts: 933 Joined: 3-June 02 From: USA Member No.: 2204 |
HA is typically very speedy, however in the last three weeks I've noticed a drastic slow down, such as some pages taking 60 to 90 seconds to load -- this I've noticed at various hours such as after 12AM (U.S. CST) and after 6AM (U.S. CST).
I realize the problem could be with my ISP since I do have a slow 56k connection. This post has been edited by Andavari: Jan 1 2003, 08:12 -------------------- Complexity of incoherent design.
|
|
|
|
Jan 1 2003, 14:44
Post
#35
|
|
|
Group: Members (Donating) Posts: 916 Joined: 30-September 01 From: Berlin, Germany Member No.: 112 |
Actually, I would revise my vote if I could. Having been watching the site's speed closely in the past few weeks, I can quite safely say that HA is the fastest site I visit regularly. Even on my crappy 56K modem, threads are loaded *very* fast.
|
|
|
|
Jan 7 2003, 23:14
Post
#36
|
|
|
Group: Members Posts: 60 Joined: 1-August 02 From: Asia Member No.: 2890 |
Whoa slow down pls!
I have 56K dialup here and I'm feeling the speed The forum pages at http://www.dslreports.com/forums/all load very fast, but this one sure is faster! |
|
|
|
Mar 28 2003, 01:39
Post
#37
|
|
|
Group: Members Posts: 573 Joined: 22-February 02 Member No.: 1375 |
This forum never timed out or refused connection even once, and speed is very good. Great job
Oh, I'm on 768/128 ADSL. |
|
|
|
Mar 28 2003, 10:16
Post
#38
|
|
![]() Group: Members Posts: 524 Joined: 7-November 02 From: Gloucester, UK Member No.: 3716 |
For 56k users, it is an absolute godsend
-------------------- http://www.megalev.co.uk
|
|
|
|
Mar 28 2003, 11:05
Post
#39
|
|
|
Group: Members Posts: 66 Joined: 23-January 02 Member No.: 1135 |
QUOTE (Andavari @ Jan 1 2003 - 08:10 AM) HA is typically very speedy, however in the last three weeks I've noticed a drastic slow down, such as some pages taking 60 to 90 seconds to load -- this I've noticed at various hours such as after 12AM (U.S. CST) and after 6AM (U.S. CST). I realize the problem could be with my ISP since I do have a slow 56k connection. Same for me, but (at work) I have ISDN connection... damjang |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 01:53 |