While running slog-bloat against https://oik-plugins.co.uk I noticed that the daily trace summary showed each request twice. The explanation for this was that the first request was redirected with a 301 HTTP response code. The requests should have been to https://www.oik-plugins.co.uk.
Requirement
To be able to tell what sort of response has been returned for each transaction.
Solution
Add the result of http_response_code() to the daily trace summary file.
While running slog-bloat against
https://oik-plugins.co.uk
I noticed that the daily trace summary showed each request twice. The explanation for this was that the first request was redirected with a 301 HTTP response code. The requests should have been tohttps://www.oik-plugins.co.uk
.Requirement
To be able to tell what sort of response has been returned for each transaction.
Solution