Yes... But. There is always a but.
I figured out my Hap AC maxes its CPU at around 100M download from the internet, so I fasttracked heaviest connections and used queue tree with hardware parent to give connections with no-mark lowest priority. In upload direction it isn't a problem, as I only have one internet interface. Problem is with download, because I need to set bridge-lan as download parent and it has side effects:
1. I can't fasttrack connections inside my LAN (e.g. DNS requests and hairpin-ed connection to my server), as they enqueue lowest in my queue tree and are also limited by its bandwidth.
2. If I have more than one bridge (e.g. another for guests), traffic from other bridge cannot be put into same download tree.
3. Traffic from VPN connections also does not have bridge-lan as its parent, so basically same as previous point.
So, I tried to create bridge-wan to use that as queue's download parent interface. I think that solution maxed CPU even faster
I prefer hairpin NAT rule instead of static DNS entry, because I can remap ports this way (I'm using Synology, which is using non-standard ports for web access).
Any idea how to to fasttrack internal connections without queue seeing the traffic?