After enabling the module no result is seen.

It should be documented why this can be the case.

First, there is a variable without UI in the source: "panels_why_so_slow?" (yes, it has a question mark).

To enable use
drush vset panels_why_so_slow? 1
(or delete it, it defaults to true).

The other possible reason is trickier, i had to debug this once:
The panels render pipeline setting may be overrideen so the module's default-altering has no effect.

Cure this by deleting the DB entiries (i don't think there is a UI for that):
drush sqlq "DELETE FROM `panels_renderer_pipeline`;"

Comments

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new4.77 KB

I've updated the README.txt to note the variables and I've renamed the variables so they're easier to use (no question marks or space).

Status: Needs review » Needs work

The last submitted patch, 1: panels_why_so_slow-n2379713-1.patch, failed testing.

damienmckenna’s picture

Status: Needs work » Needs review
StatusFileSize
new4.77 KB

Ah, I forgot that I'd renamed the README.txt file.

  • DamienMcKenna committed 19082a3 on 7.x-1.x
    Issue #2379713 by DamienMcKenna: Simplified the variable names, updated...
damienmckenna’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.