Skip to main content

Bug Tracker

Side navigation

#10426 closed feature (notabug)

Opened October 05, 2011 02:16PM UTC

Closed June 29, 2013 08:12PM UTC

Meta: Use createContextualFragment to speed up element creation

Reported by: rwaldron Owned by: rwaldron
Priority: low Milestone: 1.next
Component: manipulation Version: 1.7b1
Keywords: Cc:
Blocked by: Blocking:
Description

Recently, Yehuda Katz presented this idea to both us and then the entire jQuery Boston Conference. I think it's worth (at very least) an exploratory implementation to measure performance against.

I'm going to suggest that we work on this between now and 1.8 release

Attachments (0)
Change History (5)

Changed October 05, 2011 02:24PM UTC by rwaldron comment:1

component: unfiledmanipulation
milestone: None1.8
owner: → rwaldron
priority: undecidedlow
status: newassigned

Changed June 11, 2012 10:08PM UTC by dmethvin comment:2

These kind of tickets are pretty ethereal; similar to #10515.

If we can do something here, great, if not let's close it and it will come up organically when someone yells at us for being stupid and not using them.

I am not convinced the fragment cache complexity is worthwhile, perhaps it could be swapped out for code that used cCF or iAH. The primary benefit of the frag cache is that it made us look really good on benchmarks like TaskSpeed circa 2008, but anyone writing production code like that deserves to have bad performance.

Changed June 18, 2012 04:28PM UTC by mikesherov comment:3

milestone: 1.81.next

Changed September 09, 2012 01:11AM UTC by dmethvin comment:4

type: enhancementfeature

Bulk change from enhancement to feature.

Changed June 29, 2013 08:12PM UTC by dmethvin comment:5

resolution: → notabug
status: assignedclosed

I'll take my advice above and close this until someone shows it really helps. Based on the work orkel did on #10515 I have my doubts.