0

The 304 Not Modified processing message is occurring with every JavaScript (.js) file type in the assets folder of the project, on the localhost. The experienced problem is a slow loading time of the web pages.

Is there anything specific with Webrick and the JavaScript (.js) file types in combination, which causes this to happen?

Notice: Webrick is used with Ruby on Rails 3.2 and jQuery UI

1 Answers1

0

Just clear your cache and cookies...it will be fine

Bhushan Firake
  • 9,338
  • 5
  • 44
  • 79
  • The problem does re-occur with Firefox, simply by having every JavaScript file type of the assets folder be re-loaded at every page load. Though, this problem does not happen with Internet Explorer. – user1860822 Dec 13 '12 at 20:19
  • Where can this setting be found, which you are speaking of? – user1860822 Dec 14 '12 at 09:51
  • @user1860822:..You can find the setting under Firefox's Options-->Privacy tab. Just clear your cookies each time before running the app or just configure Firefox to clear cookies each ruun...!! – Bhushan Firake Dec 14 '12 at 10:59