Skip to content

Commit

Permalink
Tweaked the slides some more. Added slide links to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnorton42 committed Oct 23, 2024
1 parent be4b52c commit 62c87b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Drupal Batch API
A talk about the Drupal Batch API.

## Slides

You can view the slides in a number of ways:

- HTML (download this repo open the file `dist/slides.html`)
- [PDF](https://github.com/hashbangcode/drupal-batch-api-talk/blob/main/dist/slides.pdf)
- [PPTX](https://github.com/hashbangcode/drupal-batch-api-talk/blob/main/dist/slides.pptx)

## Resources

- [Drupal 11: An Introduction To Batch Processing With The Batch API](https://www.hashbangcode.com/article/drupal-11-introduction-batch-processing-batch-api)
Expand Down
Binary file modified src/assets/images/qr_slides.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions src/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,18 @@ marp: true
---

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

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

<!--
- Scan the QR code for the talk repo. Which has links to all of the resources you need.
-->
---

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

- Servers are designed to throw errors if something takes too long. Some defaults:

- PHP (`max_execution_time`) - 30 seconds
- PHP (`memory_limit`) - 256MB (recommended for Drupal)
- Apache (`TimeOut`) - 60 seconds
Expand Down

0 comments on commit 62c87b2

Please sign in to comment.