Opening images in preview browser is super slow

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Previewing images in .webp format takes super long

Steps to Reproduce

Open any .webp or jpg image in Cursor AI

Expected Behavior

Should Open within milliseconds (like it does in VS Code), not in >1 second to load a 70 kb image

Operating System

MacOS

Version Information

Version: 2.6.21
VSCode Version: 1.105.1
Commit: fea2f546c979a0a4ad1deab23552a43568807590
Date: 2026-03-21T22:09:10.098Z
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey, thanks for the report. This is likely related to a known webview initialization overhead in Cursor compared to vanilla VS Code. The image preview uses a webview under the hood, and Cursor’s additional services can add latency to that.

A couple of things to try for diagnostics:

  • Launch Cursor from terminal with cursor --disable-extensions and check if image preview speed improves. This helps rule out extension interference.
  • Also try opening a plain .png or .jpg to see if the delay is format-specific or happens with all images.

The team is aware of webview loading performance differences. Your report helps with visibility on this. Let me know how the test goes.