Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Forum: Plugins
    In reply to: [W3 Total Cache] 500 error
    Thread Starter ctJemm

    (@ctjemm)

    Just enabled page, object, and database cache, and all is well! So I think we’ve zeroed in on Reverse proxy settings, NewRelic monitoring (which i have never enabled, not when I had error 500 either), and verifying the rewrite rules in the misc. options. None of which I think I need?

    Thank you so so much for this!

    Forum: Plugins
    In reply to: [W3 Total Cache] 500 error
    Thread Starter ctJemm

    (@ctjemm)

    So! I re-enabled minify, with settings on auto. Now, minify and maxCDN are running (no other options, such as page, database, object and browser cache etc.). It is still working. And it’s set to ‘auto’, with all the default options assigned.

    Forum: Plugins
    In reply to: [W3 Total Cache] 500 error
    Thread Starter ctJemm

    (@ctjemm)

    I ran a filediff on both items, and there’re no differences between one and another (except indentation because I copy-pasted from this thread) : https://www.diffchecker.com/uu7jkkyx

    Forum: Plugins
    In reply to: [W3 Total Cache] 500 error
    Thread Starter ctJemm

    (@ctjemm)

    Oh, no, just to be clear, the only thing activated is CDN. Everything else is unchecked.

    Hold a moment, I’m typing another response now…

    Forum: Plugins
    In reply to: [W3 Total Cache] 500 error
    Thread Starter ctJemm

    (@ctjemm)

    Contents of the new .htaccess file that works:
    # BEGIN W3TC Browser Cache
    <IfModule mod_deflate.c>
    <IfModule mod_headers.c>
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
    <IfModule mod_mime.c>
    # DEFLATE by extension
    AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
    </IfModule>
    # END W3TC Browser Cache
    # BEGIN W3TC CDN
    <FilesMatch “\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|woff|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|JSON|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|WAV|WMA|WRI|WOFF|XLA|XLS|XLSX|XLT|XLW|ZIP)$”>
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule .* – [E=CANONICAL:http://eduwebcollege.com%{REQUEST_URI},NE]
    RewriteCond %{HTTPS} =on
    RewriteRule .* – [E=CANONICAL:https://eduwebcollege.com%{REQUEST_URI},NE]
    </IfModule>
    <IfModule mod_headers.c>
    Header set Link “<%{CANONICAL}e>; rel=\”canonical\””
    </IfModule>
    </FilesMatch>
    <FilesMatch “\.(ttf|ttc|otf|eot|woff|font.css)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>
    # END W3TC CDN
    # BEGIN W3TC Page Cache core
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteRule .* – [E=W3TC_ENC:_gzip]
    RewriteCond %{HTTP_COOKIE} w3tc_preview [NC]
    RewriteRule .* – [E=W3TC_PREVIEW:_preview]
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} =””
    RewriteCond %{REQUEST_URI} \/$
    RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC]
    RewriteCond “%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}” -f
    RewriteRule .* “/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}” [L]
    </IfModule>
    # END W3TC Page Cache core
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Forum: Plugins
    In reply to: [W3 Total Cache] 500 error
    Thread Starter ctJemm

    (@ctjemm)

    Sure, Kimberly I can try this. However, this issue happened before I configured maxCDN, I never did quite get to see how the CDN even worked (!) However, as I typed this, I have done it, and the 500 error still occurs.

    Alternatively, I’ve disabled all the other features (except) maxCDN, and, it works!

    Yes, all the files are available locally as well. <:

    So I think the issue is with the minify settings, and all others, not the CDN configuration?

    Well, the support isn’t stellar, I discover, but the members here sure are nice! 🙂

    Thread Starter ctJemm

    (@ctjemm)

    I have scores of plugins installed both paid and free, and all of them store their initial configuration settings after an update – I can understand if an update breaks the site in some way by accident, but are you seriously saying there’s no way for you to design the plugin updates to fetch and keep the initial configuration? Your plugin is the only one that has this issue. The very only one.

    I’m pretty certain there has to be some way for you to store the configuration settings… but I’m glad you’re aware of the issue.

    Thread Starter ctJemm

    (@ctjemm)

    Thank you. High resource usage means the memory is used up by your plugin and the number of queries made to the database is also high. info@profound-english.com has received a message from me. (C.T.)

    Thread Starter ctJemm

    (@ctjemm)

    I suppose you haven’t, but I am having this, and I’m a paying customer… can you please help me figure out how to cut down the amount of resource usage in this plugin?

    Thread Starter ctJemm

    (@ctjemm)

    Hello Creator, I did fix the issue, mediatemple required different port numbers. Thank you so much for your help. 🙂 I have another question though – the resource usage of this plugin is very high. P3 profiler says it takes a whole 6 seconds to load. Is there any way you can assist me in cutting down some of that memory usage? It seems to be checking for new emails even when I’m signed out. Does that have anything to do with WM’s prefetch function?

    -C

    Thread Starter ctJemm

    (@ctjemm)

    Any help, all?
    -C

    ctJemm

    (@ctjemm)

    Tried all that, and everything was up to date. But fortunately, I fixed it only when I disabled the (already up-to-date) plugins – iFlyChat, User Role Editor and WRMegaMenu. I have no idea which one of them is the culprit, but I’m just glad I installed them out of curiosity earlier and didn’t really need them. So – if anyone has issues and ahas any of these plugns, try disabling/uninstalling them one by one. Delete them from your root folder at wp-content/plugins if you can’t access the admin panel at all.

    -C

    ctJemm

    (@ctjemm)

    Same issue! Is it an update? why has it broken my entire site? 🙁 Please help.

    Same here, I’d really like to know what we have to use to add that service!

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