Options are persistent. You can set them when you activate your theme and then just use them. There’s no need to change them when rendering any particular page unless your logic actually changes them.
And doing so may cause confusion. For example, lots of changes to image and thumbnail default sizes will make your Media subsystem contain lots of generated thumbnails with sizes you don’t use any more.
Finally, consider using a persistent object cache. It significantly reduces database traffic for options and transients. Read all about it. https://developer.wordpress.org/reference/classes/wp_object_cache/#persistent-caching
Related Posts:
- How to solve slow WordPress site caused by attachment_metadata
- WordPress (MyISAM) database is slow, should I switch to InnoDB?
- WordPress database scalability from the code perspective
- WordPress for a very large website
- WooCommerce with thousands of products – site is very slow – optimize db queries? [closed]
- Database slowdown after update to 3.4.1
- Which is more efficient? Using usermeta, or creating a new MySQL table?
- fastest replacement DB
- How to prevent/delay MySQL connections when an object cache is used?
- Optimizing function that automatically creates internal links based on post title string
- Mysql Queries per Visit – Crazy High
- Rename a table in MySQL
- How should I tackle –secure-file-priv in MySQL?
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- Failed to connect to mysql at 127.0.0.1:3306 with user root access denied for user ‘root’@’localhost'(using password:YES)
- Using wpdb to connect to a separate database
- Checking if Database Table exists
- The MySQL alternatives: Do Percona Server and MariaDB work well with WordPress, and do they make WordPress go better?
- What’s a good strategy for planning WordPress DB growth?
- wpdb->insert multiple record at once
- How To Export/Import WordPress (MySQL) Database Properly Via Command-Line?
- How to define composite keys with dbDelta()
- Is it possible to define two databases for one installation?
- WP_Options ID high
- Improve or optimize a very slow query
- Efficiency on displaying random authors based on large database
- “MySQL server has gone away” since update to 3.8
- Error establishing a database connection – with Debug Data
- How to execute mulitple statement SQL queries using $wpdb->query?
- Can I transfer a mysql database to another site?
- Database with mixed collation (utf8mb4 & utf8_general_ci)
- MySQL Syntax Error upon restoring database from backup [closed]
- Help running a MySQL query to update all wp_#_options tables in a Multisite install
- Set Display Name to first and last name (phpmyadmin SQL Query)
- Is it safe to convert tables from MyISAM to InnoDB?
- wp_redirection_404 table has grown to 7GB
- Migrating database / content of non-CMS site to WordPress
- Does WordPress ever need multiple databases?
- Why are no posts showing despite my apparently correct DB restoration?
- Should I remove transients from the wp_options table?
- Delete all post meta except featured image Using SQL
- How do I properly update the WordPress database password?
- wpdb_prepare with multiple or condition
- Adding new row to wp_post table
- WordPress Install and Database on separate hosting?
- SQL Error wp_commentmeta – incorrect table definition
- WordPress database error – Error in SQL syntax – I can’t identify any error?
- How do I get the posts within a certain year/date(with sql query)?
- batch UPDATE autoload value in wp_options table
- Multiple wp_options tables to share content across installs
- Using GROUP CONCAT in my-sql query with wp_usermeta table
- Create table from array with prepare
- Does auto_load to ‘no’ in wp_options improve performance
- Migrating from PDO using SQLite to clean new install using MySQL
- Call to undefined function get_user_meta() – trying to access data in MySQL from custom fields
- Duplicated site isn’t recognized as a site
- Have working sql query… trying to adjust it to use $wpdb
- Changing root password in PHPMyAdmin for WordPress Database when going live
- How to properly check if a table exists in WordPress Database using Show Tables Query
- Can’t update WordFence Options, clear data manually
- creating new field on mysql
- How and where is wordpress adding mySQL content to database?
- SQL query to set posts in bulk based on the post content
- How can I detect right db type?
- How to create more than one new wpdb object?
- Files on Localhost, Database on Server
- Remote database -> massive response time increase?
- Second ezSQL initialization for MSSQL
- Fetch a single row from a custom table for to a given ID
- Database create or redirect
- Getting “Error Establishing a Database Connection” on localhost in new Mac OSX Lion environment
- Is there anyway to split posts to different databases?
- How to escape percentage sign(%) in sql query with $wpdb->prepare?
- DB prefix not updating
- Recovery – Restore Database after moving folder location locally
- Replacing javascript link in WordPress database without getting mysql syntax errors
- How to edit custom table data in frontend
- Will memcached improve performance with WP Super Cache already running?
- Job and Employee Performance Tracking with Product Safety
- local wordpress broke after changing URL
- What structure and database storage method should I use for temporary storage that may be written concurrently?
- how to access 2nd Mysqli Database from different server for wordpress
- Error establishing a database connection – WordPress setup, everything else is working
- How to map data on CSV to web pages?
- How to create index (sql) to a meta_key?
- How to optimize wp_option table?
- Search and Replace in Windows XAMPP site
- WPCLI search and replace in a particlar site dir effect another site-dir
- How can i syn wordpress user table with a stand-alone php script?
- insert data from a form:: Warning Empty query mysqli::query()
- How can I get $wpdb to show MySQL warnings?
- Performance bug – slow DB query
- WordPress Database Posts Table query
- Hang Up Followed By Can’t select database
- How to extract some part of WordPress full source code
- using same mysql user with many databases
- Why are my WordPress post queries so slow?
- Migrated to Namecheap, now Trouble with Database & wp-config [closed]
- Custom wordpress SQL statement for a website
- WordPress database connection failed, while mysql client is working [closed]