Modify ↓
#13864 closed enhancement (fixed)
Too many requrests from Syntax highlighting panel in user preferences
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.6.1 |
Component: | general | Version: | 1.6 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Use the inline style element in prefs/pygments panel in order to prevent many requests on page load. |
||
API Changes: | |||
Internal Changes: |
Description
In Pygments 2.19.1, 49 themes are available. Visiting Syntax highlighting panel in user preferences, 49 requests will be sent to the server at one time, because <link rel="stylesheet"> element is added for each theme.
To prevent many requests, we could render an inline style element for the themes rather than the link elements.
Attachments (0)
Change History (3)
comment:2 by , 2 months ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:3 by , 2 months ago
Note:
See TracTickets
for help on using tickets.
Proposed changes [9a24c2ca7/jomae.git] (jomae.git@t13864).