wordpress - Is 154 MySQL Queries in 0.543 seconds a horrible thing? -


I am writing a WordPress news topic. Because the subject uses many loops, many questions arise, and many options I have to make dynamic because the subject will be released to the public (hence I can not hardcod many things).

On a front page with a specific setup (a top story area, five newsbox [[five WordPress loop], a main menu, a secondary menu and six sidebar from a footer menu) and with no plugins, The total query number is 154. I'm not sure that I have permission to post the link, but this is the page:

How is the loading time for you? The query count for me is 154 in 0.54 seconds (you can see the query count in the footer). Sometimes the count is high, but after I refresh it, this number goes down.

I know that this number is very high, but I do not know how to reduce it because my programming skills are not very much. I have seen those huge forums in which only 14 questions are my main question, do you think that this number is very high? Thanks for any advice

I am using WP_Query objects to handle multiple query loops. Is there any way to cache it without using plug-ins?

You have many other noteworthy problems,

load time for me (No cache, full load) 9.89 seconds. This dead is slow

Do I think 154 questions are bad for presenting the front page? yes . WP is a pig, but it is not not more of a pig


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -