Giter VIP home page Giter VIP logo

Comments (3)

jwwisgerhof avatar jwwisgerhof commented on June 11, 2024 1

Hi @jtoar - I am not sure I can help much with the internals, but hope that some of the findings when trying to optimise our application will help others. Honestly - I was hoping there were other examples of large(r) applications using RedwoodJS to learn from.

I'll start with at least having a look at what specifically impacts the performance this badly, whether it's the LOC, type generation from GraphQL etc. Our application is not what I would call "very" large, pretty typical for a service - and I would not expect even a full reload of the API to take this long.

from redwood.

orta avatar orta commented on June 11, 2024 1

FWIW, the puzzmo.com codebase is about the same size as yours API: ~68k LOC, GraphQL schema is ~2.2k LOC and it takes 2s to rebuild a change to the API file (then maybe a second to fully boot up) - this is the slowest part of my dev cycle though, so I'm also interested in where this goes

It'd be good if the incremental build system was something we could hook into from userland too, I have a lot of code which relies on a separate watchman server to ensure other changes propogate and if I can move that into the dev server its a win IMO

from redwood.

jtoar avatar jtoar commented on June 11, 2024

Hey @jwwisgerhof thanks for taking the time to make an issue! The project statistics will be useful in making a reproduction. I was probably the last one to look at code behind the api dev server in #9270. The problem was apparent there too. It feels like a real solution here involves introducing incremental builds which isn't a small change, but is a solved problem in some sense.

Has anyone done any real profiling of the API? Tips to increase loading times?

I don't have anything off the top of my head unfortunately.

I know one startup using Redwood has implemented incremental builds internally. They indicated they may be wiling to help. What would you be up for in terms of contributing?

from redwood.

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.