File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,13 @@ Boost your Laravel application's performance by optimizing HTTP responses with m
44
55## Key Features
66
7- ** Compression** : Shrink response payloads using Gzip or Brotli compression.
8- ** HTML Minification** : Reduce the size of HTML responses by eliminating unnecessary whitespace and formatting.
7+ #### Compression
98
10- These optimizations work seamlessly with your existing Laravel application, requiring minimal setup.
9+ Shrink response payloads using Gzip or Brotli compression.
10+
11+ #### HTML Minification
12+
13+ Reduce the size of HTML responses by eliminating unnecessary whitespace and formatting.
1114
1215---
1316
@@ -31,13 +34,13 @@ php artisan vendor:publish --provider="Chr15k\ResponseOptimizer\ResponseOptimize
3134
3235This package provides the following middleware:
3336
34- ### 1. Compression Middleware
37+ #### 1. Compression Middleware
3538
3639Applies Gzip or Brotli compression to HTTP responses based on client support. This reduces the size of the response payload and enhances load times.
3740
3841** Ideal For** : Large JSON responses, static files, or data-intensive endpoints.
3942
40- ### 2. HTML Minification Middleware
43+ #### 2. HTML Minification Middleware
4144
4245Minifies HTML responses by removing unnecessary whitespace and formatting to reduce payload size.
4346
You can’t perform that action at this time.
0 commit comments