• Resolved ofmarconi

    (@ofmarconi)


    In the inspection window, the element with the “active” ID is flashing as if it had 2 modifications to the HTML per second.

    Is this normal behavior?
    I have the impression that this ends up generating extra unnecessary processing, making the page heavier.

    Can we eliminate this?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author malihu

    (@malihu)

    You can disable plugin’s highlight feature by going to plugin settings and set the “Highlight selector” option value to:

    .nothig

    Save changes, test and let me know

    Thread Starter ofmarconi

    (@ofmarconi)

    Helo!

    Thanks, I put .nothing and the script didn’t work properly, the animations were weird.

    I switched to other classes too and nothing has changed.

    In fact filling in the original issue of this topic is solved, but it affected the displacement animation.

    I left the class and went to check if the animation was back to normal.
    Came back as expected!

    But now, even without the class, the link is no longer blinking in the inspector, was there any change made to it?

    Thanks, I don’t know how, but now it’s solved.

    Just a question, does the link blinking in the inspector really affect the performance (CPU RAM)?

    Thanks

    • This reply was modified 2 years, 10 months ago by ofmarconi.
    Plugin Author malihu

    (@malihu)

    It might affect performance if the are many links that get highlighted (that’s why I suggested changing the “Highlight selector(s)” option value).

    If you could post your site/page, I’d be able to see what happens and provide an exact solution.

    Thread Starter ofmarconi

    (@ofmarconi)

    Of course!
    I added .nothing for you to evaluate the transition

    https://secretshare.com.br/gabriella-saraivah/curso_xitfhg01/

    See how the animation is not eased correctly?

    thanks!

    Plugin Author malihu

    (@malihu)

    Ah yes, indeed. You can remove the .nothing option value. You should not have performance issues with the number of links you have in the page.

    If you want to make another test, try this:

    1)Keep the .nothing option value in “Highlight selector(s)”.

    2)Add the following value in “Prevent other scripts from handling plugin’s links selector(s)” option field:

    a[href*='#']:not([href='#'])

    Save changes, test and let me know

    Thread Starter ofmarconi

    (@ofmarconi)

    Thank you very much for your attention.

    https://postimg.cc/PLt1ZPcQ
    I added, cleared the cache and the transition problem continues.

    Plugin Author malihu

    (@malihu)

    I see. Just remove the “Highlight selector(s)” .nothing option value then. You should not have any issues (the flashing you saw is normal behavior for a combination of various js scripts working together).

    Plugin Author malihu

    (@malihu)

    Oh! Also remove the “Prevent other scripts from handling plugin’s links selector(s)” option value you added previously of course.

    Thread Starter ofmarconi

    (@ofmarconi)

    Thx!

    Now Got it,
    sorry, i Go back to the default setting. 😉

    Thanks!

    • This reply was modified 2 years, 10 months ago by ofmarconi.
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘In the inspection window, the element with the “active” ID is flashing’ is closed to new replies.