How to speed up a script shop?

I have a website where I’ve included a store from fineartamerica.com using a script they provide. The store link is www.agustipardo.es/tienda/ .

In general, the other pages of the WordPress website perform well in Insights and Webpagetest.org analyses, but the page with the script, even though it doesn’t include anything else, has particularly poor results.

You can see a Webpagetest.org test result here: https://www.webpagetest.org/result/230923_AiDc1T_9MP/, and especially in the performance section, the result is very low.

I understand that being a third-party script, it might not be especially fast, but this seems excessively low. Can you provide recommendations to improve the performance score?

The website is hosted on a LiteSpeed server with the LiteSpeed Cache plugin installed and configured, as well as the APCu manager for object caching and the OPcache enabled.

1 Like

I mean, your webpagetest seems to be telling me your problem mostly is that your webpage redirects to itself? The result says it spent 3 and a half seconds redirecting to itself. Least i think that’s what it’s saying.

@m_hutley Well, I don’t understand why the report says that either, as the page consists only of the HTML and the embedded script. Looking at the page source “view-source:https://www.agustipardo.es/tienda/” I can’t find anything that could be causing it. Can you?

The main items are “Serve images in next-gen formats” and “Efficiently encode images”.

Since the images in question are being served from Fine Art America there’s not a bunch you can do about it.

@Gandalf Do you think these are the elements that penalize the performance on my store page the most?

Well the report says for the first one estimated savings 541s and for the second estimated savings 404.63s. Together that’s over 15 mins. You be the judge!

1 Like

Being an external script, what options do I have to optimize it and improve its loading?

<script type='text/javascript' src='https://fineartamerica.com/widgetshoppingcart/widgetscripts.php'></script> <iframe id='pixelsshoppingcartiframe' src='https://fineartamerica.com/widgetshoppingcart/artwork.html?memberidtype=artistid&memberid=77963&domainid=0&showheader=0&height=600&autoheight=true' style='display: inline-block; width: 100%; height: 820px; border: none; overflow: hidden;'></iframe>

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.