Hello, I have one php script, e.g script.php Which way takes more memory, call that php script by its URL (and let apache call php), or use "php script.php" command?
Call using php script call. It will be effective as compared to Apache call. By doing it via Apache will consume more memory since it will take more resources to tackle script manipulation and its own servicing for server request.