Hello, I have 2 sites with your enfold theme. One has a normal speed loading, but the other is really slow…any idea why?
Thank you!
Hi,
Does it happen with the default WordPress theme activated?
Cheers!
Josue
Hey!
1) Do you host both websites on the same server?
2) If yes, check your plugins – maybe a plugin causes the long loading times.
3) If not it’s probably related to the server configuration or server hardware. One possible reason could be that the server can’t write to the sessions folder. You can try to deactivate all theme sessions with this code (add it to the theme functions.php):
add_theme_support('avia_no_session_support');
Regards,
Peter
Hi!
Yes, please try to update to the latest theme and wordpress version. If the updates don’t fix the issue please try to deactivate the theme sessions by adding this code to the very bottom of the enfold/functions.php or child theme functions.php file:
add_theme_support('avia_no_session_support');
If it still doesn’t solve the issue please create me an admin account and I’ll check the configuration.
Cheers!
Peter