Documentation pages extremely slow [closed]

asked 2015-08-30 16:48:46 -0600

tbabb gravatar image

updated 2015-09-19 12:04:06 -0600

I'm noticing that docs.opencv.org is behaving very badly-- I get load times that would be appropriate for dialup, if the pages ever load at all.

It took me 30 minutes to download the 11Mb tutorial pdf (I have 10Mbs broadband). All other non-opencv sites are behaving normally for me. It's not my browser, because I tried to wget an 8k image from docs.opencv, and it stalled halfway through; the estimate climbing continuously-- well beyond 15 minutes-- until I killed it.

Anyone else seeing this? Is there sysadmin for opencv.org out there? 'Cause the site is all messed up.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-17 02:43:45.387057

Comments

1

I have no problems at all. Anyway, you can always build the documentation locally if you're having so much trouble with the online one.

LorenaGdL gravatar imageLorenaGdL ( 2015-08-31 05:42:03 -0600 )edit

I'd suggest to use doxygen locally, especially because it is very easy to install and use on all major platforms.

Here is the instruction on how to build documentation locally: link In cases when doxygen can not be found automatically, you can pass -DDOXYGEN_EXECUTABLE=<path-to-doxygen-executable> option to cmake.

sturkmen gravatar imagesturkmen ( 2015-09-19 12:02:00 -0600 )edit

@LorenaGdL you can convert your comment as answer

sturkmen gravatar imagesturkmen ( 2015-09-19 12:03:00 -0600 )edit