My mistake, I meant "Hosting Provider", the company that hosts the web pages, where I have the elgg code.
A lot of the GET requests that have been failing are for the simple cache (caches static content including some CSS and JavaScript files).
An example GET request is for
https://xxxx.com/elggtestsite/cache/1742376112/default/elgg/menus/dropdown.mjs
Is this request something the web server can serve without invoking another process, or does it create a process for each of these, and that's why "entry process" gets maxed out quickly? Does each of these requests force php to be run?
In elgg, going to a typical page (e.g. groups) typically causes 15 to 25 such requests. Things get worse if there are two or three users! Should the web server queue up the requests if the number of "entry process" is maxed out, or is the only solution to have a high entry process maximum?
Does anyone know some answers to the previous post (I'll quote it here as well)?
A lot of the GET requests that have been failing are for the simple cache (caches static content including some CSS and JavaScript files).
An example GET request is for
https://xxxx.com/elggtestsite/cache/1742376112/default/elgg/menus/dropdown.mjsIs this request something the web server can serve without invoking another process, or does it create a process for each of these, and that's why "entry process" gets maxed out quickly? Does each of these requests force php to be run?
In elgg, going to a typical page (e.g. groups) typically causes 15 to 25 such requests. Things get worse if there are two or three users! Should the web server queue up the requests if the number of "entry process" is maxed out, or is the only solution to have a high entry process maximum?
1 - What errors are displayed in your browser's developer console aka Inspector ? (Ctrl+Shift+I)
2 - What's in the server error log?
Turn on 'Debugging and Logging - Log level: Log errors and warning' option (Dashboard -> Site settings) on /admin/site_settings
3 - You can activate 'Developer Tools' plugin and then 'Enable error log' option on /admin/plugin_settings/developers if you don't have access to the server.
Then check for errors here /admin/develop_tools/error_log
But after testing, disable this plugin or just this option to avoid loading your server.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.