Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed improvement2 #773

Merged
merged 6 commits into from
Feb 19, 2025
Merged

Speed improvement2 #773

merged 6 commits into from
Feb 19, 2025

Conversation

MagMueller
Copy link
Collaborator

This pull request includes several changes to the browser_use/dom/service.py file, focusing on improving the DOM tree building process and simplifying the codebase. The most important changes include adding performance logging, simplifying coordinate handling, and introducing a new ViewportInfo class.

Improvements to DOM tree building:

  • Added logging of performance metrics during the DOM tree building process using the json module. ([browser_use/dom/service.pyR70-R75](https://github.com/browser-use/browser-use/pull/773/files#diff-5b220bdc9c9144dac67395410b62bb28be1b809ee6e245d5d2b5fdd9d9804420R70-R75))

Codebase simplification:

  • Introduced a new ViewportInfo class using the dataclass decorator for better structure and readability. ([browser_use/dom/service.pyR2-R28](https://github.com/browser-use/browser-use/pull/773/files#diff-5b220bdc9c9144dac67395410b62bb28be1b809ee6e245d5d2b5fdd9d9804420R2-R28))
  • Removed the CoordinateSet and Coordinates imports and related code, simplifying the coordinate handling in the _parse_node method. ([[1]](https://github.com/browser-use/browser-use/pull/773/files#diff-5b220bdc9c9144dac67395410b62bb28be1b809ee6e245d5d2b5fdd9d9804420L130-L157), [[2]](https://github.com/browser-use/browser-use/pull/773/files#diff-5b220bdc9c9144dac67395410b62bb28be1b809ee6e245d5d2b5fdd9d9804420L174-L175))

@MagMueller MagMueller merged commit a2f4966 into main Feb 19, 2025
2 checks passed
@MagMueller MagMueller deleted the speed-improvement2 branch February 19, 2025 17:15
AryamanParida pushed a commit to AryamanParida/browser-use that referenced this pull request Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant