Anybody else always view-source of almost all websites they go to? What's some things you usually see? Mine:
- Excessive JS and CSS imports for very simple pages (always fault of CMS/WP/etc)
- No content markup - All fetched/rendered through JS.
- When I see those blank lines that are evidently artifacts of backend template rendering :)