Skip to content

Commit

Permalink
Remove obsolete todos
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Feb 11, 2025
1 parent 04b70b6 commit 3f62502
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public static function get_ttl(): int {
*
* @since 0.1.0
*
* @todo Should the URL be included in the key? Or should a user only be allowed to store one metric?
* @return non-empty-string Transient key.
*/
public static function get_transient_key(): string {
Expand Down
2 changes: 0 additions & 2 deletions plugins/optimization-detective/storage/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ function od_get_url_metric_freshness_ttl(): int {
*
* This is used as a cache key for stored URL Metrics.
*
* TODO: For non-singular requests, consider adding the post IDs from The Loop to ensure publishing a new post will invalidate the cache.
*
* @since 0.1.0
* @access private
*
Expand Down

0 comments on commit 3f62502

Please sign in to comment.