General

Profile

Raphaël Riel

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 4 4

Activity

2012-03-06

08:09 TYPO3 Core Revision a03db29b: [CLEANUP] Performance in Reflection Service's cache handling
This avoids a superflous call to $this->dataCache->has() - instead
uses ->get() directly and uses return value for ch...
Raphaël Riel

2012-01-20

14:46 TYPO3 Core Revision d1b66e99: [CLEANUP] Performance in Reflection Service's cache handling
This avoids a superflous call to $this->dataCache->has() - instead
uses ->get() directly and uses return value for ch...
Raphaël Riel

2011-07-28

01:02 TYPO3 Core Bug #28482: t3lib_cache_backend_MemcachedBackend
I'll do.
This was the first "->has(" search result my IDE gave me back... there is still _a lot_ around.. so, my poi...
Raphaël Riel

2011-07-27

23:11 TYPO3 Core Bug #28482: t3lib_cache_backend_MemcachedBackend
Thanks for the documentation addition.
Unfortunately, I disagree with the point has() is not used widely.
Take ...
Raphaël Riel
14:44 TYPO3 Core Bug #28482: t3lib_cache_backend_MemcachedBackend
None of my own extensions and project-specific code uses the has() function.
Unfortunately, there a lot of code spre...
Raphaël Riel
15:07 TYPO3 Core Bug #28514: t3lib_cache_backend_MemcachedBackend's tag-to-identifier and vice-versa is a performance chugger
*Sorry for above formatting... Since I can't edit of delete the entry and redo... here take 2 :*
Using the standard ...
Raphaël Riel
15:04 TYPO3 Core Bug #28514 (Rejected): t3lib_cache_backend_MemcachedBackend's tag-to-identifier and vice-versa is a performance chugger
Using the standard class for Memcached Caching, it does takes 10 calls to memcache to do a single SET operation.
I...
Raphaël Riel

2011-07-26

21:12 TYPO3 Core Bug #28485 (Closed): Code that targets db's page table should use caching
Many functions, including, but not limited to:
* typolink() and it's variants
* getPage() and variants
* getRootli...
Raphaël Riel
20:53 TYPO3 Core Feature #28484 (Closed): t3lib_stdGraphic->getCachedImageDimensions() should leverage caching backend
This is a huge performance killer when cache is set/retreived to/from database.
Developers should have the ability t...
Raphaël Riel
20:32 TYPO3 Core Bug #28482 (Rejected): t3lib_cache_backend_MemcachedBackend
Current interface _t3lib_cache_backend_Backend_ exposes an has($entryIdentifier) function which return boolean-true i... Raphaël Riel

Also available in: Atom