<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: slow loading and dump of .docx with lots of footnotes (see Comment 27 and Comment 39)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=76260#c43">Comment # 43</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: slow loading and dump of .docx with lots of footnotes (see Comment 27 and Comment 39)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=76260">bug 76260</a>
              from <span class="vcard"><a class="email" href="mailto:noelgrandin@gmail.com" title="Noel Grandin <noelgrandin@gmail.com>"> <span class="fn">Noel Grandin</span></a>
</span></b>
        <pre>Hmmm, so we appear to be parsing the same substream over and over, once for
each footnote.

We construct a child document, parse the substream, and filter out the piece we
are interested in to build the child document.

In theory, we could delay dealing with notes till the end of the document, and
then parse the substream once, but that's a pretty big change.</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>