Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceapiturca authored Jul 8, 2021
1 parent db45aa2 commit 4b085af
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions App Optimization/readme.md
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

0 comments on commit 4b085af

Please sign in to comment.