web-performance
Here are 158 public repositories matching this topic...
-
Updated
Apr 16, 2022 - 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 9, 2022 - 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
Apr 17, 2022 - 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 17, 2022 - TypeScript
-
Updated
Apr 14, 2021
-
Updated
Feb 12, 2018 - JavaScript
-
Updated
Feb 24, 2022 - JavaScript
-
Updated
Mar 29, 2022 - CSS
-
Updated
Mar 24, 2022
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Nov 24, 2020 - Shell
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Apr 18, 2021 - Rust
-
Updated
Apr 2, 2022 - TypeScript
-
Updated
Jan 1, 2017 - JavaScript
-
Updated
Nov 2, 2016 - JavaScript
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Oct 19, 2021 - JavaScript
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Feb 23, 2020 - TypeScript
-
Updated
Oct 7, 2021 - TypeScript
-
Updated
Apr 7, 2022 - TypeScript
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."


Which @angular/* package(s) are relevant/related to the feature request?
DevTools
Description
Currently when you inspect and component that has a property that is a "Date" type you just get " -> Date()" listed to represent that property, but it would be nice to actually see what that value is
Proposed solution
Either evaluate .toString() on the property wh