Git Product home page Git Product logo

Comments (5)

rhyolight avatar rhyolight commented on July 25, 2024

@fergalbyrne Are you planning on working on this during Sprint 13? If not, I'm going to assign to myself.

from nupic.

fergalbyrne avatar fergalbyrne commented on July 25, 2024

Hi Matt,That sounds fine, I know it's been bugging you. I've been snowed under so can't guarantee I'd be able to do it. I'll check it over the weekend and see if I can find the problem, but you go ahead and assign to yourself.

Cheers, Fergal

Sent from Mailbox for iPhone

On Fri, Jan 3, 2014 at 10:49 PM, Matthew Taylor [email protected]
wrote:

@fergalbyrne Are you planning on working on this during Sprint 13? If not, I'm going to assign to myself.

Reply to this email directly or view it on GitHub:
#348 (comment)

from nupic.

fergalbyrne avatar fergalbyrne commented on July 25, 2024

@rhyolight The problem is you're making the ajax call to contribStats every time the page loads. I'm getting a wait of 22sec to load http://issues.numenta.org:8081/contribStats (try loading that on its own in your browser)! You might try running that with cron once a day and saving the results on the server, then load the saved file in the contributor page.

from nupic.

rhyolight avatar rhyolight commented on July 25, 2024

The tooling server is currently stateless, and is like to keep it that way. I'd rather break it up into two Ajax calls. The one that loads the list initially is very fast. Populating the commit stats from through the github API is what takes forever.

from nupic.

fergalbyrne avatar fergalbyrne commented on July 25, 2024

OK @rhyolight if so, then you should render the list without the github info, then call the second phase on a timeout, having it "decorate" the table once it returns.

from nupic.

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.