YuccaPrerenderBundle icon indicating copy to clipboard operation
YuccaPrerenderBundle copied to clipboard

Symfony2 Bundle to use prerender.io

Results 8 YuccaPrerenderBundle issues
Sort by recently updated
recently updated
newest added

Hi, It's clear from the composer file that the supported version of Symfony is 3.3. I would like to know if there are any plans to update the library to...

This is a nice bundle, but may I know where I can set the cache page token for prerender.io? Thanks

This bundle should support Symfony 3.

Someone was using your bundle recently and had to implement the token passing themselves. I think it was as simple as adding: `CURLOPT_HTTPHEADER => array( 'X-Prerender-Token: __TOKEN__' )` to https://github.com/rjanot/YuccaPrerenderBundle/blob/0b7e659ddf81d07498eea9f13a9456699887fda1/HttpClient/Curl.php#L25

Hi there, I installed this bundel in my Symfony2 2.6.9 project. I set everything up according to the README. However, when I want to test the way Google renders my...

The Prerender server now supports gzip encoded responses in order to save on bandwidth. If you pass the 'Accept-Encoding: gzip' header to the Prerender server, it will respond with a...