Bug 1035958

Summary: [Performance] Production Apache ssl_access_log report some resources(such as css,js,pic etc) can not found(HTTP 404)
Product: [Other] TCMS Reporter: Xiong Zhi Ming <zxiong>
Component: ApplicationAssignee: Yang Ren <ryang>
Status: VERIFIED --- QA Contact: Nobody <nobody>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.8.1CC: cqi, junzhang, jzhao, ryang, vchen
Target Milestone: ---Keywords: Improvement, Performance
Target Release: 3.8.10   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Xiong Zhi Ming 2013-11-29 02:59:30 UTC
Description of problem:

During analysis Apache ssl_access_log from production env, show that some resources(such as css,js,pic etc) can not found(HTTP 404) as following. So suggest removing these link from corresponding web pages.

Counts URL
------ -----------------------------------------------------
142 /favicon.ico
140 /media/js/lib/inplacericheditor/lib/tiny_mce/tiny_mce.js
5 /js/tcms_actions.js
5 /js/lib/livepipe/src/livepipe.js
5 /js/lib/livepipe/lib/scriptaculous.js
5 /js/lib/jquery.shiftcheckbox.js
5 /js/init.js
5 /images/logo_shipshape_1.png
5 /images/500.png
5 /case/202569/history/%7B%7B%20MEDIA_URL%20%7D/js/testplan_actions.js
5 /plan/10671/Pictures/100002010000077F000003857916AB8B.png
5 /plan/10671/Pictures/100002010000077E0000038854EF4279.png
5 /plan/10671/Pictures/100002010000077E0000038583DCE8BE.png
5 /plan/10671/Pictures/100002010000077E0000038448E72547.png
5 /plan/10671/Pictures/100002010000077D000003832B12EAC9.png
5 /plan/10671/Pictures/100002010000077C00000386F8BF0E56.png
5 /plan/10671/Pictures/100002010000077C00000384C4F83F5A.png
5 /plan/10671/Pictures/100002010000077A00000388DD99383B.png
5 /plan/10671/Pictures/100002010000077A0000038493C6186A.png
5 /plan/10671/Pictures/10000201000007750000038242B80A7F.png
5 /plan/10671/Pictures/1000020100000772000003860614C5A7.png
5 /plan/10671/Pictures/10000201000007720000029E685B65FC.png
5 /plan/10671/Pictures/10000201000007560000038D3AF97243.png
4 /plan/10671/Pictures/1000020100000769000002930E59CDF3.png
4 /js/lib/livepipe/lib/prototype.js
3 /style/print.css
3 /style/base.css
3 /run/95942/https://beaker.engineering.redhat.com/jobs/541550/Watching
3 /js/lib/jquery-1.5.1.min.js
2 /run/124815/?from_plan=5066
2 /plan/4962/images/ui-bg_flat_75_ffffff_40x100.png
2 /plan/%209943/rhevmadministration-portalcloud-init
2 /images/favicon.png
2 /case/250073/history/%7B%7B%20MEDIA_URL%20%7D/js/testplan_actions.js
2 /case/248761/history/%7B%7B%20MEDIA_URL%20%7D/js/testplan_actions.js
1 /run/95967/https://beaker.engineering.redhat.com/jobs/541546/Watching
1 /plan/10771/jquery.min.map
1 /cases/search/jquery.min.map
1 /case/mod_perl/upstream/2.0.2/runtest.sh
1 /case/322679/history/%7B%7B%20MEDIA_URL%20%7D/js/testplan_actions.js
1 /case/321914/jquery.min.map
1 /advance-search/images/ui-bg_flat_75_ffffff_40x100.png


Version-Release number of selected component (if applicable):
V3.8.5

How reproducible:
100%

Steps to Reproduce:
1. analysis TCMS Apache ssl_access_log from production env.
2.
3.

Actual results:
Exist resources that not found(HTTP 404)

Expected results:
Not exist resources that not found(HTTP 404)

Additional info:

Comment 1 yangqiu 2014-07-29 08:51:11 UTC
verify this issue on v3.8.10-1 on devel server.--->Pass
If there is 500 error, system will show 500 error page and will not report so many 404 error.