|
|
@ -0,0 +1,7 @@ |
|
|
|
|
|
Parameter Setting Pay-off |
|
|
|
|
|
&cache=1 Boolean flag Forces Edge to treat object as "popular", short-cutting 404-on-miss logic |
|
|
|
|
|
Cache-Control: max-age=3600 Request header Increases TTL from default 600 s to 1 h, slashing re-fetch by 40 % |
|
|
|
|
|
Quintet spike 1 req/node Triggers "global replicate" rule inside a sub-two-minute window |
|
|
|
|
|
|
|
|
|
|
|
Ship to Trello or Buffer Using Built-In API Connector |
|
|
|
|
|
Snag your Trello API key and token from https://trello.com/app-key and paste them into cells B1:B2 of a new tab named Secrets. In A4 toss ="https://api.trello.com/1/cards?idList="&$D$1&"&key="&Secrets.B1&"&token="&Secrets.B2&"&name="&ENCODEURL(C4)&"&desc="&ENCODEURL(D4)&"&due="&TEXT(E4,"yyyy-mm-dd") where D1 carries the target list ID, C4 the post title, D4 the caption, and E4 the scheduled UTC date. Stretch the formula down for every row |