# Tecnoblog's Experience With Discourse Comments

**URL:** https://meta.discourse.org/t/tecnoblogs-experience-with-discourse-comments/400721
**Category:** Feature
**Tags:** embedding
**Created:** [April 15, 2026, 6:15pm UTC](https://meta.discourse.org/t/tecnoblogs-experience-with-discourse-comments/400721 "2026-04-15T18:15:07Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [April 15, 2026, 6:43pm UTC](https://meta.discourse.org/t/tecnoblogs-experience-with-discourse-comments/400721/3 "2026-04-15T18:43:51Z")

</div>

Thanks for the detailed feedback @Thiago_Mobilon !

I will work the list and try to cover everything eventually.

> [@Thiago\_Mobilon](#):
>
> **Cache:** Improved cache management for embedded topics to handle traffic spikes.

I just did a check here, and looks like your CSS in misconfigured on your Discourse site. You have double `cache-control` headers, and one of them is `no-cache`.

```plaintext
curl -v https://tecnoblog.net/comunidade/stylesheets/common_cd45efa28175431b0b8ff143783178d55206920b.css?__ws=tecnoblog.net -s 2>&1 | grep cache-control
< cache-control: max-age=31556952, public, immutable
< cache-control: no-store, no-cache, must-revalidate, private

```

---

_[View the full topic](https://meta.discourse.org/t/tecnoblogs-experience-with-discourse-comments/400721)._
