Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

yotta / pictogram

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 60
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Closed
Open
Issue #142 opened Apr 07, 2017 by Arturo Montejo Ráez@amontejo 
  • New issue
New issue

Estudiar rendimiento Pictogram e identificar cuellos de botella

Herramientas útiles:

  • Extensión Batarang para Chrome
  • Pestaña "Performance" del inspector de Chrome
  • Arturo Montejo Ráez @amontejo

    assigned to @amontejo

    Apr 07, 2017

    assigned to @amontejo

    assigned to @amontejo
    Toggle commit list
  • Arturo Montejo Ráez @amontejo

    removed To Do label

    May 03, 2017

    removed To Do label

    removed ~29 label
    Toggle commit list
  • Arturo Montejo Ráez @amontejo

    added Doing label

    May 05, 2017

    added Doing label

    added ~30 label
    Toggle commit list
  • Arturo Montejo Ráez @amontejo

    changed title from Optimizar Pictogram e identificar cuellos de botella to Estudiar rendimiento Pictogram e identificar cuellos de botella

    May 05, 2017

    changed title from Optimizar Pictogram e identificar cuellos de botella to Estudiar rendimiento Pictogram e identificar cuellos de botella

    changed title from **{-Optimizar-} Pictogram e identificar cuellos de botella** to **{+Estudiar rendimiento+} Pictogram e identificar cuellos de botella**
    Toggle commit list
  • Arturo Montejo Ráez @amontejo

    mentioned in commit a593f9e0

    May 05, 2017

    mentioned in commit a593f9e0

    mentioned in commit a593f9e0f1909cf2476794671ae13c910d8f4097
    Toggle commit list
  • Arturo Montejo Ráez @amontejo commented May 05, 2017
    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)

    Edited May 05, 2017 by Arturo Montejo Ráez
    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 a593f9e0f1909cf2476794671ae13c910d8f4097)
  • Arturo Montejo Ráez @amontejo commented May 05, 2017
    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
    TODO: * [ ] Activar caché en algunos recursos: (ver Audit del Inspector de Chrome). En producción no se cache: ``` main.css libs.js main.js ```
  • Arturo Montejo Ráez @amontejo

    closed

    May 25, 2017

    closed

    closed
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
1
Labels
Doing
Assign labels
  • View labels
1
1 participant
Reference: yotta/pictogram#142