You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2019/02/14 21:59:22 UTC

[Bug 63178] New: CSS Selector Extractor : Improve performance of JODD (JoddExtractor) based implementation

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

            Bug ID: 63178
           Summary: CSS Selector Extractor : Improve performance of JODD
                    (JoddExtractor) based implementation
           Product: JMeter
           Version: 5.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: JMETER_5.2

We should use CssSelly which parses CSS Selector expression:
https://github.com/oblac/jodd/blob/master/jodd-lagarto/src/test/java/jodd/csselly/CSSellyTest.java

We would then use :

https://github.com/oblac/jodd/blob/master/jodd-lagarto/src/main/java/jodd/lagarto/dom/NodeSelector.java#L63

And a caffeine CacheLoader to cache the parsed CSS

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

[Bug 63178] CSS Selector Extractor : Improve performance of JODD (JoddExtractor) based implementation

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63178

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sat Mar  2 20:02:41 2019
New Revision: 1854669

URL: http://svn.apache.org/viewvc?rev=1854669&view=rev
Log:
Bug 63178 - CSS Selector Extractor : Improve performance of JODD
(JoddExtractor) based implementation
Bugzilla Id: 63178

Modified:
    jmeter/trunk/bin/jmeter.properties
    jmeter/trunk/src/components/org/apache/jmeter/extractor/JoddExtractor.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/properties_reference.xml

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