Simple Queue using PCQ

Hello everyone, New to Mikrotik. Need help to understand some basic configuration of Mikrotik device RB750Gr3 (heX).

After disabled the fasttrack function, Here what I did,
Add Simple queue,

Name: MyQ (General)
Target: 192.168.1.0/24
Target Upload Target Download
Max Limit 4M Max Limit 4M
(others setting is default)

(Advance)
Target Upload Target Download
Max Limit: unlimited Max Limit: unlimited
Queue Type pcq-upload-default Queue Type pcq-download-default
(others setting is default)

Also enable Web Proxy. Other NAT and Firewall setting is ok. Internet is functional as expected.

So my Equal bandwidth distribution among users using PCQ is ok?
Also Confused, what if any users using Web Proxy in there browser do PCQ also effective for these users?

Anyone can help please.

Max-Limit is the total bandwidth for all clients in this queue, so if one is using 4M others get nothing. You should configure pcq-upload-default and pcq-download-default in queue-types and probably set Max-Limit to unlimited or required bandwidth if there are other queues.

in pcq-upload-default and pcq-download-default set rate to required rate for each client. Don’t change limit and total limit. And configure burst if you want to let user use more bandwidth for some periods.
pcq.png

Max-Limit is the total bandwidth for all clients in this queue, so if one is using 4M others get nothing.

No, above is wrong, with PCQ, if you do not set rate and leave at default “0”, then the first user will be able to get 4Mb, but should the next user connect and need bandwidth, the 4Mb will automatically be divided and the 2 users will get 2Mb each, should a 3rd user connect, each user will get 1,33Mb, with 4 users, each will get 1Mb, and so on…

Thank you CZ. So is my config is ok?