Hi I have a server on steam. I have a website that is integratied with the in-game chat (using postgres database).
Now I have a little issue... I want to display profile pictures for each user. My current implementation is getting all the steam profile through api from all the unique steamids from the messages everytime a new message is send.
Well say I have 100 messages and 40 unique users- it'll pull 40 steam profiles (at least) on each new message.
Not sure how I would go about this... any tips?