I found that each time discourse was rebuilt, the user’s default avatar was re-requested after startup. After doing some learning about it, I discovered that there is a default avatar whose data is stored in a temporary file inside a container “Rails.root/tmp/avatar_proxy”. My question is whether I can consider making this temporary file persistent to reduce the time it takes to rebuild a discourse default profile picture request.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Why is the avatar_proxy folder a temporary folder | 0 | 22 | September 3, 2024 | |
[PAID] Install Discourse in Subfolder on Ubuntu Server | 1 | 842 | May 2, 2021 | |
Putting a discourse development server behind proxy seems to mess up some (but not most) URLs | 17 | 3005 | March 11, 2016 | |
Some user's avatar is changed to default gray icon after upgrading discourse to 2.8.0.beta1 | 2 | 628 | May 21, 2021 | |
Uploaded avatar or gravatar not working | 9 | 1202 | April 11, 2019 |