Home >
Programming, Servers & Scripts >
Hosting, Servers & Security
Build a bullet proof dedicated server in 20 minutes! (8)
11-23-2016 03:16 AM
#1
hungryaffiliate ()
Would you say that using CF is good for html/php websites? I'm looking at just using html/php landers on the new domains I buy.
11-23-2016 07:19 AM
#2
danielt (Member)
@hungryaffiliate
CF is a DNS service provider first then a... CDN let's call it but more of a filtering system.
You'd still need a server to host your PHP/HTML files and the requests would go like this:
Web -> CF -> Your server
11-23-2016 09:18 AM
#3
hungryaffiliate ()

Originally Posted by
danielt
@hungryaffiliate
CF is a DNS service provider first then a... CDN let's call it but more of a filtering system.
You'd still need a server to host your PHP/HTML files and the requests would go like this:
Web -> CF -> Your server
So it's just a good idea to stick with straight up HTML web page?
I've been looking for some landers.
11-23-2016 09:53 AM
#4
matuloo (Legendary Moderator)

Originally Posted by
hungryaffiliate
So it's just a good idea to stick with straight up HTML web page?
I've been looking for some landers.
Yup, in case you don't need any advanced stuff, it's a good idea to stick with plain HTML, which you can host on any CDN. It's good for speed and very cost efficient, CDN cost almost nothing these days.
07-27-2017 02:22 PM
#5
johnnyx (Member)
As far as I know PHP is not cached in CDN, so PHP codes can slow down your pages.
07-27-2017 03:25 PM
#6
buck johnson (Member)
thank you for this.
07-28-2017 12:46 PM
#7
BeyondHosting-Tyler (Member)
You want to use as much client side code as possible. Utilize javascript for interactive functions and avoid making calls to php pages unless absolutely required.
07-02-2019 05:08 AM
#8
alpha7776 (Member)
@BeyondHosting-Tyler
Thank you for the tip.
Currently with beyond hosting and have already setup the cloudfare for CDN purpose.
Do you install your tracker on bhtutuorials.com where you also host the landers?
Thank You
Home >
Programming, Servers & Scripts >
Hosting, Servers & Security