I am new to the world of web and want to know that when server default php.ini file, custom php.ini(that we created manually and added into per directory) file, .user.ini file is loaded/read by the server ?
According to my concept these files are loaded/read on each request or loaded/read on each process at the cgi.
Can anyone tell in easy words ?