LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to improve the speed of website viewing?

I can view website in labview ActiveX and the Internet Explorer which is discussed in the following thread

http://forums.ni.com/ni/board/message?board.id=170&message.id=111179&query.id=123202#M111179

But the viewing speed is a little slow. If I search "offline browser" using google, there are lots of softwares (e.g. WebCopier Browser..). These softwares (high-speed, multi-threading website download and viewing program) can download/copy website very quickly.

My question is "Is there a way to achieve such fast website viewing in labview?" So I can find useful information in one website very quickly.

Any reply/comment will be greatly appreciated!
0 Kudos
Message 1 of 2
(2,422 Views)

I am not sure I understand your overall application.  I ran the example and it seems to navigate to the next page as fast as my browser does. 

In your post you mention a web page copier, are you trying to view the pages or to get their source and html?  When you are trying to "find" useful do you mean manually or programmatic?  If it is manual I am not sure what all you can do to speed it up.  I guess you could try to dynamically catch the re-directs and open them in new windows so they are in parallel, but all that does is give you a ton of browser windows open.  If that is what you are looking for investigate the activeX events.  As a side note, the "Navigate" function has been upgraded to "Navigate2".  The msdn talks about the differences, and I can't remember them at the moment but see if that helps.

If you want to parse pages programatically there are better ways to due it then using the activeX browser.  Look into DataSocket.

 

0 Kudos
Message 2 of 2
(2,402 Views)