Skip to content

Commit

Permalink
Add important tags
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman authored Dec 28, 2023
1 parent f0fc471 commit d804952
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ http://htmlpurifier.org/live/configdoc/plain.html
After running Purify once, [HTMLPurifier](https://github.com/ezyang/htmlpurifier) will auto-cache your
serialized `definitions` into the `serializer.cache` definition you have configured in `config/purify.php`.

> **Important**:
> [!Important]
>
> If you have configured Purify to utilize the `CacheDefinitionCache` in the `serializer` option,
> this command will issue a `Cache::clear()` on the cache driver you have configured it to use.
Expand Down Expand Up @@ -174,7 +174,9 @@ This will cause your definitions to be serialized upon each application request.

This is especially useful when debugging or tweaking definition files to see immediate results.

> **Important**: Caching is recommended in production environments.
> [!Important]
>
> Caching is recommended in production environments.
### Practices

Expand Down

0 comments on commit d804952

Please sign in to comment.