diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index a07fde3663..b685817685 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -28,4 +28,5 @@ discusses potential solutions to the same.
| Experiencing hang while executing `ls` on a directory containing large number of files/directories. | By default `ls` does listing but sometimes additionaly does `stat` for each list entry. Additional stat on each entry slows down the entire `ls` operation and may look like hang, but in reality is iterating one by one and slow. There are two ways to overcome this:
**Get rid of `stat`:** Execute without coloring `ls --color=never` or `\ls` to remove the stat part of `ls`.
**Improve the `stat` lookup time:** increase the metadata ([stat](https://cloud.google.com/storage/docs/gcsfuse-cache#stat-cache-overview) + [type](https://cloud.google.com/storage/docs/gcsfuse-cache#type-cache-overview)) cache ttl/capacity which is populated as part of listing and makes the `stat` lookup faster. Important to note here, `ls` will be faster from the first execution itself as cache is populated in listing phase, leading to quicker stat lookup for each entry.
|
| GCSFuse Errors on Google Cloud Console Metrics Dashboard: `CANCELLED ReadObject` & `NOT_FOUND GetObjectMetadata` | Both these errors are expected and part of GCSFuse standard operating procedure. More details [here](https://github.com/GoogleCloudPlatform/gcsfuse/discussions/2300). |
| GCSFuse logs showing errors for StatObject: `StatObject(\"") (