Back to Support Troubleshooting Advanced Browser Troubleshooting

Advanced Browser Troubleshooting

After you’ve tried preliminary browser troubleshooting steps, this support page will help you provide us with more information to troubleshoot why your WordPress.com site may not be loading in your browser.

Traceroutes

If it seems like you’re having difficulty connecting to our servers here at WordPress.com, we might ask you to run a “traceroute” which gives us detailed information about how you’re connecting to us.

To get a traceroute, follow the instructions below. You can paste the output of this command into a text file (Notepad for Windows or TextEdit for OS X), then attach the .txt file to your email when you reply to us or copy-paste it.

In the following commands replace mydomain.wordpress.com with any public WordPress.com URL that you are having trouble loading. Do NOT copy a full link with http:// at the beginning, but rather type out the URL without that.

Traceroutes in Windows

  1. Windows 10, 7 , and Vista: From the Start Menu, in the search field, type “cmd,” then press the Enter key to open a command prompt window.
    Previous versions of Windows: From the Start menu, click Start → Run, type “cmd,” then press the Enter key.
  2. Type the following command into the Command Prompt window, and press Enter:
    tracert mydomain.wordpress.com
  3. Allow the command to finish running even if it seems like it’s going to hang. Highlight the result of the command and press the Control + C keys to copy. Then, select all of the text in the command prompt window and press the Enter key.
  4. Paste (Control + V) it into your reply.

Traceroutes in Mac OS X

  1. Go to your Applications → Utilities folder.
  2. Open the Terminal.
  3. In the Terminal, type the following command, and press the return key:
    traceroute -I mydomain.wordpress.com
  4. Allow the command to finish running even if it seems like it’s going to hang. Highlight the result of the command and press the Command + A keys to select all the text, then press the Command + C keys to copy it to your clipboard.
  5. Paste (Command + V) the output into your reply.

Traceroutes in Linux

  1. Open the terminal emulator of your choice.
  2. Type the following command and press ENTER:
    traceroute -I mydomain.wordpress.com
  3. Allow the command to finish running even if it seems like it’s going to hang. Then, copy all the output.
  4. Paste the output into your reply.

HTTP Headers

If it seems like certain resources on your WordPress.com or dashboard are loading slowly or not at all, we might ask you to send us the HTTP headers output from your browser.

To send this to us, follow the below instructions depending on your browser:

HTTP Headers in Mozilla Firefox

  1. Go to Tools → Browser Tools →Web Developer Tools in the Firefox menu. Then click on the Network tab on the bottom panel.
    • You can also open Developer Tools from Application Menu (the three horizontal lines at the top right) → More Tools → Web Developer Tools.
  2. In your browser address bar, go to your WordPress.com site. That will log HTTP calls in the Network tab.
  3. Click the Separate Window option at the upper–right corner of the Network tab, then maximize that window:
Screenshot of Network tab of Firefox Web Developer Tools.
Network tab of Firefox Web Developer Tools
  1. Take a screenshot image for each “page” by scrolling down until you’ve captured all the results in screenshots (it will likely take more than one).
  2. (Optional) If there are any resources that take more than a few seconds to load, you can click on that line to display the Request and Response Headers:
Screenshot of HTTP headers in the Network of Firefox Web Developer Tools.
HTTP headers in Firefox Web Developer Tools

HTTP Headers in Google Chrome

  1. In Google Chrome, go to View → Developer → Developer Tools (Ctrl-Shift-I for Windows), then click the Network tab at the top of the console that opens.
    • You can also open Developer Tools from Settings (the three vertical dots at the top right) → More Tools → Developer Tools. Then click on the Network tab.
  2. In your browser address bar, go to your WordPress.com site. That will log HTTP calls in the Network tab. Click the Undock into separate window button, located at the upper–right corner of Developer Tools, then maximize that window:
Screenshot showing the Network tab of Chrome Developer Tools.
Network tab of Chrome Developer Tools
  1. Click on the Time column at the top to sort by time (descending, denoted with a downward pointing arrow in the header row). Scroll to the top of the list to display the slowest loading content.
  2. Take a screenshot image for each “page” by scrolling down until you’ve captured all the results in screenshots (it will likely take more than one).
  3. (Optional) If there are any resources that take more than a few seconds to load, you can click on that line to display the Request and Response Headers:
Screenshot showing HTTP headers in the Network tab of Chrome Developer Tools
HTTP headers in Chrome Developer Tools

HTTP Headers in Safari

  1. In Safari, open Preferences, then click the Advanced tab, and check “Show Develop menu in menu bar”.
Screenshot showing "Show Develop menu in menu bar" option in Safari Advanced Preferences.
Enable Develop menu in Safari
  1. In the Safari menu, go to Develop → Show Web Inspector.
  2. In the panel that opens at the bottom, click on the Timelines tab, and then on the Network Requests panel on the left.
  3. In the address bar, go to your WordPress.com site. That will log HTTP calls in the Details section at the bottom of the Network Requests tab:
Screenshot showing Network Requests in Safari Web Inspector.
Network Requests in Safari Web Inspector.
  1. Take a screenshot image for each “page” by scrolling down until you’ve captured all the results in screenshots (it will likely take more than one).
  2. You can also see the Request and Response Headers by clicking on the Network tab, and then on a specific request on the left:
Screenshot showing HTTP headers for a specific network request in Safari Web Inspector.
HTTP Headers in Safari Web Inspector

JavaScript Errors

If you’re having trouble with one of the interactive elements in your Dashboard, such as the Add Media button, we might ask you to check your console for JavaScript errors.

To do this, go to the screen where you are having the problem, and then follow the steps for your browser below:

JavaScript Errors in Mozilla Firefox

  1. Go to Tools → Browser Tools → Web Developer Tools in the Firefox menu.
    • You can also open Browser Console from Application Menu (the three horizontal lines at the top right) → More Tools → Browser Console.
  2. Click on the Console tab.
Screenshot of Firefox JavaScript Console.
Firefox JavaScript Console
  1. In the console toolbar, click the Clear the Web Console output button, and reload the page.
  2. Take a screenshot of all the errors that are shown. You can choose the Separate Window option to display all the errors on a larger window before capturing the screenshot.
Screenshot showing how to open Firefox JavaScript Console in a separate window.
Open Firefox JavaScript Console in a separate window.

JavaScript Errors in Google Chrome

  1. In Google Chrome, go to View → Developer → JavaScript Console (Press Ctrl-Shift-I for Windows).
    • You can also open Developer Tools from Settings (the three vertical dots at the top right) → More Tools → Developer Tools, and then click on the Console tab.
  2. The error console will open at the bottom of the page. If you don’t see any errors, make sure that the Console tab at the top of the console and reload your site to log any JavaScript errors.
Screenshot showing Javascript Error Console in Chrome.
JavaScript Error Console in Chrome
  1. Take a screenshot of all the errors that are shown. You might need to drag the top of the console higher so that all the errors are displayed on the screen.

JavaScript Errors in Safari

  1. In Safari, open Preferences, then click the Advanced tab, and check “Show Develop menu in menu bar”.
Screenshot showing "Show Develop menu in menu bar" option in Safari Advanced Preferences.
Enable Develop menu in Safari
  1. In your Safari menu, go to Develop → Show JavaScript Console, and the Error Console will open at the bottom of your screen:
Screenshot showing Javascript Error Console in Safari.
JavaScript Error Console in Safari
  1. Take a screenshot of all the errors that are shown. You might need to drag the top of the console higher so that all the errors are displayed on the screen.

Was this guide helpful for you?

Not quite what you're looking for? Get Help!

Copied to clipboard!