Hi guys,
I have a project where I see unusual delays in loading of the feeds for product lists. it might happen to other feeds as well, but this one seems to be noticeably slow.
I am talking about something like this: https://www.allmedia.sk/produkty/mechanicke-kotvy?feed=true&DoNotShowVariantsAsSingleProducts=True
The feed seems to load between 6 sec to 12 seconds. I am talking about anonymous users, no assortments but with variants.
I understand the caching of this feed for Authenticated users is not applicable because of the stock and/or pricing but for anonymous users, it should be possible to cache it somehow.
Is there a way I can accomplish this caching? or speed up the load time?
The webserver does not seem to be overloaded while doing these tests (CPU usage is between 5 and 25%), therefore I am not considering adding more resources. The webserver hosts both the IIS and the SQL server, which should also improve the connection to the database.
I have checked the indexes for defragmentation but I am out of ideas.
Does anybody have any suggestion?
Thank you,
Adrian