Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Update METRICS_REPORT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FurKay00 authored Jun 12, 2024
1 parent 5a26296 commit cbf5615
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/METRICS_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
## Metrics Report
In this document, we are reporting the results of the additional metrics we have chosen for DHBWhub.

### Coupling
### Relation among classes
We have used the tool [ck](https://github.com/mauricioaniche/ck) to calculate metrics such as the depth of the inheritance tree, number of children, method inheritance factor and response for class. These are the results:



### Web Application Performance
### Web Application Performance and Monitoring
We have used the web extension 'PageSpeed Insights' to evaluate our website in regards to its rendering and response performance. The following image contains the result for the current state of our application:

![grafik](https://github.com/SE-TINF22B6/DHBWhub/assets/122597204/926b8fe6-249c-4f37-8ab8-a33762f730e6)

The high score on best practices is just what we wanted to achieve with our component based architecture on the frontend. The low score on the response time was quite expected, since there are several reasons for it:
1. On the homepage, all the posts are retrieved from the database every time you enter it or refresh the tab. The reason is to provide consistent data which is conform to the data in the database.
2. Our backend is located on a BWcloud server which was provided for free for every student in the region. Thus, there are obviously restrictions regarding the request and response times between the backend and the frontend.

### Web Application Monitoring

0 comments on commit cbf5615

Please sign in to comment.