I am running a Wordpress website: link
All plugins, wordpress and theme are updated to the latest version.
I am also running on Woocommerce. When disabling the Woocommerce-plugin, the site is running fast. When enabling Woocommerce, site is slowing down desperately.
Theme is also compatible with Woocommerce according to the theme-developer. However, the developer can't figure out what the issue is.
I already installed WP-Rocket plugin to optimize speed and caching the site, without result.
When checking Pingdom Tools and GTMetrix, the waterfall shows a huge slowdown in: admin-ajax.php?action=grandtour_custom_css
See testing results here: link
Any suggestions how to solve this?
`add_action('wp_ajax_grandtour_custom_css', 'grandtour_custom_css'); add_action('wp_ajax_nopriv_grandtour_custom_css', 'grandtour_custom_css'); function grandtour_custom_css() { get_template_part("/modules/custom_css"); die(); }` – user2152403 Oct 02 '19 at 14:17