is it up to date? so is all the information changed automatically if needed
questions
|
|
|
Yes, I believe all the information is up to date and auto-updated. That's why the page takes a while to load. |
|
Yea it's generated on the fly |
Administrator |
Yep, still generated on the fly. I've been meaning to add a cache for it though because it is very slow. |
|
You have the game running on a vps, right? You could add something like varnish to cache certain pages, like documentation, hof, online and clans. |
|
3G on my phone documentation page doesn't take long to load at all. Can't expect everything on the internet to be instant... |
|
it has nothing to do with your internet connection, Trio. It's about the server needing about 5 full seconds just to gather all information. For a single request from a single visitor, that's a huge burden on the server's capacity. |
Administrator |
Yep, this game is running on a VPS. Varnish could be interesting, I'd have to read about it some more. I'd been looking into using memcache too. |