Bug 87625 - [meta][Performance] Optimize querySelector() and querySelectorAll()
Summary: [meta][Performance] Optimize querySelector() and querySelectorAll()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on: 87627 87650 87715 87799 87832 87942 88202 88203 88204 88209 88289 88322
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-28 00:01 PDT by Kentaro Hara
Modified: 2014-11-01 10:43 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-05-28 00:01:51 PDT
querySelector() and querySelectorAll() are slower than I expected. I have a couple of ideas for optimization. I'll upload patches, blocking this bug.