# HG changeset patch # User Sebastien Jodogne # Date 1466494614 -7200 # Node ID dabe6df0267fa008b7386ca290e69c48f3145272 # Parent 114506f51e70a47ed15382eca5f516621c169f9d localhost diff -r 114506f51e70 -r dabe6df0267f Sphinx/source/faq/troubleshooting.rst --- a/Sphinx/source/faq/troubleshooting.rst Tue Jun 21 08:57:03 2016 +0200 +++ b/Sphinx/source/faq/troubleshooting.rst Tue Jun 21 09:36:54 2016 +0200 @@ -29,12 +29,20 @@ Performance issues ------------------ -* **Orthanc Explorer is slow under Windows on the localhost**: You - have to disable the IPv6 support. This is a Windows-specific problem - that is discussed `here - `__ - and `here - `__. +* **Orthanc Explorer is slow under Windows on the localhost**: + + - Favor ``127.0.0.1`` instead of ``localhost`` when specifying the + network address of a server. Users have reported that this minor + change `can massively improve performance + `__ + on Windows. Starting with Orthanc 1.0.1, the samples from the + source distribution have been adapted in this way. + + - As an alternative, you can disable IPv6 support. This is a + Windows-specific problem that is discussed `here + `__ + and `here + `__. * If you experience **slow DICOM transfers under Linux**, please read the `following bug report