include-pattern-feedback
Jump to navigation
Jump to search
Include Pattern Feedback
Objects and Browser Behavior
Over at Yahoo! Local, we were using the object include pattern for all our hReviews on business detail pages and review listings. That is, until we realized that Safari and Internet Explorer both try to embed the entire page with every OBJECT call. (Firefox correctly recognizes that it's a local object and doesn't reload anything.)
On a page with 20+ reviews, this means a substantial increase in load time and memory consumption. As a result of this (bad) browser behavior, we removed the objects entirely.
Any suggestions for workarounds or modifications to the pattern?
-- AndyBaio