Active
Project:
Boost
Version:
7.x-1.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2013 at 08:24 UTC
Updated:
19 Apr 2013 at 09:33 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedIf you switch to the development version of boost and then apply the patch here #1219484-23: Types application/xml and application/json not supported (support for services module) then that may work.
Various modules send out differing headers for javascript and so the patch for dev has been constructed to add more headers to try and catch the javascript. You will need to patch, install, tell boost you wish to cache the additional javascript pages, regenerate you .htaccess code and replace it.
Comment #2
derMatze commentedUnfortunately that isn't working.
The header of the loaded content is "text/html", so I'm really loading "pure" html, thats comes from a function within a module that prints (not returns) the content.
Comment #3
Anonymous (not verified) commentedWhat is the name of the page called ? .php or .js extension ?
Comment #4
derMatze commentedThere is no ending at the moment, just http://page.com/stuff/something
Comment #5
Anonymous (not verified) commentedThen that should be a php page that is being cached. From what you have written then that page is going through drupal's url rewrites which boost should be in front of, even for an ajax call and since it is outputting normal html it should be cached just like a normal page (anonymous users only though).