what about the thing at the top?
with the disable thing done and a few things I have looked at and done
197 inquiries has come down to 124
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
February 16, 2011 1:59pm
Subscribe [5]#31 / Feb 25, 2011 8:56am
what about the thing at the top?
with the disable thing done and a few things I have looked at and done
197 inquiries has come down to 124
#32 / Feb 25, 2011 12:32pm
Have taken the Article template (full article post) and dropped database queries from 75 to 20
It appears to be working fine
#33 / Feb 25, 2011 4:24pm
Much better. Let’s run with that for a few more days..
#34 / Feb 25, 2011 6:10pm
has not locked in a few days
but still getting this in the processes
SELECT DISTINCT (
t.entry_id
)
FROM exp_weblog_titles AS t
LEFT JOIN exp_weblogs ON t.weblog_id = e
#35 / Feb 27, 2011 3:05pm
Hi bthom62,
Can you clarify where you are seeing this query? If you switch on SQL Queries at Admin > Output & Debugging then those queries are not shown are they?
Cheers
Greg
#36 / Feb 27, 2011 6:37pm
Hi Greg I will try that
What I am showing comes from mysql “show Processes”
when enough on them show up, they lock the site and cause it to hang
#37 / Feb 27, 2011 7:51pm
this is what get with the debugging turned on on my front page
Total Queries: 102
TEMPLATE DEBUGGING
see attached
#38 / Feb 28, 2011 9:01am
You’re still back to the initial issue - 15 or so exp:weblog:entries on a single page. Some of this can be alleviated by using the query module - but the main page may need to be trimmed down a bit more. I’d eliminate 1/3 of those exp:weblog:entries loops and only put in what people come to the site to see.
#39 / Feb 28, 2011 9:26am
Sue, this never was an issue before,when we had double the traffic.
Having got that out of my system, this is what I have doen so far
So far I have taken the database inquiries from 197 down to 85 on the front page, and from 75 down to 28 on my archive pages.
This query module….
What do I have to do, how do I do it, where do I go?
Thank you
#40 / Mar 01, 2011 1:42am
bthom62,
but still getting this in the processes
SELECT DISTINCT ( t.entry_id ) FROM exp_weblog_titles AS t LEFT JOIN exp_weblogs ON t.weblog_id = e
You are going to get that in your processes. There is nothing wrong with that as it is part of the weblog module The issue has been all the way through this thread that you need to optimize your homepage template.
At this stage it is recommended that you avail of the services of a member from the Pro Network to help you with your site as the direction the thread has taken is not appropriate for the Support forum. Alternatively you could use of CodeShare Corner to find help for your homepage template
#41 / Mar 08, 2011 6:37pm
Hi, bthom62 - I just wanted to follow up and see how you are coming with this. John Henry gave excellent suggestions, and I would recommend looking at your homepage template for optimization opportunities as well. Do you have questions about that?
Thank you!
#42 / Mar 08, 2011 6:47pm
Site hung yesterday same time as always 9:30 am est.
But that was the first time in 2weeks (more or less)
My two main templates index.php (front page) went from 197 database inquiries to 85
My main article template was gone from 78 to 20 inquiries.
I am still working on code to lessen that
until I do the other lesser template are still database hogs.
Thank you
#43 / Mar 09, 2011 9:52am
Sounds like progress. Let’s have you work further on fixing those memory hog templates - and see where we are in another week or so. We can have you make a new post based on this one.. closing in the meantime.