[TYPO3-dev] Creating a realurled request with a GET form

Sebastian Gebhard sebastian.gebhard at gmail.com
Thu Dec 10 11:25:05 CET 2009


Am 10.12.2009 11:10, schrieb Steffen Ritter:
> Sebastian Gebhard schrieb:
>> Hi *,
>>
>> I don't know if anyone of you has ever solved this, but that's why I'm
>> asking ;)
>>
>> When I have a GET-Form of course it appends all parameters with ? and
>> &. But I would need my form to send a realurled request because I need
>> the result being cached and requests containing "?" are not cached by
>> nc_staticfilecache.
>>
>> So I guess this has to be done with Javascript somehow. Any best
>> practices, extensions, hints, concerns?
>>
>> Kind regards,
>> Sebastian
> Yes, possible! I've done sth. similiar.
> I just do an AJAX Query with these Params, pass them to the typolink
> function, and do an redirect to the returned url...
>
> regards
>
> Steffen
I see this is a solution, but I want to do this mostly for performance reasons. Adding an additional 
AJAX requests makes it absurd in my case, because now I have 1 uncached request and then I have 1 
cached request and 1 additional uncached request.

Thanks anyway




More information about the TYPO3-dev mailing list