diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-06-29 21:23:03 +0300 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-06-29 21:23:03 +0300 |
commit | 36fd7621609bba5edf67625de7c6666e562f40a9 (patch) | |
tree | e27d8ea80c224ec96c88d1d28f61d453206a946a /htdocs | |
parent | a0d4ef7e793257da4f374d5ebbb2c11eac5174b2 (diff) | |
download | markup-validator-36fd7621609bba5edf67625de7c6666e562f40a9.zip markup-validator-36fd7621609bba5edf67625de7c6666e562f40a9.tar.gz markup-validator-36fd7621609bba5edf67625de7c6666e562f40a9.tar.bz2 |
Make template variables case sensitive to improve output performance.
Decreases time for one complete validation request for my current local copy
of http://blip.fm/all (2742 errors, 649 warnings) from ~25s to ~15s.
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/whatsnew.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 9b03e8c..3484979 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -40,6 +40,9 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9899">performance issue</a> related to the XML wellformedness check. </li> + <li> + Enhancement: improved error output performance. + </li> </ul> </dd> |