impress-2020/src/app/WardrobePage
Matchu 456a098df9 replace /api/assetProxy with a CDN proxy
When we decided to start out with /api/assetProxy, we didn't know how much the load would be in practice, so we just went ahead and tried it! Turns out, it was too high, and Vercel shut down our deployment 😅

Now, we've off-loaded this to a Fastly CDN proxy, which should run even faster and more efficiently, without adding pressure to Vercel servers and pushing our usage numbers! And I suspect we're gonna stay comfortably in Fastly's free tier :) but we'll see!

(Though, as always, if Neopets can finally upgrade their own stuff to HTTPS, we'll get to tear down this whole proxy altogether!)
2020-10-19 13:24:13 -07:00
..
support replace /api/assetProxy with a CDN proxy 2020-10-19 13:24:13 -07:00
index.js simplify canvas code, just use separate elements 2020-10-08 04:13:47 -07:00
Item.js improve perf on item add/remove 2020-09-24 07:09:08 -07:00
ItemsAndSearchPanels.js refactor to use new query object in SearchPanel 2020-09-01 19:53:38 -07:00
ItemsPanel.js improve perf on item add/remove 2020-09-24 07:09:08 -07:00
OutfitControls.js fix Download button to use better caching 2020-10-10 01:21:47 -07:00
PosePicker.js fix typo in PosePicker 2020-08-31 23:08:03 -07:00
SearchPanel.js add own/want badges to items in wardrobe 2020-09-12 20:02:56 -07:00
SearchToolbar.js pretty UI for zone search suggestions 2020-09-01 19:43:25 -07:00
useOutfitState.js improve perf on item add/remove 2020-09-24 07:09:08 -07:00
WardrobeDevHacks.js add zone restrict hack tools 2020-08-28 00:12:41 -07:00
WardrobePageLayout.js more realistic loading state into WardrobePage 2020-09-10 02:54:22 -07:00