{"id":21277960,"url":"https://github.com/b13/graceful-cache","last_synced_at":"2026-01-20T15:07:17.100Z","repository":{"id":42201741,"uuid":"318646590","full_name":"b13/graceful-cache","owner":"b13","description":"TYPO3 cache backends which do not always have to be enabled","archived":false,"fork":false,"pushed_at":"2024-09-23T12:38:10.000Z","size":19,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-12-01T09:03:25.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-04T22:12:10.000Z","updated_at":"2024-09-23T12:38:10.000Z","dependencies_parsed_at":"2025-07-11T08:36:39.317Z","dependency_job_id":"41990ef6-08d4-4173-adb5-df0ffcaac610","html_url":"https://github.com/b13/graceful-cache","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/b13/graceful-cache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fgraceful-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fgraceful-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fgraceful-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fgraceful-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b13","download_url":"https://codeload.github.com/b13/graceful-cache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fgraceful-cache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T10:08:25.978Z","updated_at":"2026-01-20T15:07:17.083Z","avatar_url":"https://github.com/b13.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TYPO3 Extension with Graceful Cache Backends\n\nWe don't want our websites to be down because the cache\nbackend used, e.g. \"redis\" or \"memcached\" has a temporary\nissue. Instead, the page should be loaded, but trigger\nwarnings and errors and such, but still render a page\nwithout active caches.\n\nFor this reason, we provide Cache Backends which simply\ncatch all Exceptions.\n\nWe use this for High Availability projects, where a Redis\nsentinel cluster is not available but a Redis service is running\non each application server to ensure that TYPO3 does never\nthrow a 50x HTTP error because of a caching issue.\n\n## Installation\n\nWhen running TYPO3 in Composer Mode `composer req b13/graceful-cache` or\ndownload the extension \"graceful_cache\" via the Extension Manager\nfrom extensions.typo3.org.\n\n## Configuration\n\nUse this in your LocalConfiguration.php or AdditionalConfiguration.php\nto e.g. reconfigure the \"pages\" Cache (or \"cache_pages\" prior to TYPO3 v10)\nto run with the graceful Redis Cache Backend:\n\n    $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['pages']['backend'] = \\B13\\GracefulCache\\Backend\\RedisCacheBackend::class;\n\nOr configure with Memcached Cache Backend:\n\n    $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['pages']['backend'] = \\B13\\GracefulCache\\Backend\\MemcachedCacheBackend::class;\n\n## License\n\nThe extension is licensed under GPL v2+, same as the TYPO3 Core. For details see the LICENSE file in this repository.\n\n### Credits\n\nThis extension was created by [Benni Mack](https://github.com/bmack) in 2020 for [b13 GmbH](https://b13.com).\n\n[Find more TYPO3 extensions we have developed](https://b13.com/useful-typo3-extensions-from-b13-to-you) that help us deliver value in client projects. As part of the way we work, we focus on testing and best practices to ensure long-term performance, reliability, and results in all our code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb13%2Fgraceful-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb13%2Fgraceful-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb13%2Fgraceful-cache/lists"}