Yanick Witschi

Results 57 issues of Yanick Witschi

Hi Leo One thing that I really find annoying in Contao is that the navigation module is limited to the tl_page table and there's no way to hook upon. Some...

feature

### Affected version(s) 4.13.*, 5.0.* ### Description See https://github.com/contao/contao/blob/5.x/core-bundle/src/Image/Preview/ImaginePreviewProvider.php#L103

bug

I guess this is the one problem users struggle with most when analyzing page speed. Page speed insights wants us to put blocking scripts out of the way and I...

feature

This is a rough concept: - SearchInterface - index(DocumentInterface $doc) - indexLazy(DocumentInterface $doc) - triggerLazyIndex() - search(QueryInterface $query) - etc. - DocumentInterface - getUrl() - getContent() - getProtected() - etc....

feature

Starting a list here so we know what issues to tackle first. To be extended/modified. | Task | Short description | Prerequisites | Logical priority | Pull Request | |...

feature

This is a accumulative ticket collecting all the features/todo's for future versions of Contao to better support HTTP/2 to get the best out of it. The list is not final,...

feature

Hey, cool project! Thank you! I just came across this once again so I figured I'll just add this as an idea for a new feature. Depending on your setup...

By default, php's opcache only stores `2000` files. That's likely not enough, I have around `12000` in one of my medium-sized projects. You can configure it and set it up...

feature

Hey everybody, We're using the library to request data using Guzzle. The issue we're having is that the Akeneo SDK is always executing authentication requests even though a request is...

question

Would be great if the [docs](https://docs.meilisearch.com/reference/under_the_hood/storage.html) said something about whether identical documents or parts of the documents are shared across indexes. E.g. if I add the exact same document A...

good first issue
P3