Greenheart / pagecrypt

Password Protected Single Page Applications and HTML files
GNU Affero General Public License v3.0
233 stars 25 forks source link

Investigate more performant way to inline large bundles #10

Closed Greenheart closed 3 years ago

Greenheart commented 3 years ago

Some ideas / potential solutions to test: ~1. Use external <script> that can be async or defered.~ Won't work since it will break the single input HTML -> single output HTML which is a main feature of pagecrypt.

  1. Inline payload as a<p class="hidden"> instead of as a Githubissues.
  2. Githubissues is a development platform for aggregating issues.