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 comment:1
component: | unfiled → manipulation |
---|---|
milestone: | None → 1.8 |
owner: | → rwaldron |
priority: | undecided → low |
status: | new → assigned |
Changed June 11, 2012 10:08PM UTC by 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 comment:3
milestone: | 1.8 → 1.next |
---|
Changed September 09, 2012 01:11AM UTC by comment:4
type: | enhancement → feature |
---|
Bulk change from enhancement to feature.