{"id":27078954,"url":"https://github.com/netlogix/netlogix.esirendering","last_synced_at":"2026-04-26T12:31:57.618Z","repository":{"id":39884221,"uuid":"320277850","full_name":"netlogix/Netlogix.EsiRendering","owner":"netlogix","description":"Render ESIs in Neos Fusion","archived":false,"fork":false,"pushed_at":"2022-05-23T17:14:38.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-17T11:51:24.868Z","etag":null,"topics":["esi","neos","nginx","varnish"],"latest_commit_sha":null,"homepage":"https://websolutions.netlogix.de","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netlogix.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}},"created_at":"2020-12-10T13:16:31.000Z","updated_at":"2022-05-02T09:04:28.000Z","dependencies_parsed_at":"2022-08-23T15:00:22.664Z","dependency_job_id":null,"html_url":"https://github.com/netlogix/Netlogix.EsiRendering","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.EsiRendering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.EsiRendering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.EsiRendering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.EsiRendering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlogix","download_url":"https://codeload.github.com/netlogix/Netlogix.EsiRendering/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247421084,"owners_count":20936225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["esi","neos","nginx","varnish"],"created_at":"2025-04-06T01:20:09.578Z","updated_at":"2026-04-26T12:31:57.578Z","avatar_url":"https://github.com/netlogix.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netlogix.EsiRendering\nThis package provides a simple way to render [edge side includes](https://de.wikipedia.org/wiki/Edge_Side_Includes) in Neos. This alows you to\nindividually cache parts of the page (e.g. header/footer).\n\nWe recommend using this package together with [flowpack/varnish](https://github.com/Flowpack/varnish) for Varnish integration.\n\n## Install package\n`composer require netlogix/esi-rendering`\n\n## Usage\nTo render a fusion path as ESI, you can use the `Netlogix.EsiRendering:RenderAsEsi` Fusion implementation:\n\n```html\nrenderer = afx`\n    \u003cp\u003eThis is rendered outside of the esi\u003c/p\u003e\n    \n    \u003cNetlogix.EsiRendering:RenderAsEsi node={props.site} cacheIdentifier=\"my-esi\"\u003e\n        \u003cp\u003eThis is rendered inside of the esi\u003c/p\u003e\n        \n        \u003cp\u003eThe given node is available as {node}\u003c/p\u003e\n    \u003c/Netlogix.EsiRendering:RenderAsEsi\u003e\n`\n```\n\nThis will render a `\u003cesi:include src=\"...\"\u003e` tag after the first `\u003cp\u003e`.\n\nESIs are not used in the Neos backend, instead the content will be rendered directly.\n\n## Debugging\nTo get the ESI uri, you can set the following setting to `true`:\n\n```yaml\nNetlogix:\n  EsiRendering:\n    debug: true\n```\n\nThis will render a `link` before the ESI:\n```html\n\u003clink rel=\"esi:include\" esi-identifier=\"my-esi\" context-node=\"/sites/my-site@live\" href=\"/esirendering?fusionPath=...\"\u003e\n```\n\nThis is enabled by default for the Development context.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlogix%2Fnetlogix.esirendering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlogix%2Fnetlogix.esirendering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlogix%2Fnetlogix.esirendering/lists"}