element-web/src
Travis Ralston c22cb6c325 Short-circuit room list store dispatch handling if not ready
We were taking 0.2ms to handle the registration of a timer per event during startup, even before the app is visible to the user. These timers would be short-circuited too, leading to a bunch of wasted time.

0.2ms isn't a lot of time, but multiplied by thousands of events at startup it's pretty significant.

On my account this reduces the full page spinner time from ~50 seconds to just over 20 seconds.
2020-07-22 13:35:41 -06:00
..
@types Merge pull request #4956 from matrix-org/t3chguy/ts/1 2020-07-21 17:55:20 +01:00
accessibility Fixup ContextMenuTooltipButton.tsx 2020-07-17 18:15:08 +01:00
actions Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into joriks/eslint-config 2020-07-20 16:22:32 +01:00
async-components/views/dialogs
autocomplete Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into joriks/eslint-config 2020-07-20 16:22:32 +01:00
components Merge pull request #5034 from matrix-org/travis/fix-perf 2020-07-22 08:24:04 -06:00
contexts
dispatcher
editor Merge pull request #5029 from uhoreg/sanitize_language 2020-07-21 13:12:51 -04:00
emojipicker Sort recent emoji in descending order 2020-07-17 16:27:25 +01:00
hooks Use variable name instead of _ 2020-07-20 20:55:35 +01:00
i18n/strings Merge pull request #5025 from matrix-org/t3chguy/room-list/14662 2020-07-22 10:03:30 +01:00
indexing Update src/indexing/BaseEventIndexManager.ts 2020-07-21 16:22:17 +01:00
integrations Fix lint issues in new code 2020-07-20 20:43:55 +01:00
mjolnir
notifications Fix lint issues in new code 2020-07-20 20:43:55 +01:00
rageshake
resizer Remove legacy resizing code 2020-07-17 15:18:42 -06:00
settings Don't hammer on the layout engine with avatar updates for the background 2020-07-21 15:02:59 -06:00
stores Short-circuit room list store dispatch handling if not ready 2020-07-22 13:35:41 -06:00
toasts
usercontent
utils Merge remote-tracking branch 'origin' into joriks/eslint-config 2020-07-21 15:32:50 +01:00
widgets
ActiveRoomObserver.js
AddThreepid.js
Analytics.js
AsyncWrapper.js
Avatar.js
BasePlatform.ts
CallHandler.js
CallMediaHandler.js
ContentMessages.tsx Merge pull request #4956 from matrix-org/t3chguy/ts/1 2020-07-21 17:55:20 +01:00
CrossSigningManager.js
DateUtils.js
DecryptionFailureTracker.js
DeviceListener.ts Fix lint issues in new code 2020-07-20 20:43:55 +01:00
FromWidgetPostMessageApi.js
GroupAddressPicker.js
HtmlUtils.tsx don't syntax highlight languages that begin with "_" 2020-07-21 12:47:40 -04:00
IdentityAuthClient.js
ImageUtils.js
Keyboard.ts
Lifecycle.js
Login.js
Markdown.js
MatrixClientPeg.ts
Modal.tsx
Notifier.js
ObjectUtils.js
PageTypes.js
PasswordReset.js
PhasedRollOut.js
PlatformPeg.ts Fix lint issues in new code 2020-07-20 20:43:55 +01:00
Presence.js
RebrandListener.tsx Fix lint issues in new code 2020-07-20 20:43:55 +01:00
Registration.js
Resend.js
Roles.js
RoomAliasCache.js
RoomInvite.js
RoomListSorter.js
RoomNotifs.js Replace countRoomsWithNotif with a dedicated NotificationState 2020-07-21 20:24:44 -06:00
RoomNotifsTypes.ts
Rooms.js
ScalarAuthClient.js
ScalarMessaging.js
SdkConfig.ts
Searching.js
SendHistoryManager.js
Skinner.js
SlashCommands.tsx Merge branches 'develop' and 't3chguy/ts/1' of github.com:matrix-org/matrix-react-sdk into t3chguy/ts/1 2020-07-20 15:38:48 +01:00
Terms.js
TextForEvent.js
Tinter.js
ToWidgetPostMessageApi.js
Unread.js
UserActivity.js
UserAddress.js
VectorConferenceHandler.js
Velociraptor.js
VelocityBounce.js
WhoIsTyping.js
WidgetMessaging.js
WidgetMessagingEndpoint.js
boundThreepids.js
createRoom.ts FIx coment 2020-07-20 20:50:12 +01:00
email.js
emoji.ts
extend.js
groups.js
index.js
languageHandler.tsx
linkify-matrix.js
phonenumber.ts
ratelimitedfunc.js
shouldHideEvent.js
theme.js
verification.js