Guru Arena Stats is a custom web interface for splewis/csgo-multi-1v1 built in Laravel One advantage is lazy loading of Steam API Data. Because of the unreliable nature of Steam Web API, lazy loading the API data will at least load the player data from the database, while in the background sending an Ajax request for the steam data. Once this data is returned, the player page updates.
csgo\cfg\sourcemod\multi1v1\multi1v1_online_stats_viewer.cfg
sm_multi1v1_top_url "http://example.com/redirect/top/{SERVER}"
sm_multi1v1_stats_url "http://example.com/redirect/player/{USER}/{SERVER}"
Retrieve your Steam API key from http://steamcommunity.com/dev/apikey and put it in the .env file