Finding memory leaks using Chrome Dev Tools

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 17

  • @deepakp4169
    @deepakp4169 Рік тому +3

    Thank you!
    This was very short and precise!!

  • @anj000
    @anj000 35 хвилин тому +1

    If it really was that simple...
    In reality you click on the spike, and have literally hundred of items, almost none of them are detached. And if you find one detached it takes up like 0,01%, and it anyway leads to the internal code of the library you are using.

  • @ProfesorCafe
    @ProfesorCafe Рік тому +1

    Hey if anyone in this comment section is as dumb as me (kudos for that) and thinks the graphs on 0:00 and 4:19 look kinda the same and no progress was made, please check the scale thingy on the left of the graph that says 10.2kb on 0:00 and 100b on 4:19 instead of the length of the bar-thingies.
    I know it may look obvious, but I'm a recovering crayon eating addict, so maybe it helps any of you. Also thanks for the video Mitchel it was very helpful.

  • @MelUgaddan
    @MelUgaddan Рік тому

    Thank you for this ! it's very short and simple

  • @dpk7119
    @dpk7119 Рік тому

    if we got html detached buttons count after performing action, can we consider them as memory leaks

  • @Muyiwamighty
    @Muyiwamighty 3 роки тому

    Wow this is awesome...u got one more subscriber, please keep it up with videos like this. Very used

  • @sofianealloui
    @sofianealloui 3 роки тому +3

    the deep side of youtube:

  • @messili4524
    @messili4524 3 місяці тому +1

    Awesome!!

  • @Sangeeta1616
    @Sangeeta1616 3 роки тому

    thanks a lot -- for clearing it in simple way !!

  • @mohammadnoushadsiddiqi66
    @mohammadnoushadsiddiqi66 2 місяці тому

    Thanks that was helpful

  • @kriscollins1541
    @kriscollins1541 Рік тому

    thank you, that was really helpful

  • @Shuyinz
    @Shuyinz 3 роки тому

    Very useful! Thanks!

  • @kag3670
    @kag3670 2 роки тому

    Thank you for sharing 👍

  • @antio1753
    @antio1753 3 роки тому

    JS Frameworks solve this problem ??

    • @mitchelsoltys7069
      @mitchelsoltys7069  3 роки тому +4

      Frameworks help organize code, but leaks can occur with any code under various conditions.