Hi Nayeem
We are using W3 Total Cache. I have set items_per_page = 20. We are still having problems on this page and also on the following pages:
Recommended Practices
Business Practices
When you look at the source code the image is loaded multiple times. We are using a custom template where the package icon is displayed. The template looks as follows:
<div class=”well c2a3″>
<div class=”media”>
<div class=”mr-3″ align=”left”>
[icon]
</div>
<div class=”media-body”>
<h3 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0 0 5px 0;font-size:12pt; “>
[title]
<span style=”font-size:8pt;font-weight:300″ class=”text-muted ml-4″>
<i class=”fas fa-hdd mr-1″></i> [file_size]
<i class=”ml-3 far fa-arrow-alt-circle-down mr-1″></i> [download_count] downloads
<i class=”ml-3 far fa-clock mr-1″></i> [create_date]
</span>
</h3>
[excerpt_200]</br>
</div>
<div class=”ml-3″ align=”right”>
[download_link]
</div>
</div>
</div>
Regards, Eva