forked from fourkitchens/frontend-perf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
94 lines (89 loc) · 2.63 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
title: About this Training
---
<div class="jumbotron">
<h1>About this Training</h1>
</div>
<div class="page-header">
<h2>Learning Objectives</h2>
</div>
<div class="tools col3">
<div class="panel panel-default tool">
<div class="panel-heading"><h3 class="panel-title">Create a foundation of knowledge</h3></div>
<div class="panel-body">
<p>We will walk through the process of optimizing an existing site. Learn how to identify and measure performance bottlenecks, and respond with solutions to these problems.</p>
</div>
</div>
<div class="panel panel-default tool">
<div class="panel-heading"><h3 class="panel-title">Use automated workflow tools</h3></div>
<div class="panel-body">
<p>Tools can tirelessly check every change you make to a site, ensuring that major changes in performance do not go unnoticed during the development cycle.</p>
<p>Use automation to always deploy an optimized build, using an asset pipeline that ensures your HTML, CSS, JS, and images are all as lean as possible.</p>
</div>
</div>
<div class="panel panel-default tool">
<div class="panel-heading"><h3 class="panel-title">Confidently build a performant site</h3></div>
<div class="panel-body">
<p>Build sites from scratch while balancing other priorities like feature backlogs and deadlines through the use of performance budgets.</p>
</div>
</div>
</div>
<div class="page-header">
<h2>Schedule</h2>
</div>
<div class="schedule ">
<table class="table">
<tr class="warning">
<td>8:00 - 9:00</td>
<td>Breakfast / Registration</td>
</tr>
<tr>
<td>9:00 - 9:45</td>
<td>Foundation of Performance</td>
</tr>
<tr>
<td>9:45 - 10:15</td>
<td>Performance Auditing</td>
</tr>
<tr class="warning">
<td>10:15 - 10:45</td>
<td>Coffee break</td>
</tr>
<tr>
<td>10:45 - 11:15</td>
<td>Performance Auditing (cont.)</td>
</tr>
<tr>
<td>10:45 - 11:45</td>
<td>Drupal Modules</td>
</tr>
<tr class="warning">
<td>11:45 - 1:00</td>
<td>Lunch</td>
</tr>
<tr>
<td>1:00 - 1:45</td>
<td>Workflow Automation</td>
</tr>
<tr>
<td>1:45 - 3:15</td>
<td>Continuous Integration</td>
</tr>
<tr class="warning">
<td>3:15 - 3:45</td>
<td>Coffee break</td>
</tr>
<tr>
<td>3:45 - 4:30</td>
<td>Performance Budgeting</td>
</tr>
<tr>
<td>4:30 - 5:00</td>
<td>Wrap up / Evaluations</td>
</tr>
<tr class="warning">
<td>5:00 - 6:30</td>
<td>Opening reception in the Exhibit Hall</td>
</tr>
</table>
</div>