-
Updated
May 31, 2021 - TypeScript
web-performance
Here are 156 public repositories matching this topic...
-
Updated
May 31, 2021 - JavaScript
Describe the bug
The markup version of the readme that is displayed in the main page for this repo contains the following links:
Status code [404:NotFound] - Link: https://keyword-2-ecd7b.firebaseapp.com/
Status code [404:NotFound] - Link: https://github.com/GoogleChromeLabs/quicklink/blob/master/#custom-ignore-patterns
(The links in the readme’s markdown may appear different to the link
There's a lot of place for improvement of the documentation.
- Update the Angular guide to use
ngx-build-plus
- Improve the API documentation explaining the configuration properties
- Include a guide showing how to use Guess.js with JWT instead of OAuth
- Include Gatsby guide
The content of the documentation is in the GitHub page [repo](https://github.com/guess-js/guess-
-
Updated
Mar 1, 2021 - C
To boost the minification we have some mangle properties in the Terser config.
https://github.com/Zizzamia/perfume.js/blob/master/rollup.config.ts
But over time we stopped using most of them, I think it's time to double-check which one are the properties are not necessary anymore.
-
Updated
May 31, 2021 - JavaScript
The current badge overlay close button will remove the badge from the page, but will not persist the badge closure during your session. This might be surprising to developers (e.g I see my metrics -> close badge -> CLS wasn't final and just updated -> whoops here's the badge again).
Few options....
- Clicking close will be the same as disabling the overlay for the particular tab (i.e we upd
-
Updated
Apr 14, 2021
-
Updated
May 31, 2021 - TypeScript
-
Updated
Feb 12, 2018 - JavaScript
-
Updated
May 11, 2021
-
Updated
May 27, 2021 - CSS
-
Updated
May 9, 2021 - JavaScript
-
Updated
May 9, 2021 - JavaScript
-
Updated
Nov 24, 2020 - Shell
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Jan 1, 2017 - JavaScript
-
Updated
Nov 2, 2016 - JavaScript
-
Updated
Apr 18, 2021 - Rust
-
Updated
May 27, 2021 - JavaScript
-
Updated
May 27, 2021 - TypeScript
-
Updated
May 25, 2021 - JavaScript
-
Updated
May 28, 2021 - JavaScript
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Feb 23, 2020 - TypeScript
-
Updated
Jan 13, 2021 - TypeScript
-
Updated
Dec 10, 2020 - JavaScript
Improve this page
Add a description, image, and links to the web-performance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-performance topic, visit your repo's landing page and select "manage topics."
@kezhenxu94 I think with using
graceful shutting down
, we need a simple e2e to verify whether OAP and UI could be shut down successfully. Because, once we have one unexpected thread, the shutdown wouldn't work.Originally posted by @wu-sheng in apache/skywalking#7020 (comment)