Coder Social home page Coder Social logo

Comments (2)

nicksellen avatar nicksellen commented on June 11, 2024

Sentry also seems to log slow SQL queries now, see https://karrot-dev.sentry.io/issues/?project=147126

from karrot-frontend.

nicksellen avatar nicksellen commented on June 11, 2024

I think I can call this resolved now, from various adjustments over the last few weeks:

  • turning off on demand image creation for versatileimagefield
  • switching to orjson json serializer
  • unix socket connections for postgres and redis
  • connection pooling for postgres
  • psycopg upgrade claims some performance improvement

It would always be nice to be faster, /api/bootstrap/ is still too slow if you are part of many larger groups, so future improvements could still be:

  • send less data for bootstrap endpoint
  • perhaps more on-demand data fetching, less relying on having all the data in memory (groups, places, and users come to mind)
  • also, can switch to SSDs on the server soon perhaps, which may or may not make a lot of different (as most stuff is in memory anyway)
  • some query/index optimizing could make sense
  • statistics endpoint is very slow, although probably OK for that use case
  • available activities is a bit slow, as it does a more complex participant type query check

from karrot-frontend.

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.