Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
The domain registrar is not important. Any registrar will work. If you're using HTML landing pages, a CDN is the better option. I caches your page on multiple edge servers and deliver from the server nearest to the end user. This greatly improves the speed. You can find more about it on my HTML landing pages on CDN post. If you're familier with shared hosting, you'll be fine with CDN
And if you're using WordPress or PHP based landing pages, you should go with a VPS. a VPS is expensive than CDN. It needs configuration and maintenance. CDN doesn't need that and it's faster than VPS.
If you should go with a VPS here's my Recommended VPS providers.
Thank you,WordPress is easy to use. A person without any coding knowledge can create a landing page with WordPress. And there are so many options and so many features.
HTML pages in other hand, needs some coding knowledge to create. It has limited features and Wordress.
Heya @Freddy63, and thanks for this clarification.
Is there also a way that CDN and WP could marry?!?
Or is PHP always a hindrance?
You could put the static content on a CDN but there's a lot resources WP needs which would be tricky to move to CDN unless you're competent at PHP and theme hacking. I would think wordpress for serving PPV pages is not a good idea. You need fast loading pages and wordpress is a slow clunky old beast. When it's loaded with a lot of concurrent requests it doesn't handle it well at all. Good for building out websites but I'd never use it for a landing page.
CloudFlare. Will dive deeper in that option, if it allows WP on CDN.