Chris Clarke

Results 55 comments of Chris Clarke

Honestly I don't really know what the issues are or how to reproduce - I think Kat would put messages in slack from time to time having received requests from...

Sounds super interesting, thanks for all your input on this @kfern . I just checked out your branch and really like being able to see all the individual components in...

A couple screenshots from your repo just for future ref: ![image](https://user-images.githubusercontent.com/10515065/150046323-98346615-40e1-44d6-a2ba-76a3fda5278a.png) ![image](https://user-images.githubusercontent.com/10515065/150046387-85e7ff23-382d-47d5-939b-4cf1e1cf10b4.png)

Oh, a MockDatabaseProvider makes a lot of sense to me. The main function of the stores typically are to a) get/stream db data and b) update data on user interaction...

Optimisations also link with discussion in #952 And writeup: https://github.com/ONEARMY/community-platform/wiki/Environmental-Impact Summary: - Want to keep trying to reduce overall site weight (and hence carbon impact) - Biggest wins to be...

Lazy loading for pages and stores added to https://github.com/ONEARMY/community-platform/tree/feat/lazy-loading Note, could still do more (particularly reorganise create/edit page to load lazily within main page), but for now reasonable improvement

![image](https://user-images.githubusercontent.com/10515065/84733295-b362d800-af52-11ea-8195-669f4fd8d458.png) Latest update, roughly 1MB gzipped. Recommended priorities: - remove material-ui - defer leaflet imports (lazily with maps page/module) - check latest update for firebase minification and import options (`https://github.com/firebase/firebase-js-sdk/issues/2241`...

I think there is a chance this has always been the case, just now firebase is getting better at reporting it. The artifacts storage size has been well over any...

That's really weird, not sure if it's an issue with the counter not incrementing properly, or maybe when the feature went live we didn't migrate existing data? If anyone wants...

OK, for a proper fix we would need to run a script to check all the backend howto data and recalculate, which I don't think we can easily do until...