mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Add Filter Performance reference
parent
820b49c036
commit
cc142c9210
1 changed files with 4 additions and 0 deletions
|
@ -216,6 +216,8 @@ If the filter is a filename, it is best to add a `^` at one or both ends:
|
|||
^example.js^
|
||||
```
|
||||
|
||||
See also: [Narrowing options for network filters](./Filter-Performance#narrowing-options-for-network-filters)
|
||||
|
||||
***
|
||||
|
||||
#### `_` aka "noop"
|
||||
|
@ -824,6 +826,8 @@ Poorly crafted `removeparam` filters can have harmful effects on performance. Ex
|
|||
|
||||
Cosmetically added params cannot be removed via `removeparam` (see related comment: [760#issuecomment-724703650](https://github.com/uBlockOrigin/uBlock-issues/issues/760#issuecomment-724703650) and invalid issues: [#1704](https://github.com/uBlockOrigin/uBlock-issues/issues/1704), [#1767](https://github.com/uBlockOrigin/uBlock-issues/issues/1767), [#1951](https://github.com/uBlockOrigin/uBlock-issues/issues/1951), [#2498](https://github.com/uBlockOrigin/uBlock-issues/issues/2498))
|
||||
|
||||
See also: [Filter Performance](./Filter-Performance#removeparam-modifier)
|
||||
|
||||
***
|
||||
|
||||
## Static extended filtering
|
||||
|
|
Loading…
Reference in a new issue