• ajithkpunnoose

    (@ajithkpunnoose)


    Hi everyone, I was wondering about the number of requests WP would take to render a post/page. I used `

    <?php echo get_num_queries(); ?>`

    in my footer. this shows anywhere b/n 90 and 120 requests. I know there is not any reference number available and requests depends on comments and plugins, but still.

    How many requests would be considered safe/ easy for a shared hosting plan I use 1and1 home Linux plan).

    My blog is at http://www.exnol.com You can see the request number in the source as HTML comments

Viewing 1 replies (of 1 total)
  • gdscomp

    (@gdscomp)

    That is a lot. Try without any plugins and see what your number is. Then add them back and see what the number is as you go.

Viewing 1 replies (of 1 total)
  • The topic ‘Number of queries’ is closed to new replies.