the3mus1can - thanks for all your help and suggestions. I think I have tracked down the root of these issues. Also, thanks for the suggestion of Preparse. I hadn’t heard of that, but I might still check that out.
I had a few snippets that were making queries to the db - I thought I could probably hard code the snippet as a global variable, so I did that. I’m also taking all my other snippets that just have html and using as a global variable instead. The above db queries were uncached too, so, it was a hit every time.
I also had a couple snippets that were returning large portions of the html that was going into the template. This seemed to be a small hit too.
My queries are now down to 14 pre-cache, 13 primed cache. And below is my Apache ab test, same as above on the same page. These numbers seem to be much more acceptable.
Thanks again!
Scott
——————-
Server Software: Apache/2.2.20
Server Hostname: website
Server Port: 80
Document Path: /en
Document Length: 5443 bytes
Concurrency Level: 3
Time taken for tests: 4.337 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 602000 bytes
HTML transferred: 544300 bytes
Requests per second: 23.06 [#/sec] (mean)
Time per request: 130.105 [ms] (mean)
Time per request: 43.368 [ms] (mean, across all concurrent requests)
Transfer rate: 135.56 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 1
Processing: 85 129 26.0 126 209
Waiting: 85 128 25.6 123 199
Total: 85 129 26.0 126 209
Percentage of the requests served within a certain time (ms)
50% 126
66% 132
75% 149
80% 152
90% 170
95% 175
98% 198
99% 209
100% 209 (longest request)