Giter VIP home page Giter VIP logo

Comments (4)

zackbloom avatar zackbloom commented on May 30, 2024 2

The event lag monitor works by setting an interval every 50ms, and comparing when it runs to when it was scheduled to run. If that lag is less than 3ms, and the measurement has been taken at least 20 times, it is considered done. That means that if all is going to plan and there is not much lag, it should complete in one second. I'm starting to think that the 20 points requirement is a little much, tuning it down to 8-10 points is probably a better bet to better handle quick loading sites. I'll make it a configuration option.

from pace.

zackbloom avatar zackbloom commented on May 30, 2024

Do you mind trying a few numbers for that option and reporting back what works best? For a fast loading site without much js, the best bet might just be to leave that source disabled.

from pace.

nodesocket avatar nodesocket commented on May 30, 2024

Is this the right way to configure it?

<script type="text/javascript">
                       window.paceOptions = {
                           ajax: true,
                           document: true,
                           eventLag: {
                               minSamples: 10
                           }
                       }
                  </script

from pace.

zackbloom avatar zackbloom commented on May 30, 2024

Yep. Make sure you use the latest pace, as this change hasn't made it into a release yet. 10 is the default now, so the configuration you have there won't actually change anything, but lower numbers will.

from pace.

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.