Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 714 Bytes

README_PREP.md

File metadata and controls

12 lines (7 loc) · 714 Bytes

From Monitoring to Logging

Can you answer the following two questions about the performance of your ITU-MiniTwit with your group?

  • Which of your API endpoints is the slowest? How slow is it?
  • Where is the time being spent in this endpoint?

How do you find out this info?

Please provide your answers in the Endpoint Performance Quiz

Note: As Helge mentioned in class, the project is not about competing who has a faster implementation. However, in the real world you usually want to know performance information because it's very likely that you will look for optimization candidates among your slowest endpoints.