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
Thanks for the reply!Some factors I believe, that are important:
- Keep the page size low by reducing images' dimensions and quality
- Use tools like pingdom and gtmetrix to check page load speed and fix issues if any
- Use a CDN even if it's free (like cloudflare)
- Most importantly, use a VPS or dedicated server
I'm assuming you don't have a lot of experience to manage a server using the black screen (read terminal), you'd need a control panel installed on your server that can manage your requirement of hosting domains and then webpages on it.How would I go about hosting my landing page on my own dedicated server?
NO, the tracking has nothing to do with your server.does tracking get affected if I'm hosting from my own server?
The kind of device you use has nothing to do with your server. Yes, it may affect the management of your server, like your OS may not give you the SSH/Terminal support but that's something your developer/freelancer should manage if you don't know how to do all that yourself.I'm currently using a Chromebook, would I need a device with a hard drive to be able to do all of this?
I'm assuming you don't have a lot of experience to manage a server using the black screen (read terminal), you'd need a control panel installed on your server that can manage your requirement of hosting domains and then webpages on it.
NO, the tracking has nothing to do with your server.
The kind of device you use has nothing to do with your server. Yes, it may affect the management of your server, like your OS may not give you the SSH/Terminal support but that's something your developer/freelancer should manage if you don't know how to do all that yourself.
Thanks for all of the tips! Will take me some time to understand it all but it's really nice to have this information as a reference!Use HTML page if for AD, how to speed it up:
1: All stactic assets, no database query, just a stactic HTML page!
2: remove all un-used assets, include the CSS and JS, it's better to redesign a LP out of your main site.
3: Use .webp instead of jpg or other images format
4: Keep the page size small, the smaller the faster-loading.
5: NOW: USE CDN to deliver your stactic assets and the whole HTML page to make sure it load in seconds in everywhere!
I don't think VPS or dedicated server needed when you can use the free CDN to deliver you HTML landing page. But it's better to have VPS to enable memcached/reddis if the database query enabled on the LP.