How do I reduce my entry process usage?
Here are some recommendations which may help to reduce your entry process limits.
- Ensure static files (like HTML or CSS files) don’t have the
.php
file extension. All requests to files with the .php
extension generate entry processes, even if there is no actual PHP code in the file.
- Reduce usage of AJAX and other background requests. If your website has code that constantly refreshes the page in the background (to check for changes or new messages), this can easily cause high entry process usage with few visitors.