Bug 274019 - loading this xml file takes too much time
Summary: loading this xml file takes too much time
Status: RESOLVED DUPLICATE of bug 225228
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: SVN
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 12:24 UTC by Jaime Torres
Modified: 2011-05-27 17:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***