-
When Mezzanine 1.4.16 caches pages, it doesn't store the content-type. Thus, retrieving and rendering cached pages results in a content-type of 'text/html' instead of what was expected.
Specifically…
-
### What is your article idea?
The article aims to provide a comprehensive guide for developers looking to enhance the performance of their Angular applications, especially when using Strapi as a bac…
-
**Describe the bug/problem**
All static content is served with a `Cache-Control: no-cache` header, so all these resources are re-downloaded on every page navigation.
For even a small library…
-
### Bug description
Static cache is set while redirecting.
### How to reproduce
Lets say i have 2 pages with `STATAMIC_STATIC_CACHING_STRATEGY=half`
https://www.test.com/party
https://www.test.…
-
### Offline First Experience with Caching and Sync Status Indicator
In today’s digital environment, users often encounter connectivity issues, which can disrupt their interaction with a website or …
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Describe the bug and reproduction steps
On the latest `main`, let's say the workspace has a files with…
-
The biggest drawback YTM has apposed to GPM is the horrible implementation of uploaded content. I love browsing through my uploaded albums and in YTM it takes about 8 minutes to browse to the last alb…
-
On simple static workload
```
static("static") {
file("js/script.js")
}
```
caching result of `file.isFile` invocation saves up to 30% of throughput (depending on file size).
For static con…
-
I proposed this idea early January but thought it was too much work to be worth it. Since people keep asking, I'll make a suggestion.
The idea is caching the contents of opened shulkers, chests and e…
-
I'm not sure if the rationale here would apply across the board, but in playing with this, I realized that every time I click a marker, I'm sending an AJAX request to the server.
I'm a little weird, …