Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbpres.css is called even on pages without bbpress forums or plug-ins


  • pazzaglia
    Participant

    @pazzaglia1

    I’ve been carefully examining my web access logs because my provider said my website is using too many resources – and even though I would say it is absolutely medium in size it uses about 50% of the resources on the shared hosting site.

    I noticed that for EVERY page called from the website, whether or not is a forum page and whether or not it contains and bbpress plug-ins -especially not- includes a call to the bbpress style sheet. For example:

    http://www.hippressurecooking.com/5-cant-miss-pressure-cooker-chicken-recipes/

    GET /wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.3.2 HTTP/1.1

    Any way for me to block this call so that I don’t use-up unnecessary resources for my website and risk getting kicked off my shared server?

    Thanks,

    L

Viewing 3 replies - 1 through 3 (of 3 total)

  • Sam Rohn
    Participant

    @sam-rohn

    i dont think bbpress css file on its own would cause this sort of server load, try the P3 profiler plugin to determine what other plugins may be overloading your server –

    https://wordpress.org/plugins/p3-profiler/

    sam


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    In bbPress’s default configuration, this is by design to support styling for widgets, which can exist outside of bbPress’s standard page views. You’ll need to write a custom plugin to dequeue bbPress’s CSS when ! is_bbpress().


    pazzaglia
    Participant

    @pazzaglia1

    Thanks, that’s more than I can do – so Installed Plug-in Organizer and that helps me to make sure that any bbpress anything loads only when someone is in the /forums/ directory.

    Ciao,

    L

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar