mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #1624] Editing a script in Script Manager is slow on Chrome based browsers #1017
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1017
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NiceGuyIT on GitHub (Sep 6, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1624
Server Info (please complete the following information):
Installation Method:
Agent Info (please complete the following information):
Describe the bug
Viewing a script in Script Manager takes several seconds, consumes 100% CPU and the memory footprint balloons vary large.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The script should appear immediately. Perform the same tasks in Firefox and it works.
Screenshots

Guest profile with no plugins viewing a simple script.
Additional context
Others have reported the same issue in Discord.
Observations
By "creating" I mean create the script, save it and then edit the script again to experience the hang or slowness.
Get-Item "C:\"causes the slowness.dircauses the slowness.#!/usr/bin/env python3causes the slowness.#!/usr/bin/env bashcauses the slowness.@NiceGuyIT commented on GitHub (Sep 6, 2023):
This seems to be an issue only for Linux. I could not reproduce this on Windows or Mac. That could be why I didn't report it the first time I experienced the issue.
@silversword411 commented on GitHub (Sep 6, 2023):
Linux...the red-headed stepchild without enough QA testing :(
@NiceGuyIT commented on GitHub (Sep 6, 2023):
This is related to hardware acceleration as it pertains to the GPU. Check
chrome://gpu/oredge://gpu/to see if hardware acceleration is enabled.@BMTTeam commented on GitHub (Sep 7, 2023):
Ubuntu LTS 20.04 here. Chrome Version 116.0.5845.179 (Official Build) (64-bit).
After jumping to TRMM v0.16.4, there is no more delay (didn't tweak the GPU or hardware acceleration).
@dinger1986 commented on GitHub (Mar 10, 2024):
has this been fixed?
@NiceGuyIT commented on GitHub (Mar 11, 2024):
This is no longer happening.