Input slow and high CPU on large forms
See original GitHub issueWhen having a large table with several inputs there is a noticeable lag in the input box. Also CPU usage stays at 12.5% table is about 1500 rows.
Commenting out in line 250 bootstrap.css stopped the issue :
a,
area,
button,
[role="button"],
/*input:not([type="range"]),*/
label,
select,
summary,
textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
How to Fix High CPU Usage
Find out all the reasons why your PC displays high CPU usage. Our step-by-step guide will show you how to fix your CPU...
Read more >How to Fix High CPU Usage Caused by System Interrupts
In this post, we explain what system interrupts are and how you can find and fix the underlying cause of their high CPU...
Read more >Why is my Forms 12c Application so slow?
In his latest blog post, Karun Dutt explores the reason or reasons why his Forms 12C Application is slow.
Read more >Troubleshooting High CPU Utilization due to Processes
This document describes how to troubleshoot high CPU utilization caused by different processes.
Read more >How to Fix High CPU Usage for Windows
Struggle with high CPU usage? Learn how to troubleshoot high CPU usage and fix high ram usage to avoid slow computers and decreased ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
filed https://bugs.chromium.org/p/chromium/issues/detail?id=800522 /cc @mustaqahmed @RByers @NavidZ
in the meantime, i think we can consider removing the
touch-action
directive, as for mobile-optimized viewport sites we’re only missing out fast click behavior in iOS when the user actively zoomed in, and on desktop with touch it’s only the Windows 10 / Microsoft Edge case that would incur the tap delay.@eeaquino Thank you for your sample. This seems to produce the identical result I’m seeing with my response.