WPIntell

Source evidence

incompatible with cache plugins

Performance Lab · review · 2024-11-05T00:37:00+00:00

complaintsentiment
highseverity
0.97relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 33 rows with source links

21.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 1 stars
audioscavenger unresolved
sorry guys, but because you create wp-content/object-cache.php I cannot activate any cache plugin. thanks The object-cache.php installation is designed to be compatible with any existing caching layer. In particular, if you have an existing object-cache.php it will copy that one and then continue to load it after the Performance Lab’s version is installed: https://github.com/WordPress/performance/blob/01504c5493ef71e355ac6e9f5165e938729c46cc/plugins/performance-lab/includes/server-timing/object-cache.copy.php#L76-L86 Is this not working for you? That said, you can disable it from being installed by adding define( 'PERFLAB_DISABLE_OBJECT_CACHE_DROPIN', true) to your wp-config.php . In any case, the use of object-cache.php as a means to start early timing is a hack. It would be great if we could use a different mechanism to start timing early, like installing an mu-plugin .

Comments

1 shown
Weston Ruter 2024-11-05T01:25:00+00:00

The object-cache.php installation is designed to be compatible with any existing caching layer. In particular, if you have an existing object-cache.php it will copy that one and then continue to load it after the Performance Lab’s version is installed: https://github.com/WordPress/performance/blob/01504c5493ef71e355ac6e9f5165e938729c46cc/plugins/performance-lab/includes/server-timing/object-cache.copy.php#L76-L86 Is this not working for you? That said, you can disable it from being installed by adding define( 'PERFLAB_DISABLE_OBJECT_CACHE_DROPIN', true) to your wp-config.php . In any case, the use of object-cache.php as a means to start early timing is a hack. It would be great if we could use a different mechanism to start timing early, like installing an mu-plugin .