# Differences HTML to PHP

**URL:** https://forum.infinityfree.com/t/differences-html-to-php/63150
**Category:** Informal
**Created:** [June 25, 2022, 8:46pm UTC](https://forum.infinityfree.com/t/differences-html-to-php/63150 "2022-06-25T20:46:14Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![Oxy](https://forum.infinityfree.com/user_avatar/forum.infinityfree.com/oxy/32/37989_2.png) [@Oxy](https://forum.infinityfree.com/u/Oxy)
#### Post date: [June 25, 2022, 9:41pm UTC](https://forum.infinityfree.com/t/differences-html-to-php/63150/12 "2022-06-25T21:41:21Z")

</div>

When it comes to speed it is better to have static pages (HTML) than dynamic (PHP)

besides you use Cloudflare so you can say there “[cache everything](https://developers.cloudflare.com/cache/best-practices/customize-cache/)”

and then CF serves in most cases everything from their cache  
and thus there is less work for this server  
and of course less HITS (limit is 50,000 per day)

and if you use PHP you have to pay attention to security  
and you are more susceptible to suspension in the event of a DDoS attack

> [@What is an Entry Process and what does the limit mean](https://forum.infinityfree.com/t/what-is-an-entry-process-and-what-does-the-limit-mean/49329):
>
> One of the limits InfinityFree enforces is the Entry Process Failures limit, also abbreviated to Entry Process limit or EP limit. This article explains what an entry process is, what the limit means and how you can control it. What is an entry process? Every time a request to a URL on your website is made, a new program is started to retrieve the content of that URL. This process then executes your code, sends the response to the visitor, and finally quits. Note that one entry process is creat…

> [@What does the CPU limit mean](https://forum.infinityfree.com/t/what-does-the-cpu-limit-mean/49328):
>
> One of the limits InfinityFree enforces is the CPU limit. This article explains what the CPU limit means and how you can control it. What does CPU usage mean and why is it limited In the computer you’re reading this on (regardless of whether that’s a PC, laptop, tablet, phone or something else), there is a processor. This processor, or CPU, does all the calculations for all the programs running on your computer. If these programs use too much processor power, your computer will slow down, possi…

---

_[View the full topic](https://forum.infinityfree.com/t/differences-html-to-php/63150)._
