|
2 | 2 | Performance tricks
|
3 | 3 | ******************
|
4 | 4 |
|
5 | | -If you use ``php-v8`` extension for short-lived tasks or you have your :class:`Context` likely to be long-living enough |
6 | | -so that ``V8`` runtime optimizations won't have significant impact, you can still improve your performance. |
| 5 | +If you: |
7 | 6 |
|
8 | | -Important note: all caching techniques are V8 version-specific and platform specific, some caches won't even work on |
| 7 | + * use ``php-v8`` extension for short-lived tasks or |
| 8 | + * you have your :class:`Context` short-lived |
| 9 | + |
| 10 | +it is likely that you won't be able benefit from ``V8`` runtime optimizations. |
| 11 | +However, you can still improve your performance. |
| 12 | + |
| 13 | +*Important note*: all caching techniques are V8 version-specific and platform specific, some caches won't even work on |
9 | 14 | different CPU with different instructions set, you have to test following techniques for your environment and
|
10 | 15 | infrastructure and be ready to fallback to raw, cache-less flow.
|
11 | 16 |
|
|
0 commit comments