Skip to content

Improve FTP performance of listing folder contents

Matija Obreza requested to merge ftp-list-files-performance into main

@gcapilit reported that listing /wiews/PHL001/acn times out. This MR fixes that by resolving an N+1 issue caused by @OneToOne between repository folder and its image gallery.

Merge request reports