-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from datacamp/ljb/reduce-page-payload-with-se…
…o-solve [OGE-1829] feat: reduce amount of JSON in page payloads with SEO solution - Drastically reducing the initial page size rendered in HTML / remove redundant JSON in the payload - Ensuring links that can produce `404` are no longer rendered in the HTML - This will solve the Google search console reporting for these pages - Page load will improve too with less JSON sent "over the wire" and included as properties of the page - The difference is `56kB` down to `16kB` of page payload (this is `1,600` lines of formatted JSON down to just `475` lines with the change)
- Loading branch information
Showing
4 changed files
with
191 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,6 @@ | |
.prose * { | ||
@apply dark:text-white; | ||
} | ||
|
||
.dc-input > div { | ||
@apply w-full; | ||
} | ||
} | ||
|
||
.list-view dl { | ||
|