bugGNU FM - Bugs: bug #26421, Journal RSS is not cached.

 
 

bug #26421: Journal RSS is not cached.

Submitter:  Toby Inkster <tobyink>
Submitted:  Sat 02 May 2009 11:02:21 AM UTC
   
 
Category:  nixtape/alpha Severity:  2 - Minor
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 02 May 2009 07:41:02 PM UTC, comment #2: 

A PHP accelerator will not make much difference - they only cache the compiled PHP code. With an accelerator, the code is still executed every time the page is requested.  It is the execution which is slow (because it makes an HTTP request to a third-party server), not the compilation.

Toby Inkster <tobyink>
Group Member
Sat 02 May 2009 06:02:06 PM UTC, comment #1: 

We can use PHP Accelerator.
It's open source and works quite well.


http://en.wikipedia.org/wiki/PHP_accelerator

Not Available <piotrszulawski>
Sat 02 May 2009 11:02:21 AM UTC, original submission:  

user-journal.php re-fetches the user's RSS feed every time it is called. This is somewhat wasteful. Would be great to implement HTTP caching.

Toby Inkster <tobyink>
Group Member

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by piotrszulawski (Posted a comment)
  • -email is unavailable- added by tobyink (Submitted the item)
  •  

    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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code