'Ruby on Rails' Category
-
Apr092009
Caching multiple CSS and Javascript files into one
While developing CellGuided I found that a single page load was causing many hits on my web server. I verified this by using the Network Timeline available in Safari.
You can enable this in Safari by accessing the Advanced Tab in the Safari preferences and checking “Show Develop menu in menu bar”. This will make a [...]