https://bugs.documentfoundation.org/show_bug.cgi?id=45307

Stéphane Guillou (stragu) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stephane.guillou@libreoffic
                   |                            |e.org

--- Comment #33 from Stéphane Guillou (stragu) 
<[email protected]> ---
Created attachment 186357
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186357&action=edit
example HTML tables to compare

Testing with saving the HTML page locally, I figured out the slowdown indeed
comes from the loading of images from URL.

The HTML table has this repeated image tag:

<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/55/WMA_button2b.png/17px-WMA_button2b.png";
srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/55/WMA_button2b.png/17px-WMA_button2b.png
1x,
//upload.wikimedia.org/wikipedia/commons/thumb/5/55/WMA_button2b.png/34px-WMA_button2b.png
2x" class="wmamapbutton noprint" title="Show location on an interactive map"
alt="" style="padding: 0px 3px 0px 0px; cursor: pointer;">

Pasting a table that contains those (like in slow.html, or the original
Wikipedia article) takes too long (6 seconds for a 42×3 table).

With the same page, but img tags pointing to a local file (like in fast.html),
pasting the table is instant.

Wondering if this has the same source cause as slow loading of image from URL
like in bug 141781.

Tested in:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 9c7d3ce813c761b116232bc291e2737c59d383da
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to