This commit is contained in:
parent
69c0fae0c0
commit
4cb6fb7533
4 changed files with 11 additions and 0 deletions
BIN
public/frontend-caching-qrcode.png
Normal file
BIN
public/frontend-caching-qrcode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
public/template-fragment-caching-qrcode.png
Normal file
BIN
public/template-fragment-caching-qrcode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
public/wsnl24-qrcode.png
Normal file
BIN
public/wsnl24-qrcode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
11
slides.md
11
slides.md
|
@ -41,6 +41,9 @@ layout: full
|
||||||
<li><mdi-mastodon /> @jake@theorangeone.net</li>
|
<li><mdi-mastodon /> @jake@theorangeone.net</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<div class="absolute right-3 top-3">
|
||||||
|
<img src="/wsnl24-qrcode.png" width="190px" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.slidev-layout {
|
.slidev-layout {
|
||||||
|
@ -149,6 +152,10 @@ layout: section
|
||||||
## 1:
|
## 1:
|
||||||
# Template Fragment Caching
|
# Template Fragment Caching
|
||||||
|
|
||||||
|
<div class="absolute right-1/2 translate-x-1/2 top-3">
|
||||||
|
<img src="/template-fragment-caching-qrcode.png" width="150px" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
- Template fragment caching
|
- Template fragment caching
|
||||||
- New ish in 5.2
|
- New ish in 5.2
|
||||||
|
@ -789,6 +796,10 @@ layout: section
|
||||||
# Frontend Cache Invalidation
|
# Frontend Cache Invalidation
|
||||||
### Wagtail secret sauce <logos-wagtail class="fill-white"/>
|
### Wagtail secret sauce <logos-wagtail class="fill-white"/>
|
||||||
|
|
||||||
|
<div class="absolute right-1/2 translate-x-1/2 top-3">
|
||||||
|
<img src="/frontend-caching-qrcode.png" width="150px" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
- Frontend cache invalidation!
|
- Frontend cache invalidation!
|
||||||
- Wagtail to the rescue
|
- Wagtail to the rescue
|
||||||
|
|
Loading…
Reference in a new issue