robertu
robertu
## Checklist * Move from pull to push model; * Data structure & migration; * Mircoservice architecture; ## Refs https://matterslab.slack.com/archives/G8877EQMS/p1686658553681309?thread_ts=1686647162.433379&cid=G8877EQMS
### Tasks - https://github.com/thematters/matters-web/issues/3166 - https://github.com/thematters/matters-web/issues/3192 - https://github.com/thematters/matters-web/issues/3194 - https://github.com/thematters/matters-web/issues/3106 ### Refs - https://github.com/thematters/developer-resource/issues/192 - https://github.com/thematters/developer-resource/issues/508
knowing the bottlenecks of our system
* https://github.com/thematters/matters-server/issues/3571 * https://github.com/thematters/matters-server/issues/3572 * https://github.com/thematters/matters-web/issues/3789
### Checklist - [ ] Handover: dataset, pre-trained model, documentation, etc; - [ ] Setup;
### Checklist - [ ] performance
### Code to reproduce ``` const item = new clipboard.ClipboardItem({ "text/html": new Blob( ["Markup text. Paste me into a rich text editor."], { type: "text/html" } ), "text/plain": new Blob(...