Summary: | Source window slowness | ||
---|---|---|---|
Product: | frysk | Reporter: | Rick Moseley <rmoseley> |
Component: | general | Assignee: | Mike Cvet <mcvet> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 1633, 3392 |
Description
Rick Moseley
2007-03-20 19:19:25 UTC
Added blockers. It could be parser-related, but that would only cause it to be slow the first time. SOme investigation needs to occur. It appears the problem is NOT the parser being called too many times. Debug statements show that the parser is being called at the right times. 2007-03-23 Mike Cvet <mcvet@redhat.com> * DOMSource.java (content): Added. String cache of the source code represented by the DOMSource. Addresses #4223. (setContent): Added. (getContent): Added. 2007-03-23 Mike Cvet <mcvet@redhat.com> * SourceBuffer.java (loadFile): Check to see if the source code has already been cached by the DOMSource in use. Addresses #4223. Those changes made significant progress Mike. Changing between stack frames is only 2-3 seconds on my x86 machine now. Good work there sir! Closing via comment above. Thanks Rick! |