File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Drupal Batch API
2
2
A talk about the Drupal Batch API.
3
3
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
+
4
12
## Resources
5
13
6
14
- [ Drupal 11: An Introduction To Batch Processing With The Batch API] ( https://www.hashbangcode.com/article/drupal-11-introduction-batch-processing-batch-api )
Original file line number Diff line number Diff line change @@ -35,14 +35,18 @@ marp: true
35
35
---
36
36
37
37
## 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:
40
41
<small >https://bit.ly/3BQ4rsW </small >
41
42
- I have also written about the Batch API on
42
43
<small >[ www.hashbangcode.com ] ( www.hashbangcode.com ) </small >
43
44
44
45
![ bg h:50% right:40%] ( ../src/assets/images/qr_slides.png )
45
46
47
+ <!--
48
+ - Scan the QR code for the talk repo. Which has links to all of the resources you need.
49
+ -->
46
50
---
47
51
48
52
# The Drupal Batch API
@@ -80,7 +84,6 @@ Source: https://www.cloudflare.com/learning/performance/more/website-performance
80
84
## Server Timeouts
81
85
82
86
- Servers are designed to throw errors if something takes too long. Some defaults:
83
-
84
87
- PHP (` max_execution_time ` ) - 30 seconds
85
88
- PHP (` memory_limit ` ) - 256MB (recommended for Drupal)
86
89
- Apache (` TimeOut ` ) - 60 seconds
You can’t perform that action at this time.
0 commit comments