Skip to content

Commit bcfc950

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <[email protected]>
1 parent 558315e commit bcfc950

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/ROOT/pages/optimization.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
= Optimization
33

44

5-
This chapter contains some optimizations to improve the performance of a production system using `@neo4j/graphql`.
5+
This page contains optimizations to improve the performance of a production system using `@neo4j/graphql`.
66

7-
== Schema Optimisations
8-
This section covers improvements to reduce the size of the generated schema. Reducing the schema size has the following performance benefits:
7+
== Schema optimizations
8+
This section covers optimizations to reduce the size of the generated schema. Reducing the schema size has the following performance benefits:
99

10-
* Reduce the startup time of the server.
10+
* Reduce server startup time.
1111
* Reduce memory footprint.
1212

1313
=== Exclude `@deprecated` fields
1414
The `@neo4j/graphql` library generates some GraphQL fields and operations marked as `@deprecated`. These exists to keep compatibility with previous versions of the library.
1515

16-
If you are not using these deprecated fields, you can disable generation for these with the `excludeDeprecatedFields` flag in the library setup.
16+
If you are not using these deprecated fields, you can disable their generation with the `excludeDeprecatedFields` flag in the library setup.
1717

1818
The following example disables all deprecated fields that are generated in the library:
1919

0 commit comments

Comments
 (0)