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

Latency when using AJAX applications #6

Closed
GoogleCodeExporter opened this issue May 28, 2015 · 2 comments
Closed

Latency when using AJAX applications #6

GoogleCodeExporter opened this issue May 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Issue from gregorrothfuss:
sorry, i am not sure what you are doing wrong, but this extension adds huge 
latency to ajax apps. had to disable.


Original issue reported on code.google.com by markyd13 on 2 Aug 2010 at 7:58

@GoogleCodeExporter
Copy link
Author

This extension currently uses the DOMSubtreeModified event to determine if DOM 
changed and then performs the filter on the entire document. Need to modify 
extension so that it uses the DOMNodeInserted event instead and only filter the 
newly inserted node.

Original comment by markyd13 on 2 Aug 2010 at 8:01

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Issue fixed. Should be included in latest release 1.2.1.

Original comment by markyd13 on 2 Aug 2010 at 8:06

  • Changed state: Fixed

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

No branches or pull requests

1 participant