question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Input slow and high CPU on large forms

See original GitHub issue

When 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:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
patrickhlaukecommented, Jan 9, 2018

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.

0reactions
kamelkevcommented, Jan 9, 2018

@eeaquino Thank you for your sample. This seems to produce the identical result I’m seeing with my response.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found