I have some little questions to Web developers.
Does anyone know these limits:
- HTML selector max length?
- HTML max number of selectors in one rule?
- JS selector max length?
And other question:
- Which solution is better? To make 10.000 requests with 1 selector to DOM or make 1 request with 10.000 selectors?