[Webkit-unassigned] [Bug 133043] New: AX: iOS: using AXAttributeCacheEnabler is too slow for every accessibilityElementAtIndex:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 17 23:42:30 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133043

           Summary: AX: iOS: using AXAttributeCacheEnabler is too slow for
                    every accessibilityElementAtIndex:
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cfleizach at apple.com
                CC: webkit-bug-importer at group.apple.com


On iOS, the attribute cache enabler is being used on every access to elementAtIndex. 
Sample shows that we're spending a lot of time creating and tearing down these objects. 

I think we need to provide the ability to enable and disable caching at a higher, more informed level, so that we can cut down on these costs.


<rdar://problem/16945180>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list