View Single Post
Old 05-21-2010, 05:29 AM   #136 (permalink)
Stryker
The Visitor
 
Join Date: May 2010
Posts: 1
Thanks: 0
Stryker is on a distinguished road
Default

DJRavine,

First of all, I want to say I am a fan of the work you have done and I am thoroughly impressed with your work for probably the past few years even in the private server sector :)

Your system is very very well done, the one thing I would like to suggest though, to save bandwidth, is perhaps divide the amount of parsing it is doing initially. To go into depth on this, perhaps have it just parse the guild member list, and then on demand, load an individual's profile upon click of a member's name.

The main reason is that with your code, some guilds have well over 100 members in their ranks, to load/parse all of that data would take a substantial amount of time(maybe about 30-40 mins dependent on person's connection)

Maybe even cache data to drop the demand on the wowarmory site?

I could be entirely wrong, just trying to help :)
Stryker is offline  
Reply With Quote