{"id":30559318,"url":"https://github.com/ibexa/summit-2025-http-caching","last_synced_at":"2026-02-12T11:37:28.702Z","repository":{"id":275018358,"uuid":"922955861","full_name":"ibexa/summit-2025-http-caching","owner":"ibexa","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-03T09:38:14.000Z","size":5352,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"solution","last_synced_at":"2025-08-28T14:47:12.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Twig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibexa.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}},"created_at":"2025-01-27T11:50:14.000Z","updated_at":"2025-02-03T13:21:06.000Z","dependencies_parsed_at":"2025-01-30T18:46:42.071Z","dependency_job_id":null,"html_url":"https://github.com/ibexa/summit-2025-http-caching","commit_stats":null,"previous_names":["ibexa/summit-2025-http-caching"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibexa/summit-2025-http-caching","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Fsummit-2025-http-caching","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Fsummit-2025-http-caching/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Fsummit-2025-http-caching/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Fsummit-2025-http-caching/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibexa","download_url":"https://codeload.github.com/ibexa/summit-2025-http-caching/tar.gz/refs/heads/solution","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Fsummit-2025-http-caching/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29364609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: 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":"2025-08-28T09:21:10.568Z","updated_at":"2026-02-12T11:37:28.697Z","avatar_url":"https://github.com/ibexa.png","language":"Twig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About this repo\n\nThe code in this repo was used for the presentation \"The Art of Caching\" at Ibexa Summit 2025.\n\n## The branches\n\nThe repo has two branches:\n- main: Code when the presentation started.\n- solution: Fixes problems that were discussed during the presentation.\n\n## Installation\n\nWhen installing it, you may follow our general and official installation documentation outlined in the \"Installation\"\nchapter.\n\nHowever, there is a shortcut if you have docker already installed:\n\n```\n    git clone https://github.com/ibexa/summit-2025-http-caching.git\n    cd summit-2025-http-caching\n    mkdir external; cd external; git clone https://github.com/vidarl/ezp-toolkit.git; cd ..\n\n    # Add your [Ibexa and github credentials](https://doc.ibexa.co/en/latest/getting_started/install_ibexa_dxp/#set-up-authentication-tokens) to auth.json\n\n    docker compose up -d --remove-orphans\n    \n    # FYI : db container will automatically import doc/docker/entrypoint/mysql/2_dump.sql on creation.\n```\n\nAt this point, the containers should be running. Next, install the DXP dependencies inside the app container:\n\n```\n    docker compose exec --user www-data app composer install\n    docker compose exec --user www-data app php bin/console ibexa:graphql:generate-schema\n    docker compose exec --user www-data app php bin/console c:c\n\n```\n\nIbexa is configured using `Map\\Host` matching. Add the following to your hosts file:\n```\n127.0.0.1   admin.localhost\n```\n\nPs : Modifying your `hosts` file as mentioned above might not be needed as some systems will automatically resolve *.localhost.\n\nOnce resolving is working, you might access the site using the following URLs:\n- web : http://localhost:8080/\n- varnish : http://localhost:8081/\n- admin-ui : http://admin.localhost:8080/\n\n## Enable Fastly CLI (optional)\n\nIf you also deploy the installation behind Fastly and you want to be able to use Fastly's CLI, you need to add your\nFastly service id and token in .env :\n\n```\nFASTLY_SERVICE_ID=your_fastly_serivce_id\nFASTLY_KEY=your_token\n```\n\nNext, re-run `docker compose up -d --remove-orphans` and you should be set.\n\nYou may then use :\n - The Fastly CLI inside the fastly-cli container\n - Access web server on port 8080\n - Access via varnish on port 8081\n - run bin/console, composer etc. from the app container\n\n# Ibexa Flex website skeleton\n\nThis is a Symfony Flex website skeleton allowing installation of all editions of\n[Ibexa DXP](https://www.ibexa.co/products) and Ibexa Open Source.\n\n## Installation\n\nFor installation instructions of Ibexa DXP see either\n[the official documentation](https://doc.ibexa.co/) or packages for specific editions:\n* [Ibexa Headless](https://github.com/ibexa/headless)\n* [Ibexa Experience](https://github.com/ibexa/experience)\n* [Ibexa Commerce](https://github.com/ibexa/commerce)\n\nIbexa DXP is licensed under Ibexa Business Use License Agreement (Ibexa BUL) and requires\na subscription. Learn more about [Ibexa DXP](https://www.ibexa.co/products).\n\nFor installation instructions of Ibexa Open Source see [ibexa/oss](https://github.com/ibexa/oss)\npackage.\n\n## COPYRIGHT\nCopyright (C) 1999-2024 Ibexa AS (formerly eZ Systems AS). All rights reserved.\n\n## LICENSE\nThis source code is available separately under the following licenses:\n\nA - Ibexa Business Use License Agreement (Ibexa BUL),\nversion 2.3 or later versions (as license terms may be updated from time to time)\nIbexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription,\nas described at: https://www.ibexa.co/product\nFor the full Ibexa BUL license text, please see:\nhttps://www.ibexa.co/software-information/licenses-and-agreements (latest version applies)\n\nAND\n\nB - GNU General Public License, version 2\nGrants an copyleft open source license with ABSOLUTELY NO WARRANTY. For the full GPL license text, please see:\n- LICENSE file placed in the root of this source code, or\n- https://www.gnu.org/licenses/old-licenses/gpl-2.0.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibexa%2Fsummit-2025-http-caching","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibexa%2Fsummit-2025-http-caching","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibexa%2Fsummit-2025-http-caching/lists"}