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 load process in runtime, such as using mu-plugin to control which plugins are loaded
- build a custom SHORTINIT endpoint and load the required minimum of WP core in “manual” way with your own code
Related Posts:
- How to create custom URL routes?
- URL rewriting with custom user meta “/%shop_name%/gallery/%gallery%”
- How can I create custom URL routes?
- How do you create a “virtual” page in WordPress
- Rewrite rules not working in WordPress
- How to add custom rewrite rule to .htaccess?
- Preserving $_GET parameter while using custom Rewrite Rule
- Taxonomy rewrite question
- Why does wordpress still strip my query var?
- When to call `add_rewrite_rule` for safety
- Getting add_rewrite_rule and add_rewrite_tag to work
- Rewrite rules goes away
- Rewrite Rule for Custom Page with Query Vars in URL
- Dynamic URL, not a physical page within the database
- Rewrite Rule for Post “Subpage”, with pagination
- WP Rewrite the last two parts of the URL
- Nginx rewrite rule conflict with WordPress permalinks rule
- Access $_POST data after redirect
- Change Query String to pretty permalink
- add_rewrite_rule not working for language specific characters
- How to add a custom redirect rule for subdomains?
- Custom rewrite rule
- How to do Basic URL Rewrite Without Redirecting
- Is it possible to remove feeds from rewrites?
- URL Rewrite doesn’t work for nested pages
- Rewrite URL – insert custom variables as a directory path
- WordPress not respecting template hierarchy (fetches index.php instead of single.php or page.php)
- How to properly rewrite url by custom var
- Can’t add external rewrites
- url rewrite parsing a custom url parameter not working
- How to add custom variable in url without redirect?
- Using category slug in add_rewrite rule
- add_rewrite_rule ignoring other params than the “p” param
- Url Rewriting a dynamic wordpress page
- How to catch Rewrite rules then display a specific post?
- Adding two rewrite rules
- How to building pretty URLs to reflect category hierarchy?
- WordPress Rewrites – How can I pass a variable to Custom Post Type?
- Monkey Man Rewrite Analyzer says my rule will trigger but it doesn’t [closed]
- .htaccess rewrite
- Need to add rewrite rule that adds in additional information about the post to url
- Auto generate rewrite rules for multiple taxonomies
- add_rewrite_rule is redirecting instead of rewriting url
- Help with Rewrite Rule for Custom Post Type with Query String
- Rewrite URLs – Custom Post Type – Post Slug, Taxonamy Slug
- URL Rewriting for PHP script on an image URL
- Create Dynamic SEO Friendly URL for Virtual Page
- add_rewrite_rule with query variables
- Rewrite rules automatically for pages using specific template
- Custom Rewrite rule to captured post (rewrite rule to rewrite rule)
- Rewrite query string to path
- Rewrite API -Adding a parameter before the slug
- Help with rewrite rules for two post types
- How to pass url as a parameter in a add_rewrite_rule
- Per Page Permalink Structure for Page Post Type
- Customise particular RSS permalink
- RSS feed rewrite matching wrong rule
- Rewrites rules disappear after a while
- Adding a rewrite rule to page that has no fixed variables and pagination
- Flush rewrite rules on option update with Settings API
- Localize URL bases
- Rewrite specific action url
- Using URL rewrite to add custom URL for custom post type
- WordPress simple Url Rewrite
- Custom rewrite rule not working
- Rewriting in wordpress url
- Add pagination to a template loaded by query variable
- Rewrite rule shows 404 page
- Why is a rewrite rule in wordpress prevent pagination?
- Rewrite custom taxonomy slug – but only parent items
- How can I allow trailing slashes on some URLs without a redirect, but not on others?
- Adding the amp url prefix to the beginning
- wordpress path generation from rewrite rule
- Rewrite WordPress Url from root to subfolder without moving files
- How to redirect to a login virtual page?
- Ugly URLs when there’s pagination
- How do I rewrite URL that has custom parameter
- Help adding custom url, rewrite_rules_array
- Why is there a 404 on page 2+ for my search page?
- Rewrite rule for post as a child of a CPT
- Broken page redirect
- URL Rewrite and Archive Template Files – Post Type vs. Taxonomy
- URL rewrite before template_redirect called
- add_rewrite Rule
- rewrite rule of post when accessed from archives pages
- .htaccess RewriteBase equivalent for WordPress – Passing a URL as a variable without getting a 404
- URL Rewrite for CPT single posts
- Migration from old CMS to WordPress 301 redirection rules?
- How to make a custom route with any-string-part/number-part pointing to an existing page?
- Using add_rewrite_tag to create urls for page sections
- Rewriting WordPress URLs
- Can’t get pretty permalinks to work without index.php
- Programmatically add a custom url route “/category/index.json” to return a collection of posts in json
- Rewrite rule to simulate page hierarchy results in 404
- Rewrite URLs in a Custom Post Type with Multiple Taxonomies
- Rewrite rule giving 404 error
- add_rewrite_rule not working with custom variables
- WordPress picks a wrong template if ?cat= is used as URL parameter
- WP-Include rewrite directory
- How to combine nearly identical custom rewrite rules for WordPress