home.social

#cachecontrol — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cachecontrol, aggregated by home.social.

  1. Nginx за барной стойкой: три кейса, когда прокси спасает ситуацию

    Привет, Хабр! На связи Аскар Добряков, ведущий эксперт направления защиты данных и приложений в

    habr.com/ru/companies/k2tech/a

    #nginx #waf #authentication #безопасность_приложений #прокси #cachecontrol

  2. [Перевод] HotSpot AOT-кэш: стартуем быстрее, греемся меньше

    В новом переводе от команды Spring АйО рассмотрим, как можно ускорить Java-приложения без переписываний: в свежих JDK появились Ahead-of-Time оптимизации кэша, которые выносят «дорогие» этапы загрузки/линковки классов (и даже частично профилирование методов) из рантайма в заранее подготовленный артефакт. Рассмотрим как устроен AOT-кэш в JDK 24–26, какие есть workflow (3 шага vs 2 шага/в один прогон), где прячутся подводные камни вроде удвоения требований по памяти при - XX:AOTCacheOutput , и какие практики обучения помогут реально сократить время старта и быстрее выйти на пик производительности.

    habr.com/ru/companies/spring_a

    #java #kotlin #jvm #aot #cache #cachecontrol #spring #spring_boot #spring_framework #springboot

  3. Oh, joy! An exhilarating deep dive into HTTP caching 🤯👾 because who doesn't love reading the thrilling saga of RFC 9111? Spoiler alert: It's all about bossing around the #CacheControl header, like the ultimate micromanager of web protocols. 📜💤
    danburzo.ro/http-caching-refre #HTTPCaching #RFC9111 #WebProtocols #TechDive #HackerNews #ngated

  4. Oh, joy! An exhilarating deep dive into HTTP caching 🤯👾 because who doesn't love reading the thrilling saga of RFC 9111? Spoiler alert: It's all about bossing around the #CacheControl header, like the ultimate micromanager of web protocols. 📜💤
    danburzo.ro/http-caching-refre #HTTPCaching #RFC9111 #WebProtocols #TechDive #HackerNews #ngated

  5. Oh, joy! An exhilarating deep dive into HTTP caching 🤯👾 because who doesn't love reading the thrilling saga of RFC 9111? Spoiler alert: It's all about bossing around the #CacheControl header, like the ultimate micromanager of web protocols. 📜💤
    danburzo.ro/http-caching-refre #HTTPCaching #RFC9111 #WebProtocols #TechDive #HackerNews #ngated

  6. Oh, joy! An exhilarating deep dive into HTTP caching 🤯👾 because who doesn't love reading the thrilling saga of RFC 9111? Spoiler alert: It's all about bossing around the #CacheControl header, like the ultimate micromanager of web protocols. 📜💤
    danburzo.ro/http-caching-refre #HTTPCaching #RFC9111 #WebProtocols #TechDive #HackerNews #ngated

  7. A config object sets granular cache durations: long TTLs for static assets (images, CSS, JS, fonts), shorter ones for dynamic content (API), and rules for HTML, homepage, search, sitemaps, feeds. Custom cache keys are generated, including normalized URL, device type, and cache version, to maximize hits and enable invalidation. #EdgeCaching #CacheControl #CDN #WebPerformance #Tech

  8. Although frequently misunderstood, the HTTP Cache-Control header is crucial because it specifies caching mechanisms within requests and responses.  In its typical format, it reveals details as to how resources are stored, the location of the resource and the maximum age before expiring…

    In our latest blog post, Kieran Larking highlights that the No-cache directive does not prevent caching and looks at typical caching behaviour directives and how to correctly use these directives to balance performance and security: pentestpartners.com/security-b

    #Caching #CacheControl #WebPerformance #WebSecurity #HTTPHeaders #Cybersecurity #DeveloperGuide #HTTP

  9. After nearly 6.5 years since the bug/feature request was filed, it looks like Chromium are going to implement `cache-control: immutable`!

    The bug has been assigned to someone at Microsoft so maybe they want it in Edge.

    Good news, IMO!

    issues.chromium.org/issues/412

    #WebDev #CacheControl #Immutable #WebPerf #WebPerformance

  10. Разбираемся в статусах кеша CDN

    Привет, Хабр! Cегодня мы разберемся с одним из ключевых аспектов работы CDN – статусами кеша. Если вы когда-нибудь заглядывали в заголовки ответа сервера или анализировали логи CDN, то наверняка встречали загадочные аббревиатуры HIT, MISS или EXPIRED. Давайте разберемся, что они означают и почему так важны для понимания работы CDN.

    habr.com/ru/companies/cdnnow/a

    #cdn #статусы_кэша #miss #hit #статусы_кеша #cache #cachecontrol

  11. Does s-maxage in Cache-Control have any effect on proxies if used together with private and max-age=0? ​:sagume_think:​

    Like
    Cache-Control: max-age=0, must-revalidate, private, s-maxage=10

    The intent is that the browser can continuously hit the reverse proxy for updates, but should have like a 10-second cooldown before the proxy hits the backend.

    #HTTP #Web #WebDev #WebDevelopment #Cache #CacheControl #Caching #AskFedi