Gitlab Booster

Speeds up Gitlab by reducing default page refresh timeouts

Author
ilia.molchanov
Daily installs
0
Total installs
4
Ratings
0 0 0
Version
0.5
Created
2021-04-13
Updated
2021-04-19
License
N/A
Applies to

Gitlab Booster

Why?

By default, Gitlab refreshes pipeline graph every 10 seconds, and job build log every 4 seconds.

Goal

Force Gitlab to refresh pipeline graph and job build log every 1 seconds.

Solution

Hook window.setTimeout() call to reduce the timeouts greater than 1 second to just 1 second, apply it only for Gitlab pages.