Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
2f7c803
initial code import
tillkruss Jan 19, 2022
348fff5
use existing page; still needs section
tillkruss Jan 20, 2022
b6a1cc3
add some basic criteria
tillkruss Jan 20, 2022
60d3862
make it easy to add a thresholds filter later on
tillkruss Jan 20, 2022
8894446
please the formatting gods
tillkruss Jan 20, 2022
234c048
detect object cache services
tillkruss Jan 20, 2022
ae1d6f7
please the gods again
tillkruss Jan 20, 2022
4f89ffe
be more verbal
tillkruss Jan 21, 2022
bc01b45
refine 2nd part of the description
tillkruss Jan 21, 2022
07f12a3
Update load.php
tillkruss Jan 21, 2022
24cb869
revert debug value
tillkruss Jan 21, 2022
c880585
drop the word persistent
tillkruss Jan 24, 2022
ce40e36
docblock fixes; since tags; coding standards
tillkruss Feb 9, 2022
a0201f6
docblocks
tillkruss Feb 9, 2022
21af177
fix filter ref
tillkruss Feb 9, 2022
8d2d709
add more since tags
tillkruss Feb 9, 2022
02f1094
tweak copy
tillkruss Feb 9, 2022
5f51a6f
fix function name
tillkruss Feb 9, 2022
e3bd858
turn conditions into single loop
tillkruss Feb 9, 2022
af3dd69
allow easy bypass of expensive calls
tillkruss Feb 9, 2022
64e4806
made thresholds filterable
tillkruss Feb 9, 2022
6f4d1ce
sort
tillkruss Feb 9, 2022
52c59ce
code styling
tillkruss Feb 9, 2022
0114f3d
remove debug
tillkruss Feb 10, 2022
839aad4
make badge orange when recommended
tillkruss Feb 10, 2022
afd077c
dump ci tests
tillkruss Feb 11, 2022
9135d33
inital tests
tillkruss Feb 11, 2022
eec2d40
gte
tillkruss Feb 11, 2022
38c1767
add alloptions tests
tillkruss Feb 11, 2022
aca709a
only run check in production
tillkruss Feb 17, 2022
80d8a8c
added missing since tags
tillkruss Feb 17, 2022
25e040c
document return values
tillkruss Feb 17, 2022
2e38169
update module name; rename slug
tillkruss Feb 17, 2022
831c85c
use long slug
tillkruss Feb 17, 2022
c992a7c
prefix functions with `perflab_oc_*`
tillkruss Feb 17, 2022
3502b28
prefix all filters
tillkruss Feb 17, 2022
5440969
use prefixed names in tests
tillkruss Feb 17, 2022
db8994f
fix test
tillkruss Feb 17, 2022
a83ae10
Update modules/object-cache/persistent-object-cache-health-check/load…
tillkruss Feb 26, 2022
fb4e749
Update modules/object-cache/persistent-object-cache-health-check/load…
tillkruss Feb 26, 2022
fd07b49
Update modules/object-cache/persistent-object-cache-health-check/load…
tillkruss Feb 26, 2022
873dc12
simplify filter logic
tillkruss Feb 28, 2022
1ea68fd
update tests
tillkruss Feb 28, 2022
ea06461
spacing
tillkruss Feb 28, 2022
badede0
Update modules/object-cache/persistent-object-cache-health-check/load…
tillkruss Feb 28, 2022
6291513
simplify tests
tillkruss Feb 28, 2022
0390c3a
formatting
tillkruss Feb 28, 2022
bbf79d8
remove useless vars from tests
tillkruss Feb 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update modules/object-cache/persistent-object-cache-health-check/load…
….php

Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
  • Loading branch information
tillkruss and felixarntz authored Feb 28, 2022
commit badede0a6af222780099fdbee317c23ee313a6fb
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ function perflab_oc_health_persistent_object_cache() {
}

/**
* Callback for `site_status_persistent_object_cache` filter.
*
* Determines whether to suggest using a persistent object cache.
*
* @since 1.0.0
Expand Down