We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently any visit to the homepage pulls from Twitter API, visiting the Server page polls numerous endpoints… all of these things delay page load.
Cache Twitter hourly? Cache Server pings every 15mins?
Either way, look into temp. storing data from those things.
The text was updated successfully, but these errors were encountered:
Memcache support, initially for tweets
a13c7c9
This could be expanded to support: servers.php and stream.php. Work is part of SteamLUG#208
3f2af6b
No branches or pull requests
Currently any visit to the homepage pulls from Twitter API, visiting the Server page polls numerous endpoints… all of these things delay page load.
Cache Twitter hourly?
Cache Server pings every 15mins?
Either way, look into temp. storing data from those things.
The text was updated successfully, but these errors were encountered: