SiteGround touts their ultrafast php, could this be part of it? I did find supercacher and it was saying nginx…Sorry if these are not related.
We run on an in-house implementation of Linux Containers with Apache as a web server and Nginx as a reverse proxy. " – source: SiteGround Uses Innovative and Empowering Technologies
Could you try and comment the route part in your config?
under support for languages?
Yes, exactly
// Support for language detect option
/*
'routes' => [
[
'pattern' => '/',
'action' => function () {
$session = kirby()->session();
if ($session->get('languages.detect', false) === false && option('languages.detect') === true) {
$session->set('languages.detect', true);
return kirby()
->response()
->redirect(kirby()->detectedLanguage()->url());
}
return page();
}
]
]
*/
Done but no change that I can see.
Since it worked on your old server, I’d contact Siteground’s support. There was someone else having a (different) issue on Siteground a couple of days ago, and they could sort it out via the .htaccess.
Thank you. I’ll look for that other thread as well and see if there are any clues. You rock!
If i get it solved Ill come update this post for future generations 
This is the one I was referring to: Missing panel, and images - #5 by philb5000
But as I said, different issue.
Cleared the cache and that cleared it up.
Thank you all for the amazing support and help. Happy to be here!
Thank you for your consideration @kabukisensei1, don’t hesitate to get in touch when you need help.
I checked your website, you have done a great job by the way. 
But, please make sure that you turned off Style compiler, it seems to me that website pages load slower than it should be.
I checked and it is off. I think some of the YouTube JS is slowing it down but that’s how the company wants it. 
Thanks for the compliment
It isn’t the design I would go for myself, but again that’s what they want.
Check out console log in browser inspector, there are some issues with gtag and app.convertit scripts. That’s what causing a bit slower page load.
