Maybe enable mod_status temporary to see what your Apache is doing all the time - apachetop maybe help as well.
DB related - 5.1 of MySQL can do the same things a little bit better than 5.0 and run mysqltuner / tuning-primer to see if there're any bottlenecks.
With your 1 GB RAM - maybe there an upgrade might be a good choice - then setting the key_buffer of MySQL to 1/4 of the installed RAM and set the rest of the values to the ones mysqltuner / tuning-primer report.
And related to Apache -
http://httpd.apache.org/docs/2.2/misc/perf-tuning.html - gives some advices.
If you're on your own machine anyways there's no need to enable .htaccess since it all can be done directly in your httpd.conf.
Also other OS components might be busy - "netstat -tulpen" should report what connections are open and running lsof won't hurt as well.