Skip to content

Commit

Permalink
Remove section on IE11 which is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Feb 12, 2024
1 parent 0498e77 commit 7074005
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions docs/user-manual/optimization/troubleshooting-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ sidebar_position: 8

Here are some tips to help you uncover common performance problems

## PlayCanvas and other WebGL applications run very slowly in IE 11

On some computer hardware Internet Explorer 11 is not able to use the GPU (graphics processors) to do graphics acceleration. In these cases it will fall back to using a software renderer to render WebGL content. This will be significantly slower than using the GPU. Unfortunately, there are no workarounds to this as it is a hardware issue. The only solution is to update graphics drivers or hardware on the problem machine.

To confirm if you are running using the software renderer, visit [WebGL Report][1]. If IE 11 is using the software renderer you will see the row for **Major Performance Caveat** is set to **Yes**.

## PlayCanvas and other WebGL applications run very slowly in Google Chrome

Chrome contains a blacklist of GPUs (graphics processors) and graphics card drivers which it will block from running WebGL content. In these cases Chrome will revert to using a software renderer to render WebGL content. This will be significantly slower than using the GPU. It is possible that upgrading graphics card drivers will improve performance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ sidebar_position: 8

以下はよくあるパフォーマンスの問題を解決するためのヒントです。

## Internet Explorer 11でPlayCanvasおよびその他のWebGLアプリケーションが非常に遅く実行される

一部のコンピューターでは、Internet Explorer 11がGPU(グラフィックプロセッサ)を使用してグラフィックアクセラレーションを行うことができないため、ソフトウェアレンダラを使用してWebGLコンテンツをレンダリングすることになります。これは、GPUを使用するよりもはるかに遅くなります。残念ながら、これはハードウェアの問題であり、回避策はありません。唯一の解決策は、問題のあるマシンのグラフィックドライバまたはハードウェアを更新することです。

ソフトウェアレンダラを使用しているかどうかを確認するには、[WebGL Report][1]を訪問してください。Internet Explorer 11がソフトウェアレンダラを使用している場合、**Major Performance Caveat**の行に**Yes**が設定されていることがわかります。

## Google ChromeでPlayCanvasおよびその他のWebGLアプリケーションが非常に遅く実行される

Chromeには、WebGLコンテンツを実行をブロックするGPU(グラフィックプロセッサ)およびグラフィックカードドライバのブラックリストが含まれています。この場合、Chromeはソフトウェアレンダラを使用してWebGLコンテンツをレンダリングするように戻ります。これは、GPUを使用するよりもはるかに遅くなります。グラフィックカードドライバをアップグレードすることでパフォーマンスが向上する可能性があります。
Expand Down

0 comments on commit 7074005

Please sign in to comment.