Coder Social home page Coder Social logo

Comments (3)

querymetrics avatar querymetrics commented on September 26, 2024

Hi @Quadiago , thanks for reaching out.

I asked @tvereecke to look at his site's data. He does not see an increase in c.tti, but does see an increase in c.tti.vr from 105 to 106.

Do you have the PaintTiming plugin?
If so, c.tti.vr is calculated from max(LCP || FCP || FP, domContentLoadedEnd)
Do you see increases in pt.fp, pt.lcp, pt.fcp or nt_domcontentloaded_end?

from boomerang.

querymetrics avatar querymetrics commented on September 26, 2024

@tvereecke did some more analysis and found that FCP, LCP and DOM content loaded didn't change in his site's data from 105 to 106

from boomerang.

Quadiago avatar Quadiago commented on September 26, 2024

Hi @querymetrics ! Thanks for responding.

Yes, we also could not find changes to FCP or LCP. It only affected c.tti.vr. Our pages are mostly rendered server-side, so c.tti is equal to c.tti.vr 80% of the time. We tracked it down to the bug linked above which the Chromium devs have recently started rolling out in 108. The data is limited, but we can already see a significant drop in TTI in Chrome 108.0.0 thanks to the fix being rolled out.

In Boomerang terms, the problem is this line:

https://github.com/akamai/boomerang/blob/master/plugins/continuity.js#L1524

If this were to be refactored to use performance.timing.navigationStart instead of performance.timeOrigin, we would have not seen the bug in this particular fashion. Either way, this isn't a Boomerang bug, but a Chromium one, so I'm happy to close this.

from boomerang.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.