• Resolved benoitroubert

    (@benoitroubert)


    Hello everyone,

    Does someone know if it is possible to cache the content of an iframe block (on a page) displaying only local content?

    We use a plugin that embed PDFs on pages in such iframe, PDFs which are locally stored.

    And we would want the page to be completely cached, whereas actually it doesn’t store the content of the <iframe> blocks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. iframe contents are only displayed at runtime within the client’s browser, not server-side, therefore can’t be cached.

    2. PDFs are loaded and interpreted by the client’s browser (internally or as an extension/plugin), not server-side, therefore can’t be cached.

    If you want it cached then i recommend dropping iframe and using some tool on your server-side that can read and display pdf content as html so you can then embed it on the page prior to sending it to the client’s browser.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    No activity for a week now.
    Marking issue as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Local iframe caching’ is closed to new replies.