Opened 14 years ago
Closed 14 years ago
#17637 closed defect (bug) (invalid)
object-cache handling in wp-admin
Reported by: | unsalkorkmaz | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.2 |
Component: | General | Keywords: | close |
Focuses: | Cc: |
Description
I see w3 total cache plugin was slowing wp-admin so much and i found wp-content/object-cache.php file was reason:
http://wordpress.org/support/topic/w3-total-cache-slowing-admin-section-with-object-cachephp
but then i tried; http://wordpress.org/extend/plugins/apc/
i think it slows wp-admin pages too, so i think it might be wp-admin section reacts wrong when there is wp-content/object-cache.php file..
Dont have any measurement and maybe this is wrong but a developer maybe want to look at it.
Change History (2)
Note: See
TracTickets for help on using
tickets.
wp-content/object-cache.php
is not a core file, it is put there by the W3 Total Cache plugin. This looks like a plugin issue to me.