Estudiar rendimiento Pictogram e identificar cuellos de botella
Herramientas útiles:
- Extensión Batarang para Chrome
- Pestaña "Performance" del inspector de Chrome
-
changed title from Optimizar Pictogram e identificar cuellos de botella to Estudiar rendimiento Pictogram e identificar cuellos de botella
Toggle commit list -
Owner
Con Batarang, en Hints encuentro estos mensajes:
Multiple modules with name "ui.bootstrap" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.transition" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.collapse" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.accordion" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.alert" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.bindHtml" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.buttons" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.carousel" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.dateparser" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.position" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.datepicker" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.dropdown" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.modal" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.pagination" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.tooltip" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.popover" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.progressbar" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.rating" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.tabs" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.timepicker" are being created and they will overwrite each other. Multiple modules with name "ui.bootstrap.typeahead" are being created and they will overwrite each other.
Para solucionar este problema basta con eliminar la línea:
'assets/app/bower_components/angular-bootstrap/ui-bootstrap.min.js',
en
concat.js
(commit a593f9e0) -
Owner
TODO:
-
Activar caché en algunos recursos: (ver Audit del Inspector de Chrome). En producción no se cache:
main.css libs.js main.js
-
Activar caché en algunos recursos: (ver Audit del Inspector de Chrome). En producción no se cache:
-
closed
Toggle commit list
Please
register
or
sign in
to comment