Although people with ADSL would have no problem with this, what you have to realise is that people with dialup have to download over 7000 names on every page of the site (excluding few).
i highly doubt that many people scroll down the huge list in order to find an author in the first place. My suggestion is to find an alternative (such as a page dedicated to listing all the members) instead of having to load a massive column on every page.
You should also take this as a sort of compliment as it only describes the humungo amount of users you have.
Yes it is right! That's an unuseful code that really slows EACH page. Furthermore it really sucks as author search! If i want to look something made by vexorian i must slide the list over 7000 rows. Wouldn't it be easier to make a string search on author?
that's exactly my point ... i'm not going to sit there and hover my cursor over an image until it goes through a few thousand names just to reach an author
you're idea of a string search is much better ... Darky, if you're reading this, please consider it as it might help to speed up the site.
And the thing is easy to script... just change a "db_author = ins_author" with a "db_author LIKE ins_author" in the request query and change the authors list with a simple textfield...
I think that actually noone uses the author function, it's too boring to find an author you need on the long listing!
I noticed the time that each page needs to load the authors list is about 30 seconds! That slows really the site browsing.
Thats the actual html text of EACH author in the list! I saved a page of this site displaying 100 maps. The page resulted of this size 515 KB (528.205 byte) I extracted the author rows (1327 authors) in another .txt file and it resulted 345 KB (354.082 byte). This means that each page needs more then half of loading time to download the authors list! And for each page you browse you must download 1/2 MB.
BibendusI think anyone with a base knowledge of PHP can change this. Who damn manages this site now?
Even I, who don't have any clue about php would be able to fix it, but no one can edit site code except Darky, that's why I am worried about his dissappearance