You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the tool is only using one CPU thread at most, which can cause delays when working with large HTML pages.
To speed things up, consider adding the --multithreading parameter, which will distribute tasks across multiple CPU threads simultaneously.
This should help improve performance and make the tool more efficient when working with larger pages.
The text was updated successfully, but these errors were encountered:
Right now, the tool is only using one CPU thread at most, which can cause delays when working with large HTML pages.
To speed things up, consider adding the
--multithreading
parameter, which will distribute tasks across multiple CPU threads simultaneously.This should help improve performance and make the tool more efficient when working with larger pages.
The text was updated successfully, but these errors were encountered: