Navigating WP admin in general tends to trigger multiple external requests, such as fetching news feeds and theme/plugin updates (not counting whatever plugin/themes might be doing on their own).
You can put configuration constants into wp-config.php
to block external requests completely/partially:
define( 'WP_HTTP_BLOCK_EXTERNAL', true );
define( 'WP_ACCESSIBLE_HOSTS', 'api.wordpress.org,*.github.com' );
Or configure external requests to use your proxy settings:
define('WP_PROXY_HOST', '192.168.84.101');
define('WP_PROXY_PORT', '8080');
define('WP_PROXY_BYPASS_HOSTS', 'localhost, www.example.com, *.wordpress.org');
Plus WP_PROXY_USERNAME
and WP_PROXY_PASSWORD
for authentication.
Related Posts:
- Customizing a WordPress theme without changing it?
- What is the role and history of the $content_width global variable?
- Loading template files from a subfolder in my theme?
- Being asked to update a theme that I don’t have
- remove rel=next on home page but not others
- How do you manage your theme versions when privately distributing?
- Why is WordPress asking me to update my new (virtually blank) theme?
- Theme broken after upgrading to WordPress 4.5, missing stylesheet?
- Can I rename a theme’s folder and still receive updates?
- When can changing a theme damage a website?
- Does theme update also update a child theme zip
- Private theme update with zip archive without deactivating the theme
- What are the things that will be affected in case there is some wordpress updates or theme updates?
- Updating my free theme delete all my changes [closed]
- Updating / Transferring site
- Is there a way to upgrade a theme without losing custom templates?
- Update wordpress theme without customization loss
- Theme, WordPress Version, MySQL Version, PHP Version Update affected files and folders
- How to update theme to specific version
- What Generated Classes and IDs That Is Always Used On All Themes?
- Most wp_nav_menu parameters ignored
- Theme update deleted my custom page
- A thin line between native wordpress bahaviour and 3rd party themes
- How to create a theme that can be updated by people using the theme on their site
- Get the name WordPress default theme in the core
- 500 Internal Errors
- How can I Update my Theme
- Does WordPress provide themes_api function?
- Using AJAX to Update WordPress Theme
- How to change background color in the Notepad++ text editor?
- What are all the available parameters for query_posts?
- Does WordPress work without a theme?
- Is it OK to remove theme credits from footer? [duplicate]
- Do Child-Themes automatically load the Translation from the Parent-Theme?
- Using Multiple Themes in a Single WordPress Site?
- How can I use WordPress as a job board ? (but free)
- Can I Download a Free WordPress Theme, Edit it and Use it?
- Find out if there is a available core update?
- I’m trying to add an image in my CSS
- How to create a theme option-menu page to save user values
- How to put a banner ad between post 1 and post 2 on homepage only
- In which directory do I find a specific HTML code of my wordpress page? Some of it seems to be missing after checking all pages [closed]
- Extra themes – ok or bad?
- WordPress AJAX in header.php
- Add transparency to wordpress color picker?
- How can one update a theme on a live site without interruption?
- Can’t Install Child Theme “The parent theme is missing. Please install the “Default” parent theme.”
- How to find a file in WordPress themes [closed]
- Change title slug or separator in WordPress
- How to configure PoEdit to pick up translation string?
- wp theme.. Could not create directory
- Free themes for commercial use
- Should a child theme share the same theme options row as the parent, or should it have it’s own options row?
- Installed theme uses get_template_directory, breaks WordPress on Windows
- How to conditionally display widgetized areas in theme customizer?
- How prevent someone from opening my theme directory
- Switching a Site to WordPress and Leaving It Live Until Ready
- Angular integration with homepage
- Edited Child Theme’s “header.php” but it doesn’t appear to change the file
- WordPress redwaves-lite theme Comments Quote remove [closed]
- How to create different navigation for registered users in WooThemes Canvas?
- Different logo on homepage
- Translation not working after editing plugin template
- Selected template is not respected for home page in WordPress
- How to restore file or theme?
- A /proc folder in wp-content?
- how do i in ignore/disable/delete a javascript call from parent in child theme?
- Where can I see all changes for a new WordPress version?
- Child theme’s stylesheet cannot load [closed]
- When someone likes an article on my blog, they are prompted to log in on WordPress.com [closed]
- WordPress TwentyTen Theme Incompatible with Theme Unit Test
- WordPress theme logo handling (Trying to use GIF as logo)
- Changing an image in header.php
- Installing a theme on localhost, Ubuntu 16.04
- Unable to find translations in WordPress theme
- Using filter in the widget causes fatal error
- Will I lose the pages I’ve created within a default WordPress theme when adding a new theme?
- Theme title in admin shows full path [closed]
- How to get the theme directory URI?
- Is there a way to see how a theme will look before buying it?
- Twenty Ten Theme: Replace the Logo by a picture without moving the code
- In a specific blog, the K2 theme does not have a Text Widget
- Simple filter to change label name of Email Adress to something else
- Show only the beginning of post
- Changing theme folder name disrupts widgets
- Edit a template while still keeping a Landing Page on the main address
- Use random theme
- post_prev & post_next within same category
- Costum Theme template directoy url problem
- Replacing current theme folder by previous version of the same folder produces “undefined function get_header()” error
- Theme comment callback results nothing
- Does not work bookmarklet in the theme Tagology
- How to find out which template the HTML content comes from?
- What is the general cut-off date for reviewed themes in the WordPress.org repository?
- Sub-Theme (based on Taxonomies)
- Commenting in CSS (//) equals “none”? [closed]
- Adding a wp_head hook from an included PHP file
- Deleting Widgets in sidebar in Panthea theme
- How to reference or include additional existing variables in the HTML of a 6.0 block theme via Site Editor?
- How to add custom css/js files to a template in wordpress