Bug 274019

Summary: loading this xml file takes too much time
Product: [Applications] kate Reporter: Jaime Torres <jtamate>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jaime Torres 2011-05-24 12:24:48 UTC
Version:           SVN (using Devel) 
OS:                Linux

Doing "wget http://feeds.weblogssl.com/motorpasion"
you get the file motorpasion. You can add the suffix .xml if you want.
opening the file with kate (or kwrite) takes more than 5 minutes.

If you divide the file in lines with
xmllint --format motorpasion.xml >motorpasion1.xml

and open the new file, it takes less than 1 minute to open.


Reproducible: Always



Expected Results:  
If the lines are too wide, to apply a forced line wrap (for example).



In any case, this could be used to improve the performance of the code causing the slowdown (if you have enougth patiente and time).
Comment 1 Milian Wolff 2011-05-27 17:39:28 UTC
known bug, needs a proper fix inside Qt

*** This bug has been marked as a duplicate of bug 225228 ***