https://bz.apache.org/bugzilla/show_bug.cgi?id=59885

            Bug ID: 59885
           Summary: Optimize css parsing for embedded resources download
           Product: JMeter
           Version: 3.0
          Hardware: SGI
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]

the css parser is essential to test real world applications with
embedded resources download.
But it's heavy on cpu and memory allocations.

this commit add a lru cache which saves the url extracted from the css
file.
the key of the cache is the md5 of the css file.

the cache is not enabled by default (but should probably be)
To activate it, a value > 0 must be set for the key
'css.parser.cache.size' in the jmeter config file

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to