Changes between Initial Version and Version 1 of Ticket #45471, comment 13
- Timestamp:
- 08/30/2022 02:20:24 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45471, comment 13
initial v1 1 1 I ran some tests around caching the parsed blocks, results were actually not what I thought would be. In most of my results, cached blocks took more time compare to just parsing them straight with parse functions and return them. I would suggest to not cache it until we can do it more fast with core. The Block Parser class can override by developer if they want to cache their own block with separate class. 2 2 3 [ [Image(https://prnt.sc/Lpid4y2Ucq_c)]]3 [https://ibb.co/CKcsjBG]