Skip to content

Commit e612f9a

Browse files
committed
add new web performance resource
1 parent 9d73f01 commit e612f9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/pages/06-devops/06-web-app-performance.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ database queries, page size and many other factors.
4444
explains an issue the author found when measuring First Input Delay (FID)
4545
on his site and what techniques he used to fix the problem.
4646

47+
* [How to measure web app performance](https://blog.miguelgrinberg.com/post/video-how-to-measure-web-app-performance)
48+
is a 20 minute code-first demo that shows how to get a realistic estimate
49+
for how many requests per second your web application will be able to handle.
50+
4751
* [How to Interpret Site Performance Tests](https://fly.io/articles/how-to-understand-performance-tests/)
4852
covers the difference between client, page and connection speed tests
4953
as well as a bit on caching performance.

0 commit comments

Comments
 (0)