What wrong with queue?

Mikrotik hapac2, 6.49
Simple queue to shape traffic for sister PC, mobile and tablet to prevent her youtube or upload traffic interfere with my traffic. All IPs set to static in DHCP server.
ISP bandwidth 1gbit symmetrical, fiber.

 name="shaper" target=192.168.30.11/32,192.168.30.12/32,192.168.30.14/32 dst=WAN parent=none 
      packet-marks="" priority=8/8 queue=ethernet-default/ethernet-default limit-at=0/0 
      max-limit=150M/150M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s bucket-size=0.1/0.1 
      total-queue=ethernet-default

If simple queue turned on - getting about 20 mbits when uploading, and lot of Total dropped in Total statistic
notqueue.png
If simple queue disabled - getting about 500 mbits.
queue.png
What is wrong? Why shaper not working as expected, like slowing down traffic to 150 mbits, but dropping anything at 20mbits?

Did you try another “Queue Type” like default or default-small insteed of ethernet-default?

have you got “use ip firewall” enabled?

of course. every queue type dropping thousands of packets.

if you meaning “ip firewall” from bridge settings - no, its disabled.

enable it, and try