Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
going-to-production
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zk
going-to-production
Commits
5dc6d0c4
Commit
5dc6d0c4
authored
Feb 27, 2015
by
Mr_Mig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated spa-checklist
parent
a9921069
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
spa-checklist.md
spa-checklist.md
+14
-2
No files found.
spa-checklist.md
View file @
5dc6d0c4
...
...
@@ -4,9 +4,16 @@ This is a checklist for browser-based Web App **without the backend** or with a
## Deployment
-
[
]
My app is served from CDN with correct cache headers
-
[
]
My app is served from CDN or cookie-less subdomain
-
[
]
My app is server with forever cache headers for static assets
-
[
]
My app static resources are gzipped
## Loading optimization
-
[
]
My app can load it's assets in parallel (css, images and scripts)
-
[
]
My app uses icon sprites
-
[
]
My app does not hit
[
browser HTTP requests limit per host
](
http://stackoverflow.com/questions/985431/max-parallel-http-connections-in-a-browser
)
## Versioning
-
[
]
My app has a cache-busting implemented
...
...
@@ -14,4 +21,9 @@ This is a checklist for browser-based Web App **without the backend** or with a
## Testing
-
[
]
My app is passing Page Speed tests with high grades
\ No newline at end of file
-
[
]
My app is passing performance tests with high grades
-
[
PageSpeed
](
https://developers.google.com/speed/pagespeed/
)
-
[
YSlow
](
http://yslow.org/
)
-
Chrome Dev Tools Audit
-
[
]
My app does not have memory leaks
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment