This topic has 8 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Olga Barlow
Hi there
I have moved the site to pagely.com hosting before we lounch it.
All seem to be alright, but the whole point of moving there was to speed up the load time.
Unfortunately, the loading time is still very long.
So I contacted the hosting support and this is their response:
It seems that the pageload is heavily influenced by the following element:
https://8theme.com/import/xstore/versions/wp-content/uploads/sites/2/
The source of the element could either be “dummy” XML data within the theme or the “et-core-plugin” plugin but I am uncertain how important it is regarding the website.
SO I wonder if you can point me to the right direction.
Hello,
Check your Revolution Slider and all the layers that you use there. Very likely there is one layer, probably image, that has broken link.
Regards
Thanks for that
Got this sorted, but theres more
Check another response from the pagely support team:
It looks like your theme’s hooking into WooCommerce and creating the cookies.
File: ./wp-content/themes/xstore/framework/woo.php
if(!function_exists(‘etheme_set_customer_session’)) {
add_action( ‘init’, ‘etheme_set_customer_session’, 10 );
function etheme_set_customer_session() {
if ( WC()->version > ‘2.1’ && ( ! is_admin() || defined( ‘DOING_AJAX’ ) ) && ! defined( ‘DOING_CRON’ ) ) :
WC()->session->set_customer_session_cookie( true );
endif;
}
}You can try commenting that code snippet out or try reaching out to the theme dev for a possible fix.
Should I do what they suggest and comment this out? Or you suggest something else?
Thanks
Hello,
Our theme uses WooCommerce cookies, if you disable them some functions may stop work. But if it’s critical for your performance you can comment out this code and check if it helps you.
Regards
Can you be more precise?
What won’t work?
Are those some crucial functions?
Site load speed is one of the most important factors of having online shop (the fastesr load time the better conversion)
Pagely can’t cache the site properly thus load time is to high and low conversion.
Can you tell me the solution please?
Hello,
Options, that are related to woocommerce cookies, are grid/list switcher and products per page.
Regards
Thanks for that
Gonna comment it out then
Ok. Feel free to ask if you need any other help.
Regards
Tagged: designs, pagely, robust, seo friendly, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up