Michael Meeks
Michael Meeks
**This is an Easy Project, [idea for GSoC](https://collaboraonline.github.io/gsoc/).** Potential mentors: @lpranam ### Detailed description and rationale Currently the admin console connects to only a single server in a cluster -...
**This is an [Easy Hack](https://collaboraonline.github.io/post/easyhacks/).** Potential mentors: @Ashod ### Detailed description and rationale When we serve our initial HTML files - we have a reasonably large file loleaflet.html - and...
**This is an [Easy Hack](https://collaboraonline.github.io/post/easyhacks/).** Potential mentors: @mmeeks ### Detailed description and rationale We have a lot of duplication in Makefile.am around the run: rules to take just two for...
We should be able to predict that nothing will happen when we sleep in cypress tests, and so execute them far faster. Of course, this may fall foul of JS...
* Resolves: # * Target version: master ### Summary ### TODO - [ ] ... ### Checklist - [ ] Code is properly formatted - [ ] All commits have...
Editing just now on staging with a larger group we got a number of problems with calc performance that should be improved.  Oddly we were getting large memory...
It seems that @quikee used the boost::json stuff in error when getting the theme color work done: ``` svx/source/theme/ThemeColorChangerCommon.cxx- if (rDocumentColors.size()) svx/source/theme/ThemeColorChangerCommon.cxx- PaletteManager::generateJSON(aTree, rDocumentColors); svx/source/theme/ThemeColorChangerCommon.cxx- svx/source/theme/ThemeColorChangerCommon.cxx- boost::property_tree::write_json(aStream, aTree); svx/source/theme/ThemeColorChangerCommon.cxx- svx/source/theme/ThemeColorChangerCommon.cxx:...
Not quite sure why; but I have: "Skyler to test preloading of slides in phone - that we render enough ahead ..." in my action items =) do you recall...
I expect that these events are elided above us anyway, since paintPartTile should not be doing any event notifications but this:  Shows 5.5% of a spreadsheet editing being down...
Exporting to XLSX we have XclExpNote::XclExpNote taking 30%+ of the time - which seems incredible.  Almost certainly: lcl_GetFromTo is being unhelpfully slow. Full trace is from today's calc editing...