Tobias B
Tobias B
When a taxonomy page fetches content, it will load the specified number of linked records from the database ordered by date, ignoring their status and publish dates. The status will...
The Frontend Controller has a method for taxonomy pages. In this method, it will load the records array for the current taxonomy slug. It does this in a very inefficient...
The design for multi-select items seems off. The selected elements are to small and not in line with bootstrap 4 elements. I changed the style with these additional lines: ```...
Since caching is more and more moved towards external systems like varnish or even better a full cdn system, we should provide some very generic guidelines on how to configure...