Okay
  Public Ticket #1702550
Performance
Closed

Comments

  • whitecrane24 started the conversation

    Hi if I enable Minify Stylesheet and Javascript I get 44/100 and if I disable it I get 55/100. I tested it for one week every hour. 

    Do you have any tipps how to speed up for example to delete unneeded functions?

  •  93
    djwd replied

    Hi there,

    please have a look at this article

    Other than that you need to run it with plugins disabled to test the theme, as plugins load their own files and I can't have control over that. You might want to disable the built-in minifier and try another third party one that will take care of all the files enqueued.


    Regards
    djwd

  • whitecrane24 replied

    Ok, but what does the Minify function exactly do? 

    Is it possible to disable for example the shortcodes because the java-part of shortcodes is one performance factor? Or other solutions for example to import extern java applications on my server?

  •  93
    djwd replied

    Hi there,

    the built-in minifier minifies and unifies scripts enqueued in the theme. Doesn't take care of plugins. 

    You can see the included functionalities in functions.php starting from line 95. It's well commented so you should be able to figure out how to remove some includes like the shortocodes. This might be risky though as you could easily break something if you don't know what you're doing.
    You might want to consider hiring a developer to take care of all the customizations you need.

    Regards
    djwd