Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6711977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:12:20+00:00 2026-05-26T08:12:20+00:00

I have done today a test and my results are strange. I used code

  • 0

I have done today a test and my results are strange. I used code below and test some of web pages.

long start = System.nanoTime();
URL url = new URL("http://wp.pl");
System.out.println("" + (System.nanoTime() - start) / 1000000);
start = System.nanoTime();
InputStream is = url.openStream();
System.out.println("" + (System.nanoTime() - start) / 1000000);

start = System.nanoTime();
InputStreamReader isr = new InputStreamReader(is, "UTF-8");
System.out.println("" + (System.nanoTime() - start) / 1000000);

start = System.nanoTime();
BufferedReader in = new BufferedReader(isr);
System.out.println("" + (System.nanoTime() - start) / 1000000);
//After this point reading whole site goes nice and fast 

Only second time was diffrent (the rest was arround 0). Here are the times for different sites of (url.openStream()):

adress | time | lines of code
yahoo.com/ 1000 943
bbc.com 230 1500
news.google.pl/ 138 384
free-ebooks.net 776 668
wp.pl 3066 2811

The point is the time is different and its look like it depends on length of site code. My question:
Do url.openStream() download whole site code? It should not just open stream and wait for user to read it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T08:12:20+00:00Added an answer on May 26, 2026 at 8:12 am

    openStream waits at least until the server starts sending the response. Otherwise it couldn’t know if it can actually return an InputStream or should throw an exception instead.

    On many webservers the actual sending of data is the shortest time: by the time the web server has decided which headers to send (and thus starts sending the response) it already knows the full content.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am starting a new project for a client today. I have done some
Why JSON? I have done some tests today, and the request time for both
Have done some research and found some stuff that may be helpful. I would
I have done some research, and majority of the examples I have found use
I know I have done this before, but it isn't working today, nor can
I am making my first firefox extension today. So far I have done a
Today i have done a work where i was supposed to show a flash
I have done XML parsing before but never on a massive scale. If I'm
I have done this operation millions of times, just using the + operator! I
I Have done a site but want to redirect it to another subdomain in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.