We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9dd61 commit ed0c39fCopy full SHA for ed0c39f
1 file changed
content/pages/06-devops/06-web-app-performance.markdown
@@ -27,6 +27,10 @@ database queries, page size and many other factors.
27
are opinionated pieces on how developer should use load testing to
28
ensure their applications work properly under heavy usage.
29
30
+* [Building a PostgreSQL load tester](https://blog.lawrencejones.dev/building-a-postgresql-load-tester/)
31
+ explains how the [pgreplay-go](https://github.com/gocardless/pgreplay-go/)
32
+ tool works and how to obtain performance metrics for a PostgreSQL database.
33
+
34
35
### Web app performance resources
36
* [A Primer in Web Performance](https://kiboit.com/performance) is a quick,
0 commit comments