html
html copied to clipboard
Performance
Can you describe a few ways, if any exists, to import performance in parsing and in using querySelector ? As a bonus, the parsing is seemingly preventing Flutter from producing frames. Is there a good way to work around that without resorting to making an isolate ? Thanks.
@TheCarpetMerchant you can think of using an isolate to parse html -> dom document. So that wont prevent the main isolate from producing frames.