Some important points to bring up here - [ ] Explain how the log is broken down into requests - [ ] How to determine what the request type is (GET/POST/etc) - [ ] How to determine which controller action is being executed from a request - [ ] How to follow the queries in a request and find out where they are being called from
Some important points to bring up here