bugStraw, desktop news aggregator - Bugs: bug #3652, Speed up and reduce size.

 
 

bug #3652: Speed up and reduce size.

Submitter:  None
Submitted:  Sat 17 May 2003 10:51:54 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Sun 18 May 2003 05:12:45 PM UTC, comment #1: 

16 feeds, 250 items per feed is too much? Restore feed took long time. 3,777 calls to ItemStore.py:76(get_item) hogged most of the time. Feed.py:200(restore_items) took the rest chunk.

Anonymous
Sat 17 May 2003 10:51:54 AM UTC, original submission:  


Please keep a cache of only top 2 pages of items for
feeds other than the current feed. Currently, straw
takes 20MB - 30 MB regularly and start up time is longer
than mozilla. We all know what does that mean.

If only a couple pages of items are kept in ram, the
memory consumption can be greatly reduced. And switching
between feeds will first fill the top 2 pages and the
rest of items can be loaded in an glib idle handler, a few pages a time. The feeling of speed should also be improved.

Also please split the disk cache into one file per feed.

Anonymous

 

Attached Files

Attached Files
file #457:  straw.log added by None (6.1KiB - application/octet-stream - Startup profile. )

(Note: upload size limit is set to 4.0MiB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

 

Votes

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

History

No changes have been made to this item

Back to the top

Powered by Savane 3.16-a7ba.
Corresponding source code