並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 297件

新着順 人気順

throttlingの検索結果241 - 280 件 / 297件

  • How to write about web performance

    12 Sep How to write about web performance Posted September 12, 2021 by Nolan Lawson in performance, Web. Tagged: performance. 3 Comments I’ve been writing about performance for a long time. I like to think I’ve gotten pretty good at it, but sometimes I look back on my older blog posts and cringe at the mistakes I made. This post is an attempt to distill some of what I’ve learned over the years to

      How to write about web performance
    • AWS Lambda now supports Maximum Concurrency for Amazon SQS as an event source

      AWS Lambda now supports setting Maximum Concurrency to the Amazon SQS event source. Maximum Concurrency for SQS as an event source allows customers to control the maximum concurrent invokes by the Amazon SQS event source. When multiple Amazon SQS event sources are configured to a function, customers can control the maximum concurrent invokes of individual SQS event source. Lambda makes it easy to

        AWS Lambda now supports Maximum Concurrency for Amazon SQS as an event source
      • What's New in DevTools (Chrome 112)  |  Blog  |  Chrome for Developers

        Recorder updates Replay extensions support The Recorder introduces support for custom replay options that you can embed into DevTools with an extension. Try out the example extension. Select the new custom replay option to open the custom replay UI. To customize the Recorder to your needs and integrate it with your tools, consider developing your own extension: explore the chrome.devtools.recorder

          What's New in DevTools (Chrome 112)  |  Blog  |  Chrome for Developers
        • kubernetes-failure-stories

          Kubernetes Failure Stories A compiled list of links to public failure stories related to Kubernetes. Most recent publications on top. You Broke Reddit: The Pi-Day Outage - Reddit - blog post 2023 involved: Calico CNI, Upgrades, labels impact: global outage How a couple of characters brought down our site - Skyscanner - blog post 2021 involved: Gitops, templating, namespace deletion impact: global

            kubernetes-failure-stories
          • 159gのXiaomi Mi 11 Lite 5Gでゲームしてる人には293gのiPad mini 6が激推しな理由。 | ハイパーガジェット通信

            GPU性能に優れているのは残念ながらAndroid端末ではなくiPhoneやiPad。Appleデバイスに追いつこうとQualcomm、Samsung、MediaTekといったAndroid用のSocメーカーが四苦八苦していますが、今のところ対抗馬として最有力候補となるExynos 2200(AMDと共同開発したGPUを使用)もAppleのA15 Bionicを上回るのは難しい様子(サンプル段階のリークなので最終結果はまだ分かりません)。つまり、ゲームを目的に買うのであればAndroidではなくiPhoneやiPadがお勧め。 Apple A15 GPU peak benchmark test Manhattan 3.1: 198 FPS (July unit sample) However, after second round of test, throttling kicks in

              159gのXiaomi Mi 11 Lite 5Gでゲームしてる人には293gのiPad mini 6が激推しな理由。 | ハイパーガジェット通信
            • Developer Preview: Ruby SDK code generation using Smithy | Amazon Web Services

              AWS Developer Tools Blog Developer Preview: Ruby SDK code generation using Smithy What is this? The AWS SDK For Ruby team is happy to announce the developer preview of smithy-ruby, a toolchain that can be used to code generate a “white label” Ruby SDK for your service API using Smithy modeling. An upcoming future version of the AWS SDK For Ruby will use Smithy code generation. What is Smithy? Smit

                Developer Preview: Ruby SDK code generation using Smithy | Amazon Web Services
              • Debouncing or Throttling | DevelopersIO

                ISSUE In the user interactive applications, there are actions and triggers established on user clicks, presses, and mouse movements. Every time one of those events occurs, a function runs, and this can happen more frequently than necessary, impacting the performance. Imagine a search bar with type-ahead functionality that requires us to fetch the results from an API. On the four-letter words, four

                  Debouncing or Throttling | DevelopersIO
                • GitHub - l1ving/youtube-dl: A fork of youtube-dl, for archival purposes.

                  youtube-dl - download videos from youtube.com or other video platforms CHANGES INSTALLATION DESCRIPTION OPTIONS CONFIGURATION OUTPUT TEMPLATE FORMAT SELECTION VIDEO SELECTION FAQ DEVELOPER INSTRUCTIONS EMBEDDING YOUTUBE-DL BUGS COPYRIGHT CHANGES You can view the changes made to ytdl-org/youtube-dl here You can view the archived tags here: youtube-dl/releases You can view the archived unmerged pull

                    GitHub - l1ving/youtube-dl: A fork of youtube-dl, for archival purposes.
                  • How web bloat impacts users with slow devices

                    At a first glance, the table seems about right, in that the sites that feel slow unless you have a super fast device show up as slow in the table (as in, max(LCP*,CPU)) is high on lower-end devices). When I polled folks about what platforms they thought would be fastest and slowest on our slow devices (Mastodon, Twitter, Threads), they generally correctly predicted that Wordpress and Ghost would b

                    • Windowsで帯域制限をかける方法 - Qiita

                      はじめに 大きなデータを送受信する場合、長時間にわたってネットワーク(帯域)を占有してしまうため、同じネットワークを利用する他の利用者に迷惑をかけてしまいます。 この記事ではWindows環境において帯域制限をかけて送受信する方法の内、手軽な方法についてまとめてみました。 実現したいこと 社内LANからAWS(S3)に複数のファイルをアップしたい。 ファイルサイズは合計で30GB以上になるので、他のネットワーク利用者に迷惑をかけないように帯域制限をかけたい。 1. Windowsの標準機能で帯域制限をかける方法 Windows標準機能のQoSポリシーというものを利用すると、比較的手軽に帯域制限をかけることができます。 ただし、帯域制限をかけられる通信は「アウトバウンド(送信)のみ」となる点に注意が必要です。 1-1. ローカルグループポリシーエディターのインストール Windows10 P

                        Windowsで帯域制限をかける方法 - Qiita
                      • Journey to Adopt Cloud-Native Architecture Series: #3 – Improved Resilience and Standardized Observability | Amazon Web Services

                        AWS Architecture Blog Journey to Adopt Cloud-Native Architecture Series: #3 – Improved Resilience and Standardized Observability September 8, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. In the last blog, Maximizing System Throughput, we talked about design patterns you can adopt to address immediate scaling challenges to provide a better customer

                          Journey to Adopt Cloud-Native Architecture Series: #3 – Improved Resilience and Standardized Observability | Amazon Web Services
                        • The Case for Kubernetes Resource Limits: Predictability vs. Efficiency

                          This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. There’s been quite a lot of posts suggesting that not using Kubernetes resource limits might be a fairly useful thing (for example, For the Love of God, Stop Using CPU Limits on Kubernetes or Kubernetes: Make your services faste

                            The Case for Kubernetes Resource Limits: Predictability vs. Efficiency
                          • Lazyloadの実装方法の違いによるネットワーク負荷を検証した

                            こんにちは。とあるフロントエンドエンジニアです。 同一ページに大量に画像を要するサイトの構築や、高解像度の画像をいくつも埋め込むサイトの場合、コーディングの際に画像の遅延読み込み、いわゆるLazyloadを実装しておくとSEO的にもUX的にも有益であることは有名です。 現在、Lazyloadの実装には様々なパターンがありますが、それぞれ裏側 (ネットワークのリクエスト面)ではどのような違いがあるのだろうと気になったので検証してみました。 検証実験 実験概要 今回は割と新しめのHTMLの属性であるloading属性を使用した実装方法とjsのIntersection Observer APIを使用した実装方法を比較してみました。 またその中でもimg要素にwidth・height属性を指定し、レイアウトシフトの抑制処理をしたケースとそうでないケースなど、いろいろ試してみました。 比較はchro

                              Lazyloadの実装方法の違いによるネットワーク負荷を検証した
                            • Azure Storage の障害

                              2月26日13時ぐらいから東日本でVMなど一部の顧客のサービスで障害が発生してたようです。(実際にはStorageの問題だったのですが) Azure Storage – Japan East – Mitigated (Tracking ID PLWV-BT0) Summary of impact: Between 03:29 UTC and 10:02 UTC on 26 Feb 2021, a subset of customers in Japan East may have experienced service degradation and latency for resources utilising Azure Storage. Some Azure services utilising Storage may have also experienced downstream

                                Azure Storage の障害
                              • Reduce downtime with Amazon Aurora MySQL database restart time optimizations | Amazon Web Services

                                AWS Database Blog Reduce downtime with Amazon Aurora MySQL database restart time optimizations When using Amazon Aurora MySQL-Compatible Edition for operating your relational databases in the AWS cloud, one of the key requirements is to verify that it is highly available during planned and unplanned outages. As database administrators, you should perform occasional database maintenance. This can b

                                  Reduce downtime with Amazon Aurora MySQL database restart time optimizations | Amazon Web Services
                                • What's New In DevTools (Chrome 83)  |  Blog  |  Chrome for Developers

                                  Emulate vision deficiencies Open the Rendering tab and use the new Emulate vision deficiencies feature to get a better idea of how people with different types of vision deficiencies experience your site. Emulating blurred vision. DevTools can emulate blurred vision and the following types of color vision deficiencies: Protanopia: the inability to perceive any red light. Deuteranopia: the inability

                                  • Visual Studio Code January 2022

                                    Version 1.92 is now available! Read about the new features and fixes from July. January 2022 (version 1.64) Update 1.64.1: The update addresses these security issues. Update 1.64.2: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the January 2022 release of Visual Studio Code. There are many updates in thi

                                      Visual Studio Code January 2022
                                    • Building well-architected serverless applications: Regulating inbound request rates – part 1 | Amazon Web Services

                                      AWS Compute Blog Building well-architected serverless applications: Regulating inbound request rates – part 1 This series of blog posts uses the AWS Well-Architected Tool with the Serverless Lens to help customers build and operate applications using best practices. In each post, I address the serverless-specific questions identified by the Serverless Lens along with the recommended best practices

                                        Building well-architected serverless applications: Regulating inbound request rates – part 1 | Amazon Web Services
                                      • What's New In DevTools (Chrome 105)  |  Blog  |  Chrome for Developers

                                        Step-by-step replay in the Recorder You can now set a breakpoint and replay a user flow step by step in the Recorder panel. To set a breakpoint, click on the blue dot next to a step. Replay your user flow, the replay will pause before executing the step. From here, you can continue the replay, execute a step, or cancel the replay. With this feature, you can fully visualize and debug your user flow

                                        • Japanese in Battle. Enemy Methods

                                          JAPANESE IN BATTLE First and Second Edition, 1943, 1944 ENEMY METHODS JAPANESE IN BATTLE 1st Edition GENERAL HEADQUARTERS, INDIA MILITARY INTELLIGENCE DIRECTORATE 4/G.S.I. (t) MAY 1943 THIS DOCUMENT MUST NOT FALL INTO ENEMY HANDS FOREWORD. The Japanese are an island race who have mastered the art of war, not through any mysterious or indefinable quality inherited from their Emperor, their islands,

                                          • What's new in DevTools, Chrome 129  |  Blog  |  Chrome for Developers

                                            Recorder supports export to Puppeteer for Firefox As part of WebDriver BiDi support, the Recorder panel can now export recordings to Puppeteer for Firefox. With Puppeteer's support of Firefox, you can now record user flows using the Chrome DevTools Recorder panel, export them, and run them against both Firefox and Chrome. For more information, see WebDriver BiDi - The future of cross-browser autom

                                              What's new in DevTools, Chrome 129  |  Blog  |  Chrome for Developers
                                            • Ubuntu 22.04で有線LANが認識されないときには - Seshat - Windows, Linux, macOS -

                                              Ethernetコントローラ(I219-V)搭載PCにUbuntu 22.04をはじめ、Linuxをインストールしても有線LANが動作しない。このような場合に、有線LANが接続できるようにする方法を紹介する。 概要 Intel LAN関連のフラッシュメモリに不整合(チェックサムエラー)があるため、LinuxのLANドライバ(e1000e)はそのエラーを検出し、停止してしまう。そのため、LANが使えなくなる。 ちなみにWindowsではこのエラーを無視する。 ここでは、フラッシュメモリを書き換えることにより、不整合を解消し、LANが使えるようにする。 ここで紹介する方法のメリットは、1回だけ作業を行っておけば、以降、何度OSを入れ替えても、LANに接続できる状態を保持できること。一方デメリットは、ファームウェアの書き換えを行うので失敗した際のリスクが高めと思われること。 前提条件 BIOSで

                                                Ubuntu 22.04で有線LANが認識されないときには - Seshat - Windows, Linux, macOS -
                                              • Building a database in the 2020s - me.0xffff.me

                                                Last modification on 2022-12-05 Author: Ed Huang (h@pingcap.com), Cofounder, CTO, PingCAP/TiDB It's been a long time since I wrote anything, so I'll share what I've been thinking about more recently. Just consider it a record of work. Let's start with an important question: If we were to redesign a new database today from the ground up, what would the architecture look like? Before I get into the

                                                • Lessons learned from combining SQS and Lambda in a data project

                                                  Work Some of the wins we’ve made with our clients. Services How we combine strategy, design and technology. Industries Our chosen specialty areas. Insights Fresh perspectives from our experts. About Who we are and what makes us tick. Join us Why we like it here and why you might come aboard. In June 2018, AWS Lambda added Amazon Simple Queue Service (SQS) to supported event sources, removing a lot

                                                    Lessons learned from combining SQS and Lambda in a data project
                                                  • Androidスマホ最高のベンチマークスコアをたたき出すGalaxy S22シリーズでもiPhone 13 Pro Maxにスコアで劣ることが明らかに

                                                    Samsungが2022年2月に発表したばかりのフラグシップスマートフォン「Galaxy S22」は、AppleのiPhone 13 Pro Maxにベンチマークテストのスコアで劣ることが明らかになっています。 Galaxy S22 Benchmarked: Apple Still Beats Samsung | PCMag https://www.pcmag.com/news/galaxy-s22-benchmarked-apple-still-beats-samsung テクノロジーメディアのPCMagによると、SamsungのGalaxy S22シリーズのうち、最上位モデルのGalaxy S22 UltraとミドルレンジモデルのGalaxy S22+は、どちらもPCMagがベンチマークテストしてきたあらゆるAndroidスマートフォンを上回るスコアをたたき出したとのこと。ただし、Ga

                                                      Androidスマホ最高のベンチマークスコアをたたき出すGalaxy S22シリーズでもiPhone 13 Pro Maxにスコアで劣ることが明らかに
                                                    • Hurry Puppeteer とのろいの子 - Qiita

                                                      puppeteerのoptionsのメモ、とくにwaitUntilの値をよく忘れる Puppeteerで次ページへの遷移を待つ PuppeteerのwaitForNavigationで正しくページ遷移を待つ Puppeteer備忘録(Nuxt.js, ElementUI対応?) Chromeの起動パラメーターを調整する。 Run Puppeteer with Minimal Settings にあるように、Chromeの起動パラメーターを最小限の設定にすることが出来る。 --no-sandboxが効果がありそうだが、セキュリティ上のリスクもあるので、サイトによって使い分けが必要。 いろいろ試してみたが実感するほど差はなかったので、やみくも付けるのではなく、都度試しながらした方が良さそう。 const puppeteer = require('puppeteer'); const optio

                                                        Hurry Puppeteer とのろいの子 - Qiita
                                                      • New product: Raspberry Pi 4 Case Fan - Raspberry Pi

                                                        Today we’re launching a stocking-filler product to help you squeeze more performance out of your Raspberry Pi 4. The $5 Raspberry Pi 4 Case Fan clips inside the lid of the Official Case, and keeps your Raspberry Pi 4 cool even when running the heaviest workloads, at the most aggressive overclocks. Raspberry Pi 4 power optimisation Like all electronic products, Raspberry Pi generates waste heat as

                                                          New product: Raspberry Pi 4 Case Fan - Raspberry Pi
                                                        • What's New In DevTools (Chrome 108)  |  Blog  |  Chrome for Developers

                                                          Hints for inactive CSS properties DevTools now identifies CSS styles that are valid but have no visible effect. In the Styles pane, DevTools fades out the inactive properties. Hover over the icon next to it to understand why the rule has no visible effect. Chromium issue: 1178508 Auto-detect XPath and text selectors in the Recorder panel The Recorder panel now supports XPath and text selectors. St

                                                            What's New In DevTools (Chrome 108)  |  Blog  |  Chrome for Developers
                                                          • Optimizing your AWS Lambda costs – Part 1 | Amazon Web Services

                                                            AWS Compute Blog Optimizing your AWS Lambda costs – Part 1 This post is written by Chris Williams, Solutions Architect and Thomas Moore, Solutions Architect, Serverless. When you develop and architect solutions, cost-optimization should always be part of the process. This is no different for serverless applications that have been developed using AWS Lambda. Your workloads may vary in terms of comp

                                                              Optimizing your AWS Lambda costs – Part 1 | Amazon Web Services
                                                            • Migrating to Amazon API Gateway: A Datalex success story | Amazon Web Services

                                                              AWS Cloud Operations Blog Migrating to Amazon API Gateway: A Datalex success story Datalex is an industry leader of omni-channel retail solutions for airlines around the world. The Datalex product portfolio supports end-to-end retail capabilities that include pricing, shopping, and order management. This year, Datalex’s multi-year deal with their API provider was up for renewal. As part of a best

                                                                Migrating to Amazon API Gateway: A Datalex success story | Amazon Web Services
                                                              • Achat Amoxil. Link = http://url-qr.tk/Amoxil . Amoxil Pharmacie En Ligne Ordonnance. | My Czech Republic Message Boards

                                                                Achat Amoxil. Link = http://url-qr.tk/Amoxil . Amoxil Pharmacie En Ligne Ordonnance. Pharmacie européenne Achat Amoxil http://url-qr.tk/Amoxil Cliquez ici - Allez à la pharmacie - Anonymat complet - Qualité pharmaceutique et dosage. - Nous vous rembourserons l'argent si les marchandises ne vous conviennent pas. - Expédition mondiale rapide garantie. - Différentes méthodes de paiement: MasterCard /

                                                                  Achat Amoxil. Link = http://url-qr.tk/Amoxil . Amoxil Pharmacie En Ligne Ordonnance. | My Czech Republic Message Boards
                                                                • Electron 28.0.0 | Electron

                                                                  Electron 28.0.0 has been released! It includes upgrades to Chromium 120.0.6099.56, V8 12.0, and Node.js 18.18.2. The Electron team is excited to announce the release of Electron 28.0.0! You can install it with npm via npm install electron@latest or download it from our releases website. Continue reading for details about this release. If you have any feedback, please share it with us on Twitter or

                                                                  • RabbitMQ vs Kafka: Which Platform Should You Choose in 2023?

                                                                    Have you ever found yourself standing at a crossroads, trying to decide between RabbitMQ vs Kafka for your Microservices-based system? Have you ever wondered which of these messaging platforms is most suitable for your use case? RabbitMQ and Apache Kafka are well-known solutions in the asynchronous messaging domain, but despite popular belief, they aren’t one-size-fits-all solutions. As a software

                                                                      RabbitMQ vs Kafka: Which Platform Should You Choose in 2023?
                                                                    • 【悲報】M2 MacBook Proで「深刻な」サーマルスロットリングが発生 | ソフトアンテナ

                                                                      Appleが発売したM2搭載MacBook Proで、特定の条件化で深刻なサーマルスロットリングが発生することがわかりました(Cult of Mac)。 長時間にわたって負荷の高い作業を実行するとチップの温度が上昇しますが、チップの多くには、過熱を防ぐために速度を落とす機能が搭載されていて、これをサーマルスロットリングと呼びます。 MacBook Proに搭載されたM2でもこの現象が確認されており、YouTubeチャンネルのMax Techはツイッターで「Appleの新しいM2 MacBook Proで深刻なサーマルスロットリングを発見した」と報告しています。 We discovered SEVERE thermal throttling with Apple's new M2 MacBook Pro, proving that it needs a BETTER cooling syst

                                                                        【悲報】M2 MacBook Proで「深刻な」サーマルスロットリングが発生 | ソフトアンテナ
                                                                      • Testing in the Twenties

                                                                        [This fragment is available in an audio version.] Grown-up software developers know perfectly well that testing is important. But — speaking here from experience — many aren’t doing enough. So I’m here to bang the testing drum, which our profession shouldn’t need to hear but apparently does. This was provoked by two Twitter threads (here and here) from Justin Searls, from which a couple of quotes:

                                                                        • DynamoDB のオンデマンドテーブルのスロットリングを解決する

                                                                          オンデマンド Amazon DynamoDB テーブルでスロットリングが発生していますが、その理由がわかりません。 解決策 オンデマンドキャパシティモードを使用する DynamoDB テーブルは、アプリケーションのトラフィック量に自動的に適応します。ただし、オンデマンドモードを使用するテーブルでは依然としてスロットリングが発生する可能性があります。以下の理由により、DB テーブルにスロットリングが発生する可能性があります。 トラフィックが前回のピークの 2 倍を超えている 30 分以内に前回のトラフィックのピークの 2 倍を超えると、スロットリングが発生する可能性があります。前回のトラフィックのピークを超える前に、トラフィックの増加を少なくとも 30 分に分散させることがベストプラクティスです。テーブルへのトラフィックをモニタリングするには、Amazon CloudWatch の Cons

                                                                            DynamoDB のオンデマンドテーブルのスロットリングを解決する
                                                                          • Webサイトパフォーマンスを継続的に計測する基盤をサーバーレスアーキテクチャで作った話 - Qiita

                                                                            DMMグループ Advent Calendar 2020の22日目の記事です。 はじめに こんにちは、EXNOAでフロントエンドエンジニアとして働いている@_kentaro_mです。 本記事ではWebサイトパフォーマンス (以下、パフォーマンス) を継続的に計測する基盤のプロトタイプを作った話をしたいと思います。 モチベーション まずはパフォーマンスを継続的に計測したいモチベーションについて、触れておこうと思います。 昨今ではGoogleがCore Web Vitalsと呼ばれるWebサイトにおけるユーザー体験の質を定量的に示す指標を公開し、ユーザー体験がこれまで以上に重要視される流れになることが予想されます。 そして、パフォーマンスはユーザー体験に大きな影響を与える要素となっており、継続的な計測や改善を行っていく必要があると思います。 現在EXNOAではゲームプラットフォームのアーキテク

                                                                              Webサイトパフォーマンスを継続的に計測する基盤をサーバーレスアーキテクチャで作った話 - Qiita
                                                                            • Understanding Kubernetes Limits and Requests

                                                                              When working with containers in Kubernetes, it’s important to know what are the resources involved and how they are needed. Some processes will require more CPU or memory than others. Some are critical and should never be starved. Knowing that, we should configure our containers and Pods properly in order to get the best of both. In this article, we will see: Introduction to Kubernetes Limits and

                                                                                Understanding Kubernetes Limits and Requests
                                                                              • Canary/Dev版のChromeブラウザで消費電力を減らす新機能のテストを開始

                                                                                Googleが、Chromeブラウザ利用時のバッテリー駆動時間を伸ばす新機能のテストを、CanaryチャネルとDevチャネルの「Chrome 105」で実施している。 Chrome 86からは、ページが非表示になった場合にJavaScriptのタイマー実行間隔を1分間に1回にまで制限する「Intensive Wake Up Throttling」という機能が搭載されている。この機能自体、省電力化を目指して実装されたものだが、リスクを最小限にするため、開始するのはバックグラウンドになってから5分後という保守的な設定になっていた。 テスト中の「Quick Intensive Throttling」は、この開始時間をバックグラウンドになってから10秒に短縮するというものだ。テスト段階では、CPU時間の大幅な改善(~10%)が見られたとしている。 関連記事 GoogleがChrome 103のセキ

                                                                                  Canary/Dev版のChromeブラウザで消費電力を減らす新機能のテストを開始
                                                                                • What's New In DevTools (Chrome 102)  |  Blog  |  Chrome for Developers

                                                                                  Preview feature: New Performance insights panel Use the Performance insights panel to get actionable and use-case-driven insights on your website's performance. Open the panel and start a new recording based on your use case. For example, let’s measure the page load of this demo page. Once the recording is complete, you get the performance insights on the Insights pane. Click on each insight item

                                                                                    What's New In DevTools (Chrome 102)  |  Blog  |  Chrome for Developers