Page MenuHomePhabricator
Paste P173

Upload timestamps of varnish misses that trigger on-the-fly thumbnail generation
ActivePublic

Authored by Gilles on Dec 19 2014, 9:57 AM.
SELECT event_uploadTimestamp FROM MultimediaViewerNetworkPerformance_10774577 WHERE event_type = 'image' AND event_age IS NOT NULL AND event_varnish1hits = 0 AND event_varnish2hits = 0 AND event_varnish3hits = 0 AND event_timestamp - event_lastModified < 5 ORDER BY event_uploadTimestamp DESC

Event Timeline

Gilles changed the title of this paste from untitled to Upload timestamps of varnish misses that trigger on-the-fly thumbnail generation.
Gilles updated the paste's language from autodetect to autodetect.