ajmeese7 / steam-summary

A Steam profile visualizer.
MIT License
1 stars 1 forks source link

Use JSON file on server side #4

Open ajmeese7 opened 3 years ago

ajmeese7 commented 3 years ago

The loading of the massive JSON file is what currently slows down the project the most. This can be resolved by doing all the processing on the server side, rather than loading the file to the client.

ajmeese7 commented 3 years ago

Need to use something like the method described in this article. Could possibly eliminate PHP entirely and switch over to a newer JS framework.