<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Quadratic time on reading and converting html files with images"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131951#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Quadratic time on reading and converting html files with images"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131951">bug 131951</a>
              from <span class="vcard"><a class="email" href="mailto:klev.paul@gmail.com" title="Pavel <klev.paul@gmail.com>"> <span class="fn">Pavel</span></a>
</span></b>
        <pre>Most likely, the problem is related not to the image size, but html file itself
After taking a trace with valgrind, it is clear, that most of the time is used
by
HTMLParser::GetNextToken_(), 
which extensively uses OutString::operator+=</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>