Add entity cache (#7271)
* Add entity cache Use a caching layer for mentions and custom emojis that are dynamically extracted from text. Reduce duplicate text extractions * Fix code style issue
parent
63553c6b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- app/lib/entity_cache.rb 34 ajouts, 0 suppressionapp/lib/entity_cache.rb
- app/lib/formatter.rb 3 ajouts, 7 suppressionsapp/lib/formatter.rb
- app/models/account.rb 1 ajout, 1 suppressionapp/models/account.rb
- app/models/custom_emoji.rb 9 ajouts, 1 suppressionapp/models/custom_emoji.rb
- app/models/status.rb 1 ajout, 1 suppressionapp/models/status.rb
app/lib/entity_cache.rb
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter