yellow team mailing list archive
-
yellow team
-
Mailing list archive
-
Message #01541
Re: Lightweight assets/improve FF performance (issue 6826057)
*** Submitted:
Lightweight assets/improve FF performance
Some lighter weight assets for service modules were implemented, via
Matt C. Additionally, profiling showed that a lot of slowness for
FireFox was caused by FF internals being slow (namely
<node>.setAttribute() and <node>.getClientRects()). While we can't fix
those being slow, we can reduce the number of times they're used. This
is done by modifying attributes on only relevant relation lines when a
service is dragged (rather than redrawing or modifying all lines). This
results in fewer calls to both of those internals, and speeds up
animation in FireFox.
R=gary.poster, benjamin.saller
CC=
https://codereview.appspot.com/6826057
https://codereview.appspot.com/6826057/
--
https://code.launchpad.net/~makyo/juju-gui/replace-service-module/+merge/132938
Your team Juju GUI Hackers is requested to review the proposed merge of lp:~makyo/juju-gui/replace-service-module into lp:juju-gui.
References