There is a drop in performance when reading and displaying the publications page. This is probably caused by loading the image files (publication covers). Possible solution: 1. Loading and displaying a placeholder image 2. After loading into the browser via AJAX/JS, the images are reloaded and exchanged with the placeholders (basically a kind of lazyload)