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

Add writeup on Ember performance tweaks #643

Merged
merged 3 commits into from
May 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions source/2020-05-15-the-ember-times-issue-148.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The Ember Times - Issue No. 148
author: Chris Ng, the crowd
author: Chris Ng, Amy Lam, the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2020
alias : "blog/2020/05/15-the-ember-times-issue-148.html"
responsive: true
Expand All @@ -10,6 +10,8 @@ responsive: true

<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>
Watch the new EmberMap video on the `{{on}}` modifier,
Ember performance tweaks 🏎,

READMORE

---
Expand Down Expand Up @@ -55,14 +57,19 @@ Check out the full video explaining the `{{on}}` modifier on [EmberMap](https://

---

## [Section title in sentence case 🐹](section-url)
## [Ember performance tweaks 🏎](https://abhilashlr.in/ember-performance-tweaks-part-1)

[Abhilash LR (@abhilashlr)](https://github.com/abhilashlr) blogs about **optimizing build timelines & bundle size** in your Ember apps, the first in a series on getting started with performance optimizations! Check out his tips and tricks in the writeup [here](https://abhilashlr.in/ember-performance-tweaks-part-1). Highlights include:

<change section title emoji>
<consider adding some bold to your paragraph>
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
* Speeding up development
* Removing tests from the dev build
* Removing Mirage from the dev build
* Minification, gzip or brotli compression, and fingerprinting
* Asset size
* Analyze bundle size and optimize asset size
* Removing dependencies not needed on app boot

<add your name to author list, top and bottom>
<add blurb and emoji to "SOME-INTRO-HERE">
> The smaller the page assets, the faster it is for the user to view them. The faster it is for the user to view the page with text and UI, the greater trust they have on our apps/websites.

---

Expand Down Expand Up @@ -162,4 +169,4 @@ That's another wrap! ✨

Be kind,

Chris Ng, the crowd and the Learning Team
Chris Ng, Amy Lam, the crowd and the Learning Team