-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
|
||
# Tips and Tricks | ||
|
||
|
||
:::danger | ||
Page is under development. | ||
::: | ||
|
||
|
||
On this page, you'll find a list of frequently asked questions related to issues in TMA. | ||
|
||
### How to solve the cache overflow issue in TMA? | ||
|
||
:::tip | ||
Only reinstalling the Telegram application could be helpful. | ||
::: | ||
|
||
|
||
### Are there any recommendations on caching headers for HTML files? | ||
|
||
:::tip | ||
It's preferable to switch off cache in the HTML. To ensure your cache switched off, specify headers in your request according the following: | ||
|
||
```curl | ||
Cache-Control: no-store, must-revalidate | ||
Pragma: no-cache | ||
Expires: 0 | ||
``` | ||
::: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters