Bug 1921564 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Essentially we're now using startup cache way too often, which is impacting pacing, which can impact revenue and impressions.

Bug 1906989 started passing an experiment value in the place of isStartup, which should have been passing both.

Making too many requests hold cache for much much longer.
Essentially we're now using startup cache way too often, which is impacting pacing, which can impact revenue and impressions.

Bug 1906989 started passing `startupCache` value in the place of `isStartup`, which should have been passing both with an `&&`.

Making too many requests hold cache for much much longer.

Back to Bug 1921564 Comment 0