I noticed my 10G network is giving me only 7Gbps when my traffic goes through my router, see the diagram below for more details

My RB5009 router’s SFP port is connected to my CRS305 switch, forming my 10G network. This network includes my PC and NAS server, as I only need 10G connectivity between these two devices.
To test the issue, I disconnected the router from the CRS305 and assigned static IPs to both the NAS and PC. When I tested the bandwidth between them, I achieved a solid 10Gbps connection.
Connected to the router again, monitored the system health on the RB5009 during the transfer, The CPU usage hardly reached 1%, and the memory was mostly unused. Despite this, I believe there might be a misconfiguration in my RB5009. I would appreciate it if someone could review my setup to identify any potential issues.
RB5009 config:
# 2024-07-21 11:48:50 by RouterOS 7.14.2
# model = RB5009UPr+S+
/interface bridge
add admin-mac=48:A9:8A:38:D1:D7 auto-mac=no comment=defconf name=bridge port-cost-mode=short protocol-mode=none
/interface ethernet
set [ find default-name=ether1 ] comment=ONT-WAN
set [ find default-name=ether2 ] comment=Main-Network
set [ find default-name=sfp-sfpplus1 ] comment=Fibre-Network l2mtu=9000 mtu=9000
/interface wireguard
add comment=Wireguard listen-port=13231 mtu=1420 name=WG
/interface vlan
add comment=IoT interface=ether2 name=VLAN_IOT vlan-id=500
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=10.0.0.10-10.0.0.200
add name=dhcp_pool1 ranges=10.0.0.11-10.0.0.254
add name=dhcp_pool2 ranges=10.0.10.2-10.0.10.20
add name=dhcp_pool3 ranges=10.0.10.2-10.0.10.254
add name=dhcp_pool4 ranges=192.168.0.2-192.168.0.254
add name=vpn ranges=192.168.89.2-192.168.89.255
add name=vpn-pool ranges=192.168.10.10-192.168.10.99
/ip dhcp-server
add address-pool=dhcp_pool1 interface=bridge lease-time=10m name=dhcp2
/ppp profile
add idle-timeout=1h local-address=192.168.10.250 name=vpn-profile remote-address=vpn-pool use-encryption=yes
add local-address=192.168.10.250 name=ovpn-local remote-address=vpn-pool use-encryption=yes
set *FFFFFFFE local-address=192.168.89.1 remote-address=vpn
/interface bridge port
add bridge=bridge comment=defconf interface=ether2 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=ether3 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=ether4 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=ether5 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=ether6 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=ether7 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=ether8 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf interface=sfp-sfpplus1 internal-path-cost=10 path-cost=10
/ip firewall connection tracking
set udp-timeout=10s
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface detect-internet
set detect-interface-list=WAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=ether2 list=LAN
add interface=sfp-sfpplus1 list=LAN
add interface=WG list=LAN
/interface ovpn-server server
set auth=sha1 certificate=server-certificate cipher=aes128-cbc,aes192-cbc,aes256-cbc default-profile=vpn-profile enabled=yes require-client-certificate=yes
/interface sstp-server server
set default-profile=default-encryption enabled=yes
/interface wireguard peers
add allowed-address=192.168.50.2/32 interface=WG
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=192.168.88.0
add address=10.0.0.10/24 interface=bridge network=10.0.0.0
add address=192.168.50.1/24 interface=WG network=192.168.50.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add comment=defconf interface=ether1
/ip dhcp-server lease
add address=10.0.0.240 client-id=1:18:31:bf:27:54:83 mac-address=18:31:BF:27:54:83 server=dhcp2
add address=10.0.0.235 client-id=1:f0:6e:b:45:58:5e mac-address=F0:6E:0B:45:58:5E server=dhcp2
add address=10.0.0.228 client-id=1:e4:5f:1:5d:6b:89 mac-address=E4:5F:01:5D:6B:89 server=dhcp2
add address=10.0.0.32 client-id=1:0:2:c9:52:b6:b8 mac-address=00:02:C9:52:B6:B8 server=dhcp2
add address=10.0.0.37 client-id=1:0:2:c9:53:9d:5a mac-address=00:02:C9:53:9D:5A server=dhcp2
add address=10.0.0.40 client-id=1:c8:cb:b8:c7:da:96 mac-address=C8:CB:B8:C7:DA:96 server=dhcp2
add address=10.0.0.67 mac-address=8C:DC:D4:AB:FA:7C server=dhcp2
add address=10.0.0.192 client-id=1:f4:39:9:7:6c:31 mac-address=F4:39:09:07:6C:31 server=dhcp2
add address=10.0.0.63 mac-address=40:CA:63:29:89:DD server=dhcp2
add address=10.0.0.105 mac-address=8C:DC:D4:AB:FA:7D server=dhcp2
add address=10.0.0.125 client-id=1:2c:d:a7:c7:a5:1f mac-address=2C:0D:A7:C7:A5:1F server=dhcp2
/ip dhcp-server network
add address=10.0.0.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=10.0.0.10
add address=10.0.10.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=10.0.10.1
add address=192.168.0.0/24 gateway=192.168.0.1
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall address-list
add address=10.0.0.0/24 list=Allowed-to-the-router
add address=192.168.10.0/24 list=vpn-allowed-to-router
/ip firewall filter
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related hw-offload=yes
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
add action=accept chain=forward dst-address=10.0.0.23 dst-port=44158 in-interface=ether1 protocol=tcp
add action=accept chain=input dst-port=1194 protocol=tcp
add action=accept chain=forward in-interface=all-ppp
add action=accept chain=input comment="default configuration" connection-state=established,related
add action=accept chain=input src-address-list=Allowed-to-the-router
add action=accept chain=input src-address-list=vpn-allowed-to-router
add action=accept chain=input protocol=icmp
add action=accept chain=input comment=Wireguard dst-port=13231 in-interface=ether1 protocol=tcp
add action=drop chain=input comment="Block everything else"
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=out,none out-interface-list=WAN
add action=masquerade chain=srcnat out-interface=ether1
add action=dst-nat chain=dstnat comment="Home Assistant" disabled=yes dst-port=8123 in-interface=ether1 protocol=tcp to-addresses=10.0.0.228 to-ports=8123
add action=dst-nat chain=dstnat dst-port=34444 in-interface=ether1 protocol=tcp to-addresses=10.0.0.10 to-ports=80
add action=masquerade chain=srcnat comment="masq. vpn traffic" src-address=192.168.89.0/24
add action=masquerade chain=srcnat src-address=192.168.8.0/24
add action=masquerade chain=srcnat src-address=192.168.10.0/24
add action=masquerade chain=srcnat src-address=192.168.50.0/24
/ip route
add disabled=no dst-address=10.0.0.40/32 gateway=lo
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh disabled=yes port=5500
set api disabled=yes
set api-ssl disabled=yes
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 firewall filter
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" port=33434-33534 protocol=udp
add action=accept chain=input comment="defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=udp src-address=fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=input comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=forward comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN