web-performance
Here are 140 public repositories matching this topic...
-
Updated
Nov 12, 2020 - JavaScript
Currently the decorator @trace only support plain functions. Decorating functions with async makes the trace hierarchy incorrect.
@runnable()
async def test1(self):
return '1'
@runnable()
async def test2(self):
return self.test1()
def test(self):
asyncio.run(self.test2())this generates
Feedback from @surma:
I feel like by default you should add a rootMargin to the IO to trigger the load before something comes into the viewport.
So, rootMargin defaults to "0px 0px 0px 0px", meaning the intersection will be computed between the root element's unmodified bounds rectangle and the target's bounds. This change would be made to https://github.com/GoogleChromeLabs/quicklink/b
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
Sep 29, 2020 - 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
Nov 13, 2020 - 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
Jul 7, 2020
-
Updated
Feb 12, 2018 - JavaScript
-
Updated
Nov 12, 2020 - TypeScript
-
Updated
Oct 13, 2020
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Nov 11, 2020 - Kotlin
-
Updated
Dec 18, 2019 - Shell
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Jan 1, 2017 - JavaScript
-
Updated
Nov 2, 2016 - JavaScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Oct 31, 2020 - Rust
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Feb 23, 2020 - TypeScript
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Aug 5, 2020 - JavaScript
-
Updated
Mar 23, 2018 - 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."


Relevant Package