[ad_1]
I use Astra + Elementor (Free) + Elementor header and footer builder. After a very long time, I created WordPress Elementor website but not happy with it’s performance. It’s strange. I tested it on Godaddy Hosting. Now, I am thinking to use CSS (tailwind) for header footer and code the rest of page manually.
Have you encountered the performance issue, if so, then which platform you’re using instead of WordPress ?

Update: I switched to GeneratePress and it loads in a snap but the performance stats are still the same.
Try WP Rocket first, Godaddy hosting is generally considered unreliable and low tier. Rocket can make a world of difference and is made to just drop into place and work.
Would you mind sharing website URL either here or in dm? I would be happy to take a look and tell you whats wrong with it. The only thing i can say from the few information you’re sharing its that GoDaddy might be not the best hosting in terms of performances and if you don’t have caching in use then it (GoDaddy) can play a big role in speed
If it’s just a single page static website, you likely don’t even need WP at all.
Write your HTML, CSS, JS files and upload them to Netlify or similar. The free options are more then good enough to host static sites.
If you want to code your site with all of the modern tooling pre-setup, check out
you can add tailwind to your project with a single command:
edit: you can use git integration to host it on for free. It will be lightning fast.