Content Type Analysis
The Content Type analysis provides detailed insights into the types of content served by a website, focusing on their distribution, size, load times, and HTTP status codes.
Key Metrics
Section titled “Key Metrics”- Total URLs: Counts the number of requests per content type (e.g., Images, HTML, JS, CSS).
- Total Size: Summarizes the cumulative size of each content type, highlighting resource-heavy categories.
- Total Time: Aggregates the time taken to load each content type, giving an overview of performance.
- Average Time: Provides the average load time per content type, helping identify potential bottlenecks.
- Status Codes: Displays the distribution of HTTP status codes (2xx, 3xx, 4xx) for each content type, pinpointing issues like redirects (3xx) and errors (4xx).
Sample Results
Section titled “Sample Results”The analyzer generates detailed tables showing content type distribution:
Content Types Summary
Section titled “Content Types Summary”Content types-------------
Content type | URLs | Total size | Total time | Avg time | Status 20x | Status 40x-------------------------------------------------------------------------------------HTML | 48 | 12 MB | 4 s | 84 ms | 48 | 0Image | 11 | 18 MB | 2 s | 185 ms | 11 | 0JS | 4 | 13 kB | 54 ms | 14 ms | 4 | 0CSS | 2 | 77 kB | 41 ms | 20 ms | 2 | 0Document | 1 | 135 B | 10 ms | 10 ms | 1 | 0JSON | 1 | 36 B | 14 ms | 14 ms | 0 | 1
MIME Types Breakdown
Section titled “MIME Types Breakdown”Content types (MIME types)--------------------------
Content type | URLs | Total size | Total time | Avg time | Status 20x | Status 40x---------------------------------------------------------------------------------------------------text/html | 45 | 2 MB | 1.2 s | 26 ms | 45 | 0application/javascript | 4 | 13 kB | 54 ms | 14 ms | 4 | 0image/svg+xml | 3 | 2 kB | 55 ms | 18 ms | 3 | 0text/html; charset=utf-8 | 3 | 10 MB | 2.9 s | 959 ms | 3 | 0image/webp | 3 | 87 kB | 53 ms | 18 ms | 3 | 0image/gif | 3 | 16 MB | 1.8 s | 591 ms | 3 | 0text/css | 2 | 77 kB | 41 ms | 20 ms | 2 | 0image/avif | 2 | 2 MB | 154 ms | 77 ms | 2 | 0application/json | 1 | 36 B | 14 ms | 14 ms | 0 | 1text/plain | 1 | 135 B | 10 ms | 10 ms | 1 | 0
These tables help identify:
- Resources consuming the most bandwidth (Images: 18MB)
- Content types with the longest load times (HTML: 4s total, Image files with 185ms average)
- The distribution of content types across the website
- Content types with error responses (JSON with a 404 error)
💡Further development ideas
Section titled “💡Further development ideas”In the future, we want to add cache settings analysis to this analysis and provide statistics and recommendations from caching area. Properly set content cache (especially of the assembly) has a significant impact on the real browsing speed.