Here are some components that can be implemented to further enhance the performance of canonicalize_url func: - [ ] parse_qsl_to_bytes, which includes unquote_to_bytes from stdlib - [ ] urlencode - [ ] _unquotepath - [ ] quote - [ ] urlunsplit - [x] urlparse - [x] urlsplit - [x] urljoin
Here are some components that can be implemented to further enhance the performance of canonicalize_url func: