remove outdated css vendor prefix
Recent Commits to kint:master
-
remove outdated css vendor prefix
-
Utils: Reorder methods
Utils: Reorder methods
-
BinaryPlugin: Bugfix chunk size measurement
BinaryPlugin: Bugfix chunk size measurement
-
ProfilePlugin: Remove unused static property
ProfilePlugin: Remove unused static property
-
Ensure all generative plugins set FLAG_GENERATED
Ensure all generative plugins set FLAG_GENERATED We don't do this in IteratorPlugin because we can't be sure if the values returned from an iterator are freshly generated or preexisting
-
SplFileInfoRepresentation: Precalc label
SplFileInfoRepresentation: Precalc label
-
Make value hints calculated from flags
Make value hints calculated from flags
-
CallableDefinitionRepresentationTest: Fix warning
CallableDefinitionRepresentationTest: Fix warning
-
HTMLPlugin: Optimization
HTMLPlugin: Optimization SPL id will already be omitted via domplugin
-
TextRenderer: Bugfix callee in postRender
TextRenderer: Bugfix callee in postRender
-
Unload caches and plugins after dump
Unload caches and plugins after dump Counterintuitively, keeping the cache around not only uses more memory, but also makes the dump slower. Huh. Who'd have thunk? Removing the cache altogether gives a noticeable slowdown, especially when dealing with lots of instances of the same class like when dumping a container from a busy project. Making the cache an instance property saves both memory and speed. Since we used to persist parser plugins in Kint\Kint to keep these caches alive, removing the plugin pool is the easy way to flush them (rather than manually flushing the cache on every dump in eg. setParser) which it turns out _also_ makes things a bit faster. Strangely enough the same could not be said for Rich\CallablePlugin which gets slower when cleaning the cache between runs. Perhaps this is because it's storing whole output strings and saves more effort? But that doesn't explain why it also saves memory. Oh well. ParameterHoldingTrait's cache was never even used. Great.
-
Renderers: Use $v for values
Renderers: Use $v for values
-
Test\SplFileInfoPlugin: Color representation value
Test\SplFileInfoPlugin: Color representation value
-
Psalm find dead code
Psalm find dead code
-
Representation revamp
Representation revamp