Closed
Bug 510204
Opened 16 years ago
Closed 16 years ago
Cache the RSS feed for the home page
Categories
(Websites :: creative.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ryansnyder, Assigned: ryansnyder)
Details
We still need to cache the RSS feed for the home page using memcached, so that the box is not making a curl request every time we load the home page.
| Assignee | ||
Comment 1•16 years ago
|
||
From what I can tell memcached is not enabled on the stage server. It's coded in anyway, but we're checking for it first using class_exists(). Waiting for some kind of verbal confirmation on using this.
==
Sending application/controllers/home.php
Transmitting file data .
Committed revision 49231.
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → ryan
Comment 2•16 years ago
|
||
From email:
> Hey Shyam,
>
> Is memcache not there on stage? Could we add it?
Hi Mike,
We do have it on stage :
[root@mrapp-stage02 ~]# rpm -qi php-pecl-memcache
Name : php-pecl-memcache Relocations: (not relocatable)
Version : 2.2.3 Vendor: (none)
Other sites list sumo and mozillaservice currently use it fine without any issues?
| Assignee | ||
Comment 3•16 years ago
|
||
I misunderstood that we were using memcached, when we are actually using memcache. Memcache has been installed and is successfully caching the RSS feeds for the MCC home page.
==
Sending application/controllers/home.php
Transmitting file data .
Committed revision 49315.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 4•16 years ago
|
||
Hey Ryan -
How can QA best test this? Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•