From 797020e975db26f2b48ab957bfa461ed5998da9b Mon Sep 17 00:00:00 2001 From: Flex Zhong Date: Fri, 3 Sep 2021 21:17:47 +0800 Subject: [PATCH] Update assignment.md --- .../3-background-tasks-and-performance/assignment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/5-browser-extension/3-background-tasks-and-performance/assignment.md b/5-browser-extension/3-background-tasks-and-performance/assignment.md index 4b86f826..da68b50e 100644 --- a/5-browser-extension/3-background-tasks-and-performance/assignment.md +++ b/5-browser-extension/3-background-tasks-and-performance/assignment.md @@ -1,9 +1,9 @@ # Analyze a site for performance -Provide a detailed report of a web site, showing areas where performance is problematic. Analyze why the site is slow and what you could do to speed it up. Don't rely only on the browser tools, but do some research on other tools that can help your report +Provide a detailed report of a web site, showing areas where performance is problematic. Analyze why the site is slow and what you could do to speed it up. Don't rely only on the browser tools, but do some research on other tools that can help your report. ## Rubric | Criteria | Exemplary | Adequate | Needs Improvement | | -------- | ---------------------------------------------------------------------------------------------------------- | --------------------------- | ----------------------------- | -| | A report is presented with details drawn not only from browser tools but from 3rd party tools if available | A basic report is presented | A minimal report is presented | \ No newline at end of file +| | A report is presented with details drawn not only from browser tools but from 3rd party tools if available | A basic report is presented | A minimal report is presented |