I have a dumb question....... If i use this kind of cron job below
* * * * * /usr/bin/php -q /home/xxxxx/public_html/xxxx/periodic/cron.php
Does this make my CPU extremely high? I know what those stars for (every sec, min, hr, day) but will it reduce CPU a lot by change it to something like **1* ?? Sorry I should have known this a long time ago.
Thanks