forked from mirceapiturca/Sections
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db45aa2
commit 4b085af
Showing
1 changed file
with
23 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Shopify App Perfoemance Optimization | ||
Optimize Shopify apps performance, loaded via the Script Tag API, by selecting how, when, and where to load. | ||
|
||
|
||
## Demo | ||
Optimized product: https://sections.design/blogs/shopify/faq-rich-snippets-section#demo (291Kb JS initial load) | ||
Unoptimized product: https://sections.design/blogs/shopify/faq-rich-snippets-section#demo (679Kb JS initial load) | ||
|
||
### Installing | ||
|
||
``` | ||
Copy sections/app-optimization.liquid to your theme sections folder | ||
Edit theme.liquid and add {% section 'app-optimization' %} before the closing </body> tag | ||
Configure in Theme Editor | ||
``` | ||
|
||
## Authors | ||
|
||
* **Mircea Piturca** - [Sections.Design](https://sections.design) | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License |