mastodon/app/controllers
Eugen Rochko cb5b5cb5f7
Slightly reduce RAM usage (#7301)
* No need to re-require sidekiq plugins, they are required via Gemfile

* Add derailed_benchmarks tool, no need to require TTY gems in Gemfile

* Replace ruby-oembed with FetchOEmbedService

Reduce startup by 45382 allocated objects

* Remove preloaded JSON-LD in favour of caching HTTP responses

Reduce boot RAM by about 6 MiB

* Fix tests

* Fix test suite by stubbing out JSON-LD contexts
2018-05-02 18:58:48 +02:00
..
activitypub
admin
api Slightly reduce RAM usage (#7301) 2018-05-02 18:58:48 +02:00
auth
concerns
oauth
settings Slightly reduce RAM usage (#7301) 2018-05-02 18:58:48 +02:00
well_known Make host_meta/webfinger replies cacheable (fixes #6100) (#6101) 2017-12-27 18:21:12 +01:00
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb
application_controller.rb
authorize_follows_controller.rb
emojis_controller.rb
follower_accounts_controller.rb
following_accounts_controller.rb Improve public account cards (#6559) 2018-02-26 16:18:41 +01:00
home_controller.rb
intents_controller.rb
invites_controller.rb Add consumable invites (#5814) 2017-11-27 16:07:59 +01:00
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
remote_follow_controller.rb Show mastodon on modal (#6129) 2018-01-02 05:07:56 +01:00
remote_unfollows.rb
shares_controller.rb
statuses_controller.rb Fix "Show more" URL on paginated threads for remote statuses (#7285) 2018-04-30 01:59:42 +02:00
stream_entries_controller.rb
tags_controller.rb