Related to reviewable, we have a few ongoing discussions with them on performance: General conversation on large reviews vs. Critic - https://github.com/Reviewable/Reviewable/issues/103 Letting individual commits hide other content might help - https://github.com/Reviewable/Reviewable/issues/104
I think the big issue, as jgraham points out, is that Critic does the diffs server-side, whereas Reviewable does diffs client-side. When these diffs are large, you get the slow script dialog in FF (and pretty slow behavior in Chrome, too). It’s not clear what solutions are available here. On Jun 2, 2015, at 3:20 AM, Josh Matthews <[email protected]> wrote: https://github.com/servo/servo/wiki/Meeting-2015-06-01 Cheers, Josh _______________________________________________ dev-servo mailing list [email protected] https://lists.mozilla.org/listinfo/dev-servo _______________________________________________ dev-servo mailing list [email protected] https://lists.mozilla.org/listinfo/dev-servo

