[wp-trac] [WordPress Trac] #26727: Avoid caching credits.php during development
WordPress Trac
noreply at wordpress.org
Fri Dec 27 15:10:52 UTC 2013
#26727: Avoid caching credits.php during development
--------------------------+-----------------
Reporter: nacin | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.9
Component: Help/About | Version: 3.2
Severity: normal | Keywords:
--------------------------+-----------------
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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26727>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list