svewap / ws_flexslider

Flexslider extension for TYPO3
7 stars 19 forks source link

No Page cache #2

Closed Bhoft closed 9 years ago

Bhoft commented 10 years ago

Hi, We are using the ws_flexslider extension on one page. We are using the extension nc_staticfilecache and the cache is generated normally for every page. Except the ones with the ws_flexslider.

We got this "error" from the nc_staticfilecache extension page has INTincScript: tx_extbase_core_bootstrap->run

I guess it has something to do that the extension is preventing the generation of cache because of beeing a USER_INT object?

Is there anything how I could solve this issue? best regards

Bhoft commented 10 years ago

I have looked more into the code and saw that in the localconf.php you are setting the flexslider plugin "list" action is cachable but also not cacheable? Tx_Extbase_Utility_Extension::configurePlugin( $_EXTKEY, 'Pi1', array( 'Flexslider' => 'list', ), // non-cacheable actions array( // 'Flexslider' => 'list', // not cacheable with this? ) );

If i comment out the one line the caching works.

j4k3 commented 9 years ago

Same problem here...

j4k3 commented 9 years ago

Tried horizons2 tip and it seems to work fine. Quite a bummer that this issue is still not fixed after a full year, as this problem literally kills all caching on every page this Extension is displayed on.

svewap commented 9 years ago

In the newest version 1.3.1 this problem is already fixed.