-
- Downloads
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
Showing
- app/lib/entity_cache.rb 34 additions, 0 deletionsapp/lib/entity_cache.rb
- app/lib/formatter.rb 3 additions, 7 deletionsapp/lib/formatter.rb
- app/models/account.rb 1 addition, 1 deletionapp/models/account.rb
- app/models/custom_emoji.rb 9 additions, 1 deletionapp/models/custom_emoji.rb
- app/models/status.rb 1 addition, 1 deletionapp/models/status.rb
app/lib/entity_cache.rb
0 → 100644
Please register or sign in to comment