Last 7 days
-
ToDo
(The laundry list) Wiki page edited by debert
Last 30 days
-
-
-
issue 95
(Weired behaivior on load images returning them as Loader) Status changed by debert
-
-
issue 95
(Weired behaivior on load images returning them as Loader) reported by winxalex
-
-
-
FAQ
(FAQ or Frequently Asked Questions) Wiki page edited by debert
-
-
r280
(Fixed a bug where retriving an item by the url's string woul...) committed by debert
- Fixed a bug where retriving an item by the url's string would fail if the item was loaded with
preventCache.
Also added test case for that.
Fixed a bug where retriving an item by the url's string would fail if the item was loaded with
preventCache.
Also added test case for that.
-
r279
(Added test cases for correct priority in multiple hosts .) committed by debert
- Added test cases for correct priority in multiple hosts .
Added test cases for correct priority in multiple hosts .
-
r278
(Refactor the host code so that each LoadingItem has a parsed...) committed by debert
- Refactor the host code so that each LoadingItem has a parsed url property.
This is a better design, as it reduces performance overhead of recreating SmartURL items, and also
allows to expose the url components from other parts of the lib.
Refactor the host code so that each LoadingItem has a parsed url property.
This is a better design, as it reduces performance overhead of recreating SmartURL items, and also
allows to expose the url components from other parts of the lib.
-
r277
(Removed old files from the suite, when it was ran with asuni...) committed by debert
- Removed old files from the suite, when it was ran with asunit.
Removed old files from the suite, when it was ran with asunit.
-
r276
(Added src files for test suite to run, third-parties (JSON e...) committed by debert
- Added src files for test suite to run, third-parties (JSON encoder, kisstest), plus put the test
runner app.
Added src files for test suite to run, third-parties (JSON encoder, kisstest), plus put the test
runner app.
-
r275
(Fixed bug in serialized loader example, thanks w serrel.) committed by debert
- Fixed bug in serialized loader example, thanks w serrel.
Fixed bug in serialized loader example, thanks w serrel.
Earlier this year
-
r274
(Improved stats.) committed by debert
- Improved stats.
-
-
-
r273
(Improved connection polling.
Also increased the default max...) committed by debert
- Improved connection polling.
Also increased the default max connection for 12. This has shown an anedoctal improvement of 200% of
loading times when using multiple hosts on small files.
Improved connection polling.
Also increased the default max connection for 12. This has shown an anedoctal improvement of 200% of
loading times when using multiple hosts on small files.
-
r272
(# This is a combination of two commits.
# The first commit's...) committed by debert
- # This is a combination of two commits.
# The first commit's message is:
Removed dummy return error for base lazy loader, fixes issue #92 , thanks kzimir for noticing this.
# This is the 2nd commit message:
Implemented connection pooling per hostname.
Up to now, Bulkloader would not take advantage of the fact that when making requests against
multiple hosts,
both the client and the server would limit the number (usually) to 2 connections. So if you were
loading 8
items from 4 hosts, you'd have the same performance as loading 8 items from the same host.
Now BulkLoader is smart enough to load 2 items (as the maxConnenctionsPerHost property defaults to)
per
hostname and still repect the numConnections you'd like to open at most (idenpendent of hostnames).
This should give better loading times, as more requests are sent to the servers earlier on. This
should also
improve the wait time for bytesTotal and thus progress indication, as the browser will sent the
response headers
earlier on.
Of course, this is only useful if you are making requests against different hostnames. If not,
performance should be
unaltered.
# This is a combination of two commits.
# The first commit's message is:
Removed dummy return error for base lazy loader, fixes issue #92 , thanks kzimir for noticing this.
# This is the 2nd commit message:
Implemented connection pooling per hostname.
Up to now, Bulkloader would not take advantage of the fact that when making requests against
multiple hosts,
both the client and the server would limit the number (usually) to 2 connections. So if you were
loading 8
items from 4 hosts, you'd have the same performance as loading 8 items from the same host.
Now BulkLoader is smart enough to load 2 items (as the maxConnenctionsPerHost property defaults to)
per
hostname and still repect the numConnections you'd like to open at most (idenpendent of hostnames).
This should give better loading times, as more requests are sent to the servers earlier on. This
should also
improve the wait time for bytesTotal and thus progress indication, as the browser will sent the
response headers
earlier on.
Of course, this is only useful if you are making requests against different hostnames. If not,
performance should be
unaltered.
-
-
issue 93
(Wrong usage of LazyJSONLoader.decodeFunc ) commented on by kzimir
-
-
issue 93
(Wrong usage of LazyJSONLoader.decodeFunc ) Status changed by debert
-
-
issue 92
(LazyBulkLoader._lazyParseLoader has return type "void" but d...) Status changed by debert
-
-
r271
(Removed dummy return error for base lazy loader, fixes issue...) committed by debert
- Removed dummy return error for base lazy loader, fixes issue #92 , thanks kzimir for noticing this.
Removed dummy return error for base lazy loader, fixes issue #92 , thanks kzimir for noticing this.
-
issue 93
(Wrong usage of LazyJSONLoader.decodeFunc ) reported by kzimir
-
-
issue 39
(Missing import for BulkErrorEvent in XMLItem) commented on by debert
-
-
issue 92
(LazyBulkLoader._lazyParseLoader has return type "void" but d...) reported by kzimir
-
-
issue 39
(Missing import for BulkErrorEvent in XMLItem) commented on by kzimir
-
-
issue 91
("DISAPROOVED" Error message stops upload "No such state/prov...) Status changed by debert
-
-
-
issue 87
(Seeking in a bulkloaded MP4 file causes it to disappear) Status changed by debert
-
-
-
r270
(Implemented INIT events for ImageItems, fixed issue 52.
) committed by debert
- Implemented INIT events for ImageItems, fixed issue 52 .
Implemented INIT events for ImageItems, fixed issue 52 .
-
issue 75
(getXXX with clearMemory = true causing queue not to fully lo...) Status changed by debert
-
-
r269
(Fixed issue #75, where removing an item inside a complete ha...) committed by debert
- Fixed issue #75 , where removing an item inside a complete handler would cause the loader to stale.
If an item was removed inside it's individual COMPLETE handler, the bulkLoader.loadedItems would be
bogus (this was an easy fix), but also if that would happen inside on the last item on from the
connection queue, the queue would stale. Thanks Jakub Gondek for the report.
Fixed issue #75 , where removing an item inside a complete handler would cause the loader to stale.
If an item was removed inside it's individual COMPLETE handler, the bulkLoader.loadedItems would be
bogus (this was an easy fix), but also if that would happen inside on the last item on from the
connection queue, the queue would stale. Thanks Jakub Gondek for the report.
-
-
r268
(Removed traes (oops)
) committed by debert
- Removed traes (oops)
-
issue 85
(itemsTotal counts all item in loader even already loaded ite...) Status changed by debert
-
-
issue 83
(implement getOrCreateByName(name) method) Status changed by debert
-
-
issue 79
(COMPLETE event neveer fires if one or more items fail to loa...) commented on by marko2009
-
-
r267
(Changed getClassName signature to reflect other values (func...) committed by debert
- Changed getClassName signature to reflect other values (function, namespaces)
Changed getClassName signature to reflect other values (function, namespaces)
-
r266
( Added getClassByName to ImageItem plus tests
) committed by debert
- Added getClassByName to ImageItem plus tests
Added getClassByName to ImageItem plus tests
-
issue 79
(COMPLETE event neveer fires if one or more items fail to loa...) Status changed by debert
-
-
FAQ
(FAQ or Frequently Asked Questions) Wiki page edited by debert
-
r264
(Updated documentation, fixes issue 88
) committed by debert
- Updated documentation, fixes issue 88
-
issue 88
(Where is the BulkErrorEvent class ?) Status changed by debert
-
-
r263
(Updated documentation, fixes issue 88
) committed by debert
- Updated documentation, fixes issue 88
-
issue 82
(bulkLoader.itemsTotal dont change when removeAll() is execut...) Status changed by debert
-
-
r262
(Added extra percentage resets on removeAll
) committed by debert
- Added extra percentage resets on removeAll
Added extra percentage resets on removeAll
-
r261
(Added test cases for simple removeAll and load counters (ite...) committed by debert
- Added test cases for simple removeAll and load counters (itemsTotal, itemsLoaded...)
Added test cases for simple removeAll and load counters (itemsTotal, itemsLoaded...)
|