On Tue, 2006-08-22 at 01:39 +0100, Justin Forder wrote:> Hi Al
>
> Initial load of http://www.scosug.org/ appears to involve 20 HTTP
> requests, downloading a total of 458,675 bytes of data:
>
> # Result Host URL Body Caching Content-Type User-defined
> 1 200 scosug.org / 4,447 no-cache text/html
> 2 200 scosug.org /stylesheets/scaffold.css?1149620092 1,276
> text/css
> 3 200 scosug.org /stylesheets/scosug.css?1151341080 7,373
> text/css
> 4 200 scosug.org /javascripts/tiny_mce/tiny_mce.js?1149612883
> 136,939 text/javascript
> 5 200 scosug.org
> /javascripts/tiny_mce/themes/advanced/editor_template.js 40,217
> text/javascript
> 6 200 scosug.org /javascripts/tiny_mce/langs/en.js 1,650
> text/javascript
> 7 200 scosug.org
> /javascripts/tiny_mce/themes/advanced/css/editor_ui.css 7,017
> text/css
> 8 200 scosug.org
> /javascripts/tiny_mce/plugins/contextmenu/editor_plugin.js 11,005
> text/javascript
> 9 200 scosug.org /javascripts/tiny_mce/plugins/paste/editor_plugin.js
> 9,320 text/javascript
> 10 200 scosug.org /javascripts/tiny_mce/themes/advanced/langs/en.js
> 2,862 text/javascript
> 11 200 scosug.org
> /javascripts/tiny_mce/plugins/contextmenu/css/contextmenu.css 1,226
> text/css
> 12 200 scosug.org /javascripts/tiny_mce/plugins/paste/langs/en.js 380
> text/javascript
> 13 200 scosug.org /javascripts/prototype.js?1149612776 55,149
> text/javascript
> 14 200 scosug.org /javascripts/effects.js?1149612776 32,871
> text/javascript
> 15 200 scosug.org /javascripts/dragdrop.js?1149612776 29,453
> text/javascript
> 16 200 scosug.org /javascripts/controls.js?1149612776 28,036
> text/javascript
> 17 200 scosug.org /javascripts/application.js?1149612776 148
> text/javascript
> 18 200 scosug.org /images/stephan.jpg 21,416 image/jpeg
> 19 200 scosug.org /images/scosug-bg.jpg 67,890 image/jpeg
> 20 200 scosug.org /favicon.ico 0 text/plain; charset=ISO-8859-1
>
> I suggest you don''t link all those javascript files to the first
page
> that the user visits!
>
> regards
>
> Justin
Thanks, Justin. That''s useful.
My initial guess before digging deeper into the problem is that it''s
the
tiny_mce js that''s so big, and that I should maybe put a conditional in
place to make that only load on pages that require it.
Which tool are you using to do get these details, btw?
Thanks for the help.
--
-- AL --
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---