You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/10/07 23:51:36 UTC

svn commit: r1530087 - /jmeter/trunk/xdocs/changes.xml

Author: pmouawad
Date: Mon Oct  7 21:51:36 2013
New Revision: 1530087

URL: http://svn.apache.org/r1530087
Log:
Update New And Noteworthy

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1530087&r1=1530086&r2=1530087&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Mon Oct  7 21:51:36 2013
@@ -46,6 +46,7 @@ Earlier changes are detailed in the <a h
 <ul>
 <li>A Huge performance improvement has been made on High Throughput Tests (no pause), see <bugzilla>54777</bugzilla></li>
 <li>An issue with unnecessary SSL Context reset has been fixed which improves performances of pure HTTP tests, see <bugzilla>55023</bugzilla></li>
+<li>Important performance improvement in parsing of Embedded resource in HTML pages thanks to a switch to JODD/Lagarto HTML Parser, see <bugzilla>55632</bugzilla></li>
 </ul>
 </p>
 
@@ -118,6 +119,16 @@ See updated documentation: <complink nam
 <figure width="573" height="444" image="changes/2.10/06_http_request_delete_method.png"></figure>
 </p>
 
+<h4>* 2 implementations of HtmlParser have been added to improve Embedded resources parsing</h4>
+<p>
+You can choose the implementation to use for parsing Embedded resources in HTML pages:
+See jmeter.properties and look at property "htmlParser.className".
+<ul>
+<li>org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser for optimal performances</li>
+<li>org.apache.jmeter.protocol.http.parser.JSoupBasedHtmlParser for most accurate parsing and functional testing</li>
+</ul>
+</p>
+
 <h4>* Distributed testing has been improved</h4>
 <p>
 <ul>