Git.openwrt.org speed slow clone

@ynezz

is there a speed drop on git.openwrt.org?

admin:~$ git clone https://git.openwrt.org/openwrt/openwrt.git && cd openwrt
Cloning into 'openwrt'...
remote: Enumerating objects: 10538, done.
remote: Counting objects: 100% (10538/10538), done.                       
remote: Compressing objects: 100% (5585/5585), done.                      
Receiving objects:   5% (32791/599175), 11.02 MiB | 41.00 KiB/s

Works for me:

Receiving objects: 100% (599175/599175), 176.32 MiB | 6.41 MiB/s, done.

If it's slow for you, you can use github.com/openwrt/openwrt/ or gitlab.com/openwrt/openwrt/openwrt mirrors.

I use aws and google cloud the result is slow speed. I observed this git.openwrt.org slow at certain hours

Updating feed 'packages' from 'https://git.openwrt.org/feed/packages.git^3d33fa3b09414f8a79e1e8f98d64d41b26235e12' ...
Cloning into './feeds/packages'...
remote: Enumerating objects: 162002, done.
remote: Counting objects: 100% (162002/162002), done.                     
remote: Compressing objects: 100% (69897/69897), done.                    
Receiving objects:  47% (76141/162002), 32.06 MiB | 54.00 KiB/s

Use GitHub mirror instead? https://github.com/openwrt/openwrt.git
I don't know the reasoning behind OpenWrt's repos not pointing to GitHub