impress/src/app
Matchu 2ba18ace4d Add debug lines to appearanceOn Apollo resolver
Hmm, the item page in prod is slower than it is in dev? In dev, most items are satisfied by the preloading in ItemPagePreview, but in prod, those same items need to send a separate OutfitItemsAppearance query _way_ after (which, I think just due to queueing, waits for all the items to wait too).

There's an obvious issue in the case of all the Maraquan items lately, because we just don't do the clever cache lookups for non-standard colors at all. But I don't understand why even standard items like the 17th Birthday Party Hat are struggling!

These are just some simple debug statements, hopefully they'll tell us something about the basics of what's happening!
2021-07-21 16:03:24 -07:00
..
cached-data Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00
components Improve homepage modeling loading state 2021-07-11 18:16:57 -07:00
images Add general error message when page crashes 2021-05-05 00:09:09 -07:00
ItemPage Extract SpeciesFacesPicker to a new file 2021-06-11 06:58:12 -07:00
WardrobePage Oops, fix bug in pet appearance support! 2021-06-29 00:10:42 -07:00
apolloClient.js Add debug lines to appearanceOn Apollo resolver 2021-07-21 16:03:24 -07:00
App.js /internal/assetImage can render movies 2021-07-02 14:36:08 -07:00
ConversionPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
GlobalFooter.js Rename UserItemsPage 2021-06-19 09:24:05 -07:00
GlobalHeader.js Oops, fix Lists page links! 2021-06-15 22:46:43 -07:00
HomePage.js Oops, show models needed for special colors 2021-07-17 05:47:32 -07:00
InternalAssetImagePage.js /api/assetImage can render movies! 2021-07-02 15:19:11 -07:00
ItemPage.js Show placeholder when item description is blank 2021-06-17 21:31:04 -07:00
ItemPageDrawer.js update chakra imports 2020-12-25 09:08:33 -08:00
ItemPageLayout.js Remove unused import 2021-04-07 22:12:03 -07:00
ItemSearchPage.js Cache item search pages 2021-06-21 13:48:45 -07:00
ItemTradesPage.js Oops, fix Lists page links! 2021-06-15 22:46:43 -07:00
ModelingPage.js Separate modeling queries into public vs user data 2021-04-23 12:10:16 -07:00
OutfitUrlsPage.js Switch back to $20/mo copy 2021-06-02 14:26:47 -07:00
PageLayout.js Add general error message for wardrobe crashes 2021-05-05 00:22:28 -07:00
PrivacyPolicyPage.js Privacy policy copy tweak 2021-01-18 06:44:07 -08:00
SupportPetAppearancesPage.js Add total count to /support/petAppearances 2021-04-23 15:37:52 -07:00
UserItemListPage.js Oops, fix alignment in virtualized lists! 2021-06-19 12:52:16 -07:00
UserItemListsIndexPage.js Oops, stop cutting off items on list page! 2021-06-19 11:49:13 -07:00
UserOutfitsPage.js Only wait for auth on queries that need it 2021-01-21 14:57:21 -08:00
util.js /internal/assetImage can render movies 2021-07-02 14:36:08 -07:00