Load an url with minimal/no DB queries
It is excruciatingly painful to deeply customize WordPress load process. It’s not quite clear if your requirements here are performance related or tied to soemthing else. For your question as stated there would be about following approaches (madness ascending): get rid of actual code causing unwanted queries, altogether or via techniques like caching customize the … Read more