Skip to content

Commit 3f62502

Browse files
committed
Remove obsolete todos
1 parent 04b70b6 commit 3f62502

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

plugins/optimization-detective/storage/class-od-storage-lock.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public static function get_ttl(): int {
9393
*
9494
* @since 0.1.0
9595
*
96-
* @todo Should the URL be included in the key? Or should a user only be allowed to store one metric?
9796
* @return non-empty-string Transient key.
9897
*/
9998
public static function get_transient_key(): string {

plugins/optimization-detective/storage/data.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ function od_get_url_metric_freshness_ttl(): int {
5858
*
5959
* This is used as a cache key for stored URL Metrics.
6060
*
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-
*
6361
* @since 0.1.0
6462
* @access private
6563
*

0 commit comments

Comments
 (0)