Skip to content

Add support for CSS styles specified inline within STYLE in HTML page source #25

@Howshall

Description

@Howshall

Given having CSS specified in external linked CSS file is best practice, this request is likely low priority enhancement unless others also need/vote for this?

However for some of my projects which are particularly 1st load performance focused I do have instances of projects where the majority of a page's CSS styles are specified directly in the HTML source within a STYLE tag in the HEAD of the page. (To avoid extra HTTP requests of externally linked files)

If this feature was added to the extension I'd guess it would be good to review and cache the contents of all <style type="text/css"> within the HTML document source?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions