Faster
Update dnsbl_check plugin to latest version. Update Maruku to latest version. In the wiki_controller, only apply the dnsbl_check before_filter to the :edit, :new, and :save actions, instead of all actions. This makes mundane "show" requests faster, but does not compromise spam-fighting ability.
This commit is contained in:
parent
9237858256
commit
5d2b0da4d5
10 changed files with 61 additions and 25 deletions
|
@ -2,6 +2,7 @@ class AdminController < ApplicationController
|
|||
|
||||
layout 'default'
|
||||
cache_sweeper :web_sweeper
|
||||
before_filter :dnsbl_check
|
||||
|
||||
def create_system
|
||||
if @wiki.setup?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue