As suggested for speed increase and server performance I installed disk cache (htcacheclean)
Using that seemed to be fine but the process constantly runs, not using much memory but making the load average spike from a normal load of .12 to 4.5 and up..
using the command to stop the cache in apache make the system load go back to normal.
this is the line I was using..
htcacheclean -d30 -n -t -p /var/cache/apache2/mod_disk_cache -l 100M -i
The way I read this, it is supposed to run every thirty minutes..
Removing the process my system load is back to .10
Any help or suggestion is appreciated.