checkout page load time: https? product-page style.css?

Home PageForumsHow-To and Troubleshootingcheckout page load time: https? product-page style.css?

This topic is: resolved

This topic has 2 voices, contains 4 replies, and was last updated by  mytych 107 days ago.

Viewing 5 posts - 1 through 5 (of 5 total)
Author Posts
Author Posts
January 31, 2012 at 6:41 am #252179

mytych
Contributor

I just updated WordPress to 3.3.1 and WP E-commerce to 3.8.7.6.2 …After doing so my checkout page is significantly slow to load. All of my other pages load under 10 seconds, and my checkout page (the only page linked via /products-page/checkout) is now loading 40-60 seconds every time.

It appears that the page is trying to pull my style.css, jquery.js both located in my wordpress theme folder, and Scripts/AC_RunActiveContent.js located in my public.html folder by going through /products-page/

My checkout page is also https – secure and I others having https issues so I wasn’t sure if this was an issue as well.

Is there a function I should delete so my checkout isn’t trying to acquire these files via /products-page/ ?

Thanks for the help!

January 31, 2012 at 9:36 am #252210

Ruben Sargsyan
Resident Expert
Trusted

Hello,

Can you please write here the website url where I can look at the checkout page.

Thanks.

January 31, 2012 at 9:43 am #252212

mytych
Contributor

http://www.anniesfutons.com/products-page/checkout

January 31, 2012 at 11:09 am #252217

Ruben Sargsyan
Resident Expert
Trusted

I think you have to remove these codes from your theme files:

<style type=”text/css”>
<!–
@import url(“style.css”);

–>
</style>

and

<script src=”Scripts/AC_RunActiveContent.js” type=”text/javascript”></script>
<script type=”text/javascript” src=”js/jquery.js”></script>

but firstly backup the files.

January 31, 2012 at 11:23 am #252220

mytych
Contributor

Fantastic, thanks.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.