Using package:http carries ~100kB cost #139
Labels
status-blocked
Blocked from making progress by another (referenced) issue
type-enhancement
A request for a change that isn't a bug
Reproduction case @ https://github.com/matanlurey/http-browser-benchmark
Significant parts:
dart:core
, I assume this is use ofUri
.package:path
(~10kB).package:stack_trace
(~8kB).package:source_span
(~6kB).package:http_parser
,string_scanner
(~4kB combined).dart:convert
.This is an issue when trying to use this package for mobile web applications. I can't see a clear reason why I need 100kB more for simple JSON requests given that we aren't using any of the other functionality.
The text was updated successfully, but these errors were encountered: