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 172981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:15:43+00:00 2026-05-11T13:15:43+00:00

I have created a simple JSF image browsing app, and I’m having a problem

  • 0

I have created a simple JSF image browsing app, and I’m having a problem with firefox.

The app itself is running inside Tomcat. The pictures are stored in a directory that is served by Apache. I’ve got 9 pictures that get shown on a page. The servers are on a machine separate from the client. When I try to load the page in firefox, usually 6 of the pictures will load almost instantly (< 500ms). The other three will take between 15 and 20 seconds to load. Looking at the apache logs, it seems like firefox isn’t requesting those three pictures until the 15-20 seconds have passed – that is, I see 6 requests at the same time, then 15 seconds later the other three. I have tried the site in internet explorer, and IE doesn’t have this problem; it loads all 9 pictures right away. I’ve tried a few different machines, and have the same results. The html is rendered very quickly, < 200ms, so I don’t think this is a JSF issue (especially since the pictures are served from apache).

The numbers aren’t always the same either – sometimes it will load 8 images, sometimes 7, sometimes the second batch of requests will all come at once, and sometimes it will load 2 more, than one more, etc. I’m not sure if this is a firefox setting, or a bug, or if there’s anything server side I can do about it, but I thought that I’d throw it out there and see if anyone has any ideas I can try.

If it helps, here’s an apache log line from firefox

192.168.1.30 - - [04/Mar/2009:14:25:40 -0500] 'GET /work/DSCF0185_thumbnail.jpg HTTP/1.1' 200 7902 '-' 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6 (.NET CLR 3.5.30729)' 

and one from IE

192.168.1.30 - - [04/Mar/2009:14:34:14 -0500] 'GET /work/DSCF0179_thumbnail.jpg HTTP/1.1' 304 - 'http://192.168.1.83:8080/app/browse.jsf' 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322; MS-RTC LM 8; Windows-Media-Player/10.00.00.3990; FDM; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)' 

Edit I got the timings from Firebug – it’s showing that the entire request is (for example) 18 seconds, with 17.9 seconds ‘recieving data’, and the rest taken up in queuing. I’m not seeing the actual request in the Apache log until the end of that 17.9 seconds though, which leads me to believe it’s a firefox thing, especially since IE doesn’t show the problem. If it were in the server, I would expect to see the problem in both browsers.

Pipelining in firefox is turned off.

As was pointed out, my IE log shows it’s hitting the cache – my mistake, grabbed the wrong part of the log file. Here’s a clean log line – even after a cleared cache, IE doesn’t show the same problems as firefox.

192.168.1.30 - - [04/Mar/2009:15:52:18 -0500] 'GET /vantagework/DSCF0189_thumbnail.jpg HTTP/1.1' 200 5805 'http://192.168.1.83:8080/vantage/browse.jsf' 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322; MS-RTC LM 8; Windows-Media-Player/10.00.00.3990; FDM; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)' 
  • 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. 2026-05-11T13:15:44+00:00Added an answer on May 11, 2026 at 1:15 pm

    It turns out that this was caused by my apache configuration. Some tuning adjustments had been made, and reverting to the out of the box apache configuration fixed the problem.

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

Sidebar

Ask A Question

Stats

  • Questions 74k
  • Answers 74k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer EDIT: This is obsolete now (was a hack for FP… May 11, 2026 at 2:27 pm
  • added an answer You're missing -O CSE-spanien at the end of your wget… May 11, 2026 at 2:27 pm
  • added an answer WPF is the Windows Presentation Foundation and is more about… May 11, 2026 at 2:27 pm

Related Questions

I have created a simple JSF image browsing app, and I'm having a problem
I've experienced rather strange behavior of JSTL forEach tag. I have some bean called
I have created a simple wcf service which used the WCF Service Library template.
I have created a simple grid of divs by left floating them and an
I have created a simple Asp.Net custom control which automatically combines all the correct

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.