Search Articles — Sudonull

Search Results

In this project

HTTP Latency Diagnostics: from Nginx to the Kernel

https://sudonull.com/http-latency-diagnostics-from-nginx-to-the-kernel

Searching for causes of latency in the HTTP pipeline. Analysis of Nginx logs, Server-Timing, and TCP_INFO for quick localization of bottlenecks.

Dart backend: benchmarks and memory issues

https://sudonull.com/dart-backend-benchmarks-and-memory-issues

Dart vs Node.js benchmarks: latency 9.5s, memory not returned in K8s. Why migration failed, ecosystem and GC for Flutter. Read raw results.

Gemini 3.1 Flash Live for voice agents

https://sudonull.com/gemini-3-1-flash-live-for-voice-agents

Gemini 3.1 Flash Live reduces latency in voice dialogues, filters noise, supports 90+ languages. Integrations in design, gaming and companions. Test in Google AI Studio for real-time AI.

From the web

Disable Browser Caching with Meta HTML Tags - GeeksforGeeks

https://www.geeksforgeeks.org/javascript/disable-browser-caching-with-meta-html-tags/

Jul 23, 2025 · Fortunately, developers can leverage meta HTML tags to control caching behaviour, ensuring users receive the latest …

<meta http-equiv> HTML attribute - HTML | MDN

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta/http-equiv

Apr 20, 2026 · When a <meta> element has an http-equiv attribute, a content attribute defines the corresponding http-equiv value. …

HTML meta tag - W3Schools

https://www.w3schools.com/tags/tag_meta.asp

The <meta> tag defines metadata about an HTML document. Metadata is data (information) about data. <meta> tags always go …

<meta> HTML metadata element - HTML | MDN - MDN Web Docs

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta

Apr 24, 2026 · If the name attribute is set, the <meta> element provides document-level metadata that applies to the whole page. If …

HTML meta http-equiv Attribute - W3Schools

https://www.w3schools.com/tags/att_meta_http_equiv.asp

Defines a time interval for the document to refresh itself. Note: The value "refresh" should be used carefully, as it takes the control of …

html - Is there a <meta> tag to turn off caching in all browsers ...

https://stackoverflow.com/questions/1341089/is-there-a-meta-tag-to-turn-off-caching-in-all-browsers

Caching headers are unreliable in meta elements; for one, any web proxies between the site and the user will completely ignore …

Disable browser caching with meta HTML tags - Online Tutorials Library

https://www.tutorialspoint.com/article/disable-browser-caching-with-meta-html-tags

Mar 16, 2026 · Following are the three essential meta tags used to disable browser caching. The <meta> tag is an empty HTML …

Meta veri - web.dev

https://web.dev/learn/html/metadata?hl=tr

Desteklenen http-equiv değerleri, HTTP üstbilgilerini doğrudan ayarlayamadığınızda ayar yönergelerini etkinleştirir. Spesifikasyonda …

How to set HTTP headers (for cache-control)? - Stack Overflow

https://stackoverflow.com/questions/4480304/how-to-set-http-headers-for-cache-control

Dec 19, 2010 · The directive CACHE-CONTROL:NO-CACHE indicates cached information should not be used and instead requests …

HTML meta http-equiv Özelliği | M5 Bilişim

https://www.m5bilisim.com/webokulu/etiketler/ozellik-meta-http-equiv.php

Http-equiv özeliğini popüler tüm tarayıcılar desteklemektedir. Http-equiv özelliği content özelliği ile HTTP üstbilgisi çiftini (bilgi-değer) …

Trending Now