<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>145899</bug_id>
          
          <creation_ts>2015-06-11 14:57:47 -0700</creation_ts>
          <short_desc>Poor scrolling performance with large complex table</short_desc>
          <delta_ts>2015-06-12 08:29:55 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tables</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc>http://www.yeastgenome.org/cgi-bin/FUNGI/alignment.pl?locus=YBR140C</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Gavin Sherlock">gsherloc</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cdumez</cc>
    
    <cc>kling</cc>
    
    <cc>koivisto</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1101426</commentid>
    <comment_count>0</comment_count>
    <who name="Gavin Sherlock">gsherloc</who>
    <bug_when>2015-06-11 14:57:47 -0700</bug_when>
    <thetext>Go to bug url (http://www.yeastgenome.org/cgi-bin/FUNGI/alignment.pl?locus=YBR140C)
Wait for page to load
Scroll down

Expected results:

Smooth scrolling through the document

Actual results:

Often shows no rendered content for several seconds, pauses, stutters and locks up

Tested with release Safari and r185452</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1101489</commentid>
    <comment_count>1</comment_count>
    <who name="alan">zalan</who>
    <bug_when>2015-06-11 22:34:17 -0700</bug_when>
    <thetext>This is a table heavy page. I bet that&apos;s the reason why the Web process locks up.

66 &lt;table&gt;
2500 &lt;tr&gt;
150K &lt;td&gt;
123K &lt;tt&gt;

Chromes handles it relatively okay. (better than WebKit trunk)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1101588</commentid>
    <comment_count>2</comment_count>
    <who name="alan">zalan</who>
    <bug_when>2015-06-12 08:29:33 -0700</bug_when>
    <thetext>While loading the page we spend significant amount of time in 
pumpTokenizer (28%) -&gt; SegmentedString::operator= (25%)
and WTF::Deque&lt;SegmentedSubString&gt;::destroyAll (11%)
Also Style::resolveTree() (11%)
After finished loading another round of style resolving kicks in with Style::resolve(37.2%) -&gt; getUncachedPseudoStyle(13%)
While scrolling, we spend most of the time in cell painting -&gt; text drawing.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>