-
Updated
Aug 8, 2022 - Go
performance
Here are 4,101 public repositories matching this topic...
-
Updated
Jul 11, 2022 - JavaScript
-
Updated
Aug 10, 2022 - Go
-
Updated
Aug 9, 2022 - Go
-
Updated
Aug 10, 2022 - TypeScript
-
Updated
Aug 8, 2022 - JavaScript
-
Updated
Jul 28, 2022 - Java
Brief summary
The first time root certificates are loaded in OSX it takes a long time to parse them (> 100ms) and this time will appear as part of http_req_tls_handshaking. The certificates can be forced to load by running: x509.SystemCertPool() somewhere in the code before benchmarking.
k6 version
k6 v0.36.0 ((devel), go1.17.6, darwin/amd64)
OS
macOS 10.15.7
Docker versi
-
Updated
Jun 15, 2022 - JavaScript
-
Updated
Aug 4, 2022 - JavaScript
DNS preanalyze
DNS preanalyze is a way to reduce DNS analyze time:
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link rel="dns-prefetch" href="http://www.baidu.com" />
-
Updated
Aug 10, 2022 - C++
-
Updated
Oct 20, 2021 - Shell
-
Updated
Aug 10, 2022 - Java
-
Updated
Jan 5, 2022
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
Reading about Partytown I though it had said it could sandbox thirdparty scripts access to the page. But looking through the config options I couldn't find any options for restricting DOM access.
As an example if I had form asking for Name, Age, and Email, and a third party script for validation email addresses, and only wanted the third party script to be able to have access to the Email fiel
I've been trying to get it to work with Next.js v11 and now v12 but have never had any success. Would you mind providing an example?
Thanks
-
Updated
Aug 10, 2022 - Python
Various characters (e.g. |) if used in a Params will end up invalidating the generated markdown, causing it to render incorrectly. It'd be helpful if benchmarkdotnet could escape the markdown output, e.g. output \| instead of |.
-
Updated
Aug 10, 2022 - C
As a result of the showcase, we should improve the following messages:
- “column does not exist”: Which one?
- “syntax error: unexpected IDENTIFIER”: Would like to
- have a hint where to look for the error in my statement.
- "pq: syntax error: unexpected $unk"
-
Updated
Aug 10, 2022 - TypeScript
-
Updated
Aug 10, 2022 - Python
Tests
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val
Is your feature request related to a problem? Please describe.
Many static type checkers have issues finding Cython's stubs.
Here is from running mypy on my current project:
error: Skipping analyzing "cython": found module but no type hints or library stubs
The same issue can be seen when using import Cython as cython:
error: Skipping analyzing "Cython": found module but
Validation W3C
Expected Behavior
Running validator https://validator.w3.org on basic <picture> elements as per setup config should not result in errors.
Current Behavior
Currently when running validator on:
<picture class="lozad" style="display: block; min-height: 1rem" data-iesrc="images/thumbs/04.jpg" data-alt="">
<source srcset="images/thumbs/04.jpg" media="(min-width: 1280px)">
Improve this page
Add a description, image, and links to the performance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the performance topic, visit your repo's landing page and select "manage topics."

Prerequisites
Issue
Currently there is a documentation how to adjust the logging configuration to use
pino-pretty:https://www.fastify.io/docs/latest/Reference/Logging/
If you use TypeScript and try to use the code from the documentation you