Ideas

WordPress Performance Improvement that does NOT require a plugin... Simple fix!

  1. pmu
    Member

    That is a good script i modified my htaccess and it is work . I was a bit afraid becaus the htaccess is very important so make a copy before to modife it ;-)

    Posted: 1 year ago #
  2. jeffatrackaid
    Member

    Do you know if there are any benchmarks for this modification? While in theory it is smarter programming, in practice I am not sure it would make much difference.

    Posted: 1 year ago #
  3. ellewoodward
    Member

    Wow this worked great! Thank you so much everyone!

    Posted: 5 months ago #
  4. posido
    Member

    It is a good suggestion. But best solution to stop needless requests to .htaccess file is to avoid using it.
    You should avoid using .htaccess files completely if you have access to apache server config file. Using .htaccess files slows down the apache server. Any directive that you can include in a .htaccess file is better set in a <Directory> block, as it will have the same effect with better performance.

    Posted: 4 months ago #
  5. Ipstenu
    Moderator

    Problem with that, posido, is that the vast majority of shared hosts don't let you play with the Apache server config, so you can't. I would hazard a guess most .org folks are still on shared :)

    Posted: 3 months ago #

RSS feed for this topic

Reply

You must log in to post.

  • Rating

    12345
    53 Votes
  • Status

    This idea has been implemented