First, run:
Ave: 765 90%:859 Max: 880
Combined 10 javascript files into 1.
Second run:
Ave: 653 90%:729 Max: 877
Minified the combined javascript file.
Third run:
Ave: 610 90%:685 Max: 697
Moved the Omniture stuff to the bottom of the page (just before the usual "scripts.jsp" is included).
Ave: 610 90%:685 Max: 697
Moved the Omniture stuff to the bottom of the page (just before the usual "scripts.jsp" is included).
Fourth run:
Ave: 554 90%:564 Max: 576
2 Development Standards to be adopted
Combine most of your javascript into 1 file.
Minify that javascript file.
Leave Omniture until last! (Preferably with an Ajax request on load).
Ave: 554 90%:564 Max: 576
2 Development Standards to be adopted
Combine most of your javascript into 1 file.
Minify that javascript file.
Leave Omniture until last! (Preferably with an Ajax request on load).
No comments:
Post a Comment
If you have any doubts or questions, please let us know.