<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1258">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Hi <span>Maxim,</span></p>
<p><span><br>
</span></p>
<p><span>Thank so much for your response. You are correct, and the configuration of  <span>proxy_cache_use_stale updating <span>was present.</span></span></span></p>
<p><span><span><span><br>
</span></span></span></p>
<p><span><span><span>Stale while revalidate is a great option, and we use in a websites with more than 50
<span>millions</span> users/<span>month</span>.</span></span></span></p>
<p><span><span><span><br>
</span></span></span></p>
<p><span><span><span>This graph is our time to waiting to delivery pages to our users. We implement stale while revalidate in the
<span>beginning of Mai and w<span>e had an improvement</span></span> <span>of 30%.</span></span></span></span></p>
<p><span><span><span><span><br>
</span></span></span></span></p>
<p><span><span><span><span><img size="61095" id="x_img286394" tabindex="0" style="max-width:99.9%" src="cid:179acb8c-85a4-4e56-ad12-b4953a6475bd"><br>
<br>
</span></span></span></span></p>
<p><br>
</p>
<div id="x_Signature">
<div id="x_divtagdefaultwrapper" style="font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255); font-family:Calibri,Arial,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div class="x_BodyFragment"><font size="2">
<div class="x_PlainText">
<p class="x_x_MsoNormal" style="margin:0cm 0cm 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif; color:rgb(33,33,33)">
<span style="color:black">Abraço,</span></p>
<p class="x_x_MsoNormal" style="margin:0cm 0cm 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif; color:rgb(33,33,33)">
<b><span style="color:black">Rafael Cirolini</span></b></p>
<p class="x_x_MsoNormal" style="margin:0cm 0cm 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif; color:rgb(33,33,33)">
<span lang="EN-US">Sup Programmatic & Digital Services</span></p>
<p class="x_x_MsoNormal" style="margin:0cm 0cm 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif; color:rgb(33,33,33)">
<span style="color:black">Terra Global</span></p>
</div>
<div class="x_PlainText"></div>
</font></div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>De:</b> nginx <nginx-bounces@nginx.org> em nome de Maxim Dounin <mdounin@mdounin.ru><br>
<b>Enviado:</b> quarta-feira, 7 de junho de 2017 11:26:45<br>
<b>Para:</b> nginx@nginx.org<br>
<b>Assunto:</b> Re: Stale While Revalidate Expires</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hello!<br>
<br>
On Tue, Jun 06, 2017 at 07:33:24PM +0000, Rafael Cirolini wrote:<br>
<br>
> We've just updated to 1.12 to use the stale-while-revalidate option.<br>
> <br>
> The application is who sends the cache-control header, like this:<br>
> cache-control:max-age=180, stale-while-revalidate=60, stale-if-error=864000<br>
> <br>
> If I understood how SWR works, the user shouldn't receive stale content after 180+60 seconds.<br>
> <br>
> But we are seing stale content after this time.<br>
> X-Cache-Status: STALE<br>
> <br>
> Our DevOps team did a debug:<br>
> 2017/05/22 15:14:31 [debug] 21376#21376: *44 http file cache expired: 4 1495476646 1495476871<br>
> 2017/05/22 15:14:31 [debug] 21376#21376: *44 http upstream cache: 4<br>
> 2017/05/22 15:14:31 [debug] 21376#21376: *44 http file cache send: /var/cache/nginx/d/d2/fb19e1c85db7bda5c92ce21530bf5d2d<br>
> 2017/05/22 15:14:31 [debug] 21376#21376: *44 http ims:1491861925 lm:1491861925<br>
> 2017/05/22 15:14:31 [debug] 21376#21376: *44 http script var: "STALE"<br>
> <br>
> The correct answer should be EXPIRED after the max-age+SWR time.<br>
> <br>
> It looks reasonble to you?<br>
<br>
The behaviour depends on whether you use "proxy_cache_use_stale <br>
updating" in your configuration or not:<br>
<br>
- If it is explicitly configured, it takes precedence over <br>
  "Cache-Control: stale-while-revalidate=", and nginx will use any <br>
  stale response available.<br>
<br>
- If not configured, nginx will follow "stale-while-revalidate=" <br>
  specified in the response.<br>
<br>
The debug log provided suggests that the configuration uses <br>
"proxy_cache_use_stale updating" and <br>
"proxy_cache_background_update on".<br>
<br>
-- <br>
Maxim Dounin<br>
<a href="http://nginx.org/">http://nginx.org/</a><br>
_______________________________________________<br>
nginx mailing list<br>
nginx@nginx.org<br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div>
</span></font><br>
<hr>
<font face="Arial" color="Gray" size="1">Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinatário, podem conter informação privilegiada ou confidencial e são de uso exclusivo da pessoa ou entidade de destino. Se não for destinatário desta mensagem,
 fica notificado de que a leitura, utilização, divulgação e/ou cópia sem autorização pode estar proibida em virtude da legislação vigente. Se recebeu esta mensagem por engano, pedimos que nos comunique imediatamente por esta mesma via e, em seguida, apague-a.<br>
<br>
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener información privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted él destinatario indicado, queda notificado de que la lectura,
 utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le pedimos que nos lo comunique inmediatamente por esta misma vía y proceda a su exclusión.<br>
<br>
The information contained in this transmissión is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination,
 distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it.<br>
</font>
</body>
</html>