Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config.json no longer gets converted to Base64 #36

Merged
merged 2 commits into from Jun 11, 2022

Conversation

yaustar
Copy link
Collaborator

@yaustar yaustar commented Jun 10, 2022

Fixes #35

A quick test shows a small improvement on Flappy bird:
Before: 1,545,236 bytes
After: 1,497,408 bytes

For a project that is private and has a lot more data which is saving 500KB:
Before: 3,697,536 bytes
After: 3,103,531 bytes

File Ad Audit project
Before: 2,041,856 bytes
After: 1,860,346 bytes

@yaustar yaustar added the enhancement New feature or request label Jun 10, 2022
@yaustar yaustar self-assigned this Jun 10, 2022
@yaustar yaustar merged commit f11d398 into main Jun 11, 2022
@yaustar yaustar deleted the playable-ad-patch-app-configure branch June 11, 2022 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Patch app.configure to take a JSON object instead of URL to reduce total size
3 participants