Sounds like you have firebug installed and caching turned off. Try on another browser/computer. Your webserver/mongrel could also be configured to force the clients to reload everything on each hit. (expire) I am using http://synthesis.sbecker.net/pages/asset_packager to speed up loading times when my site is in production mode. Page loads much faster when the webserver only has to send 1 javescript file and 1 css file.
On May 18, 7:12 pm, "[email protected]" <[email protected]> wrote: > Hi - I'm having a problem with hobo being slow. Every page I go to > (show, index, etc) seems to load all the hobo dryml and javascript > files again. It's like these are not being cached, and hobo has to > load them fresh each time. Page load time is around 20 seconds. > > Is this a simple setting somewhere? > > Cheers, > > Rowan. > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
