IntelliJ Java IDE
The moose likes Performance and the fly likes Does having images in the WEB-INF folder without using it have an affect the performance Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Does having images in the WEB-INF folder without using it have an affect the performance" Watch "Does having images in the WEB-INF folder without using it have an affect the performance" New topic
Author

Does having images in the WEB-INF folder without using it have an affect the performance

ravisha andar
Ranch Hand

Joined: Feb 25, 2011
Posts: 55
Hi All,

If i have any images in the WEB-INF folder or any other folder in the webconent . And I am not using it anywhere, will it affect the performance.

Thanks
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 11862
Short answer - NO

Only in the case of directories with huge number of files is the operating system going to be noticeably slowed. Note that operating system caching of directories in memory will confuse any attempt to measure the effect.

Of all the performance things to worry about, I would put this very very low priority.

Bill

Java Resources at www.wbrogden.com
 
IntelliJ Java IDE
 
subject: Does having images in the WEB-INF folder without using it have an affect the performance
 
Threads others viewed
Does having images in the webcontent without using it affect performance
JasperException: Unable to compile class for JSPC
Displaying images
Difficulty in image file accessing
Servlet not called - Error in web.xml
developer file tools