Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there a way to verify that a crop is not regenerated for each load, and that it's actually loading the cached image?
The code being used to fetch the crop is just a basic getcropurl, so I can't see what could be wrong with it.
<div class="img-object" style="background-image: url(@(employee.Image != null ? employee.Image.GetCropUrl("Profilbilde Ansatte") : null)"></div>
The images loaded on this specific page are unnaturally slow, both in comparison to other sub pages of that site and other sites on that server.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Slow loading of images, seems uncached
Is there a way to verify that a crop is not regenerated for each load, and that it's actually loading the cached image?
The code being used to fetch the crop is just a basic getcropurl, so I can't see what could be wrong with it.
The images loaded on this specific page are unnaturally slow, both in comparison to other sub pages of that site and other sites on that server.
is working on a reply...