<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: Spreadsheet takes long to open"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130795#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: Spreadsheet takes long to open"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130795">bug 130795</a>
              from <span class="vcard"><a class="email" href="mailto:gtimur@gmail.com" title="Timur <gtimur@gmail.com>"> <span class="fn">Timur</span></a>
</span></b>
        <pre>Linux 7.3+, same system:

Pre fix 1st time: 
real    0m36,454s
user    0m58,049s
sys     0m3,584s
Pre fix 2st time: 
real    0m33,827s
user    0m52,990s
sys     0m2,951s

Post-fix 41a46a306f40a7296c56bdeea0ba8a6d630aa15c 1st time: 
real    0m35,072s
user    0m55,159s
sys     0m3,097s
Post-fix 2st time: 
real    0m29,631s
user    0m45,245s
sys     0m2,412s

So fix improved this slightly. 
On fileopen we see "Adapt row height" so it indicates where time is spent. 

73+ 1st time:
real    0m35,328s
user    0m55,636s
sys     0m3,704s
2nd time:
real    0m35,395s
user    0m56,583s
sys     0m2,735s

Those timings are not exact.
Real time of 30-35 sec could be considered as good as it ever was (but not as
it should be). 
User time of 45-55 sec is longer than 20 sec in 6.2. User+Sys should be CPU
time, so indicating worse perf. Here on a multicore system, the user and sys
time exceed the real time.</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>