File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
plugins/optimization-detective/storage Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ public static function get_ttl(): int {
93
93
*
94
94
* @since 0.1.0
95
95
*
96
- * @todo Should the URL be included in the key? Or should a user only be allowed to store one metric?
97
96
* @return non-empty-string Transient key.
98
97
*/
99
98
public static function get_transient_key (): string {
Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ function od_get_url_metric_freshness_ttl(): int {
58
58
*
59
59
* This is used as a cache key for stored URL Metrics.
60
60
*
61
- * TODO: For non-singular requests, consider adding the post IDs from The Loop to ensure publishing a new post will invalidate the cache.
62
- *
63
61
* @since 0.1.0
64
62
* @access private
65
63
*
You can’t perform that action at this time.
0 commit comments