Skip to content

Commit

Permalink
Update studio.md (#10062)
Browse files Browse the repository at this point in the history
There was a very small typo in the readme I thought I'd fix quick
  • Loading branch information
jnhooper authored and jtoar committed Feb 26, 2024
1 parent bcfa0f5 commit 791606c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RedwoodJS Studio is a package used during development to gain runtime insights i

Redwood provides tools that lets developers "get to work on what makes your application special, instead of wasting cycles choosing and re-choosing various technologies and configurations."[1](https://github.com/redwoodjs/redwood/blob/main/README.md).

Much happens while your app processes a request: Invoke a function; handle a GraphQL request; resolve the request with a service; build and execute a SQL statement; connect to the database; handle the query response; further resolve the response so in contains all the data needed; return the result ... and more.
Much happens while your app processes a request: Invoke a function; handle a GraphQL request; resolve the request with a service; build and execute a SQL statement; connect to the database; handle the query response; further resolve the response so it contains all the data needed; return the result ... and more.

While [logging](https://redwoodjs.com/docs/logger) can show you some of these steps, there is no easy way to see how they relate to each other, compare, or break down individual timings. Observability needed to debug, iterate, try out, and refactor your code is lacking.

Expand Down

0 comments on commit 791606c

Please sign in to comment.