mastodon/app/javascript/mastodon
Eugen Rochko f665901e3c
Fix performance of home feed regeneration (#12084)
Fetching statuses from all followed accounts at once takes too long
within Postgres. Fetching them one by one and merging in Ruby
could be a lot less resource-intensive

Because the query for dynamically fetching the home timeline is so
heavy, we can no longer offer it when the home timeline is missing
2019-10-06 22:11:17 +02:00
..
actions Fix performance of home feed regeneration (#12084) 2019-10-06 22:11:17 +02:00
components Fix performance of home feed regeneration (#12084) 2019-10-06 22:11:17 +02:00
containers Add explanation to mute dialog, refactor and clean up mute/block UI (#11992) 2019-09-29 21:46:05 +02:00
features Fix performance of home feed regeneration (#12084) 2019-10-06 22:11:17 +02:00
locales New Crowdin translations (#12067) 2019-10-03 22:41:21 +02:00
middleware
reducers Fix delete conversation action not being reflected in web UI (#12030) 2019-10-01 04:54:17 +02:00
selectors
service_worker
storage
store
utils Do not add margin light when opening modal on mobile (#11830) 2019-09-29 14:30:58 +02:00
api.js
base_polyfills.js
common.js
compare_id.js
extra_polyfills.js
initial_state.js
is_mobile.js
load_polyfills.js
main.js
performance.js
ready.js
rtl.js
scroll.js
settings.js
stream.js
test_setup.js
uuid.js