Skip to content

Commit 62c87b2

Browse files
Tweaked the slides some more. Added slide links to the readme.
1 parent be4b52c commit 62c87b2

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Drupal Batch API
22
A talk about the Drupal Batch API.
33

4+
## Slides
5+
6+
You can view the slides in a number of ways:
7+
8+
- HTML (download this repo open the file `dist/slides.html`)
9+
- [PDF](https://github.com/hashbangcode/drupal-batch-api-talk/blob/main/dist/slides.pdf)
10+
- [PPTX](https://github.com/hashbangcode/drupal-batch-api-talk/blob/main/dist/slides.pptx)
11+
412
## Resources
513

614
- [Drupal 11: An Introduction To Batch Processing With The Batch API](https://www.hashbangcode.com/article/drupal-11-introduction-batch-processing-batch-api)

src/assets/images/qr_slides.png

-5.45 KB
Loading

src/slides.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,18 @@ marp: true
3535
---
3636

3737
## Source Code
38-
- Talk is available on the QR code.
39-
- All code seen can be found here
38+
- Talk is available at:
39+
<small>https://github.com/hashbangcode/drupal-batch-api-talk</small>
40+
- All code seen can be found at:
4041
<small>https://bit.ly/3BQ4rsW</small>
4142
- I have also written about the Batch API on
4243
<small>[www.hashbangcode.com](www.hashbangcode.com)</small>
4344

4445
![bg h:50% right:40%](../src/assets/images/qr_slides.png)
4546

47+
<!--
48+
- Scan the QR code for the talk repo. Which has links to all of the resources you need.
49+
-->
4650
---
4751

4852
# The Drupal Batch API
@@ -80,7 +84,6 @@ Source: https://www.cloudflare.com/learning/performance/more/website-performance
8084
## Server Timeouts
8185

8286
- Servers are designed to throw errors if something takes too long. Some defaults:
83-
8487
- PHP (`max_execution_time`) - 30 seconds
8588
- PHP (`memory_limit`) - 256MB (recommended for Drupal)
8689
- Apache (`TimeOut`) - 60 seconds

0 commit comments

Comments
 (0)