Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#26727 closed defect (bug) (fixed)

Avoid caching credits.php during development

Reported by: nacin's profile nacin Owned by: nacin's profile nacin
Milestone: 3.9 Priority: normal
Severity: normal Version: 3.2
Component: Help/About Keywords:
Focuses: Cc:

Description

credits.php has a 24-hour cache on the transient. The point of this cache is to speed up this page when accessed repeatedly in a narrow timeframe (such as right after an update, clicking between the various tabs). The credits API itself is also cached, and that can be flushed manually. But individuals updating their profiles (such as to see changes or ensure their name changes are reflected) have to wait for the local cache to refresh too, which is annoying when you're running a development version.

It would be easier if test installs did not bother to cache this data, and instead always did an HTTP request.

Change History (1)

#1 @nacin
10 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 26872:

Always do an HTTP request on credits.php when running a development version of WordPress.

fixes #26727.

Note: See TracTickets for help on using tickets.