bitbird development

Results 15 comments of bitbird development

@brusch i've moved my pimcore fork to this account. will issue a new pull request shortly. how do you want the protected method to be called? in which class do...

Additionally it seems like in the backend, the Cache => Clear Full Page Cache - Button doesn't actually clear the cache.

[here is where the Cache is cleared via the Button in the Backend](https://github.com/pimcore/admin-ui-classic-bundle/blob/1eeb2536ebb3f8e7f596743ef9a214f582d8cd4a/src/Controller/Admin/SettingsController.php#L645) [here is where the Cache gets cleared when saving a Document](https://github.com/pimcore/pimcore/blob/2b3bb4d10f4c32270589bb37557b932ca38d2a7e/models/Document.php#L372C20-L372C39) [here is where the cache-entry is...

@kingjia90 in my tests i think the lifetime was set to "null". ```yaml full_page_cache: enabled: true lifetime: null # exclude_cookie: '' exclude_patterns: '@^/health-check@' ```

there is also another issue with the full page cache. when using frontend-prefixes, for example when you want to deliver your images via cdn. when frontend prefixes are enabled, on...

this screenshot is taken right after editing and saving a document in pimcore. i was still logged in thats why the cache is disabled. the strange thing is that i...

this is after logging out from the backend. my content is behind a login in the frontend so it also makes sense here that the cache is disabled... but my...

Hitting "Clear Full Page Cache" didnt work so i cleared the data cache after clearing the cache the changes are visible in the frontend

> @bitbirddev [#16453 (comment)](https://github.com/pimcore/pimcore/issues/16453#issuecomment-1889038033) may be fixed with #16467 @hadl: i don't see any relation to this Bug to be honest, at least not for the full page cache clearing...

@fashxp just had that problem again. I've changed the contents of a wysiwyg editable (added that "Datenschutz-Einstellungen" Link). Then i've saved and published the document. No Errors popping up, everything...