Bug #313
Servers Page Load Time
| Status: | Resolved | Start: | 09/14/2008 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Jannik Hartung | % Done: | 100% |
|
| Category: | Web Panel | |||
| Target version: | 1.3.1 | |||
Description
http://www.xfactorgaming.com/bans/index.php?p=servers
The page load's very slow compared to every other page. It makes no sense it loads 3x slower then the home page when it has the same thing but more on it.
Associated revisions
- Removed irritating log output in debug mode. messed up the ajax responses
- updated the IpToCountry.csv
- Fixed
#313- Servers Page Load Time. just hardcoded the kick/ban links into the template-.- - Fixed
#327- Typo on group adding form help - Fixed error displaying on group adding form and so hopefully
#328too - Fixed php notice errors in debug mode
- Added
#319- server list on submit page. - Made the <title> info variable, set it in the settings page
History
Updated by Erik Minekus 113 days ago
It loads within 3 seconds for me. Also, it doesn't have the same things on it, it also gets the players for every server while the home page doesn't.
Updated by Derek Denholm 113 days ago
Ah, never thought about the players. Would there be a way to optimize that or at least have the option to turn off viewing of the players. As it gets very very slow when you get people in the servers. example: http://www.opticalgaming.com/bans/index.php?p=servers
Updated by Erik Minekus 113 days ago
Since all the server and player data is loaded a-synchronously, this shouldn't be a problem. The page is loaded within a few seconds, and then when it gets the server and player data the appropriate fields are populated. Above page still loads within 3 seconds, with all the server and player data being loaded within 10 seconds.
Updated by Olly Ginger 113 days ago
The servers page takes 2.19s to load, and the homepage takes 2.27s to load. Seems fine to me.
In any case, the the data is only collected from the gameserver once every session (apart from players). So each subsiquent page refresh will collect the data from the webserver using session cookies..
Updated by Jannik Hartung 112 days ago
ah, admins load the kick and ban links too before the server is shown. so the hostname appears if all kick/ban links are loaded... i think there should be a quick fix!
Updated by Jannik Hartung 111 days ago
- Category set to Web Panel
- Status changed from New to Resolved
- Assigned to set to Jannik Hartung
- Target version set to 1.3.1
- % Done changed from 0 to 100
that was the problem, they just needed to get loaded in my first version... but the current dont need that anymore;) muuuch faster now