Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 1 | -4/+5 |
| | |||||
* | implement short time object cache to reduce network calls and some cleanup | Mario | 2024-01-27 | 1 | -7/+9 |
| | |||||
* | an attempt to cache seen item mids for the purpose that we can hide seen ↵ | Mario | 2023-09-10 | 1 | -7/+7 |
| | | | | pubstream items from the notifications - might revert if it turns out that it does not scale | ||||
* | Update Cache.php | Max Kostikov | 2020-01-06 | 1 | -2/+1 |
| | |||||
* | Add age choice on cached item retrieve | Max Kostikov | 2020-01-05 | 1 | -2/+11 |
| | |||||
* | Fix once cached embedded content is used and stored forever | Max Kostikov | 2019-11-25 | 1 | -9/+4 |
| | |||||
* | oembed cache: don't store the url (which may need to be truncated), store a ↵ | zotlabs | 2017-04-18 | 1 | -6/+6 |
| | | | | hash instead. This will allow us to convert the table to utf8mb4 without running into mysql key length restrictions as well as dealing with the potential ambiguity of truncated urls. | ||||
* | restrict url cache to 254 maxlen | redmatrix | 2016-07-26 | 1 | -0/+5 |
| | |||||
* | relocate the cache class | redmatrix | 2016-06-23 | 1 | -0/+46 |