Great module! using it have reduced the website load time and page caching time dramatically.
Tho, when using Ajax blocks with Boost and i18n, where block is set to "All languages", the blokes are loading in the site default language instead of current user language.
- Have not tested in non Boost website.
- Language negotiation is set to "Path prefix only".
Couldn't figure out a quick fix for this one, any suggestions?
Comments
Comment #1
maximpodorov commentedThank you for your response.
Yes, I understand the problem. When using path prefix negotiation, this module still sends requests to /ajaxblocks URL, not to /language_code/ajaxblocks (so the server side can't determine the current language). I think adding such prefix will fix the problem. I'll do this soon.
Comment #2
maximpodorov commentedCould you try the latest dev version? I commited the changes to fix this problem.
Comment #3
miraclegr commentedIt is working for me.
Comment #4
maximpodorov commentedOK, thanks for the report.