BLT and the junk you keep!!!!!!!
TP servers are different from game servers (thus the delay when you open the TP window), so the TP computations should not effect game servers in the least. Now, how the networking of the servers is configured COULD potentially effect the game server bandwidth, but I would hope the Devs took this into account when they connect the servers to their network and the internet.
Fate is just the weight of circumstances
That’s the way that lady luck dances
I think they make new server request for each page. So it does not matter how many pages with items you have.
the weird part: why does it load all 300,000 sales I’ve ever made, then only need to show me 10. at the least, it should only do the 10 currently visible and the 10 on either side of that page.
Mystic’s Gold Profiting Guide
Forge & more JSON recipes
Are you sure it loads all 300,000 sales you have made? I mean it looks like a paginated grid which normally do not load everything for every page. They normally load the page you are on and get a count of how many pages there are so they can render the next buttons if applicable. Then when you click on the next page button it goes and fetches the next pages results.
if it didn’t, it would take the same time to load the 2nd page as the first. what I observe is that it takes 2 minutes to load the first page, then instant for all future pages.
Mystic’s Gold Profiting Guide
Forge & more JSON recipes
I’d rather they keep the history forever, but add a “search” feature so I can find something more easily than scrolling through a few hundred pages.
If you speculate on various items, it’s nice to dig up your original price — rather than having to keep a log book with gasp paper and pencil.
if it didn’t, it would take the same time to load the 2nd page as the first. what I observe is that it takes 2 minutes to load the first page, then instant for all future pages.
That doesn’t mean you actually download all of it. The first, longer time, is probably the time it takes to initiate the session and the query, server side.