Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter vgevge

    (@vgevge)

    There appears to be another script causing the problem. I have been able to deactivate other scripts, enable W3 Total Cache, and still get a fast page load with CDN activated.

    Thread Starter vgevge

    (@vgevge)

    The website is fast. The issue is a server delay of 10 seconds before the HTML even loads. Without the plugin, it loads very quickly. There is something wrong with W3 Total Cache plugin when using 64bit Amazon Linux 2015.03 v1.3.2 running PHP 5.6 configuration — it causes a 10 second server delay time before the HTML even loads. The delay occurs only with the plugin activated, but not with it deactivated. The htaccess entries are removed when deactivated, so I wonder if that has anything to do with it. I have listed those entries in my previous message.

    Thread Starter vgevge

    (@vgevge)

    My server is running
    64bit Amazon Linux 2015.03 v1.3.2 running PHP 5.6

    The following .htaccess entries are removed when W3 Total Cache is deactivated. Please let me know if any of them might be causing the 10 second server response time delay:

    # BEGIN W3TC Browser Cache
    <IfModule mod_mime.c>
        AddType text/css .css
        AddType text/x-component .htc
        AddType application/x-javascript .js
        AddType application/javascript .js2
        AddType text/javascript .js3
        AddType text/x-js .js4
        AddType text/html .html .htm
        AddType text/richtext .rtf .rtx
        AddType image/svg+xml .svg .svgz
        AddType text/plain .txt
        AddType text/xsd .xsd
        AddType text/xsl .xsl
        AddType text/xml .xml
        AddType video/asf .asf .asx .wax .wmv .wmx
        AddType video/avi .avi
        AddType image/bmp .bmp
        AddType application/java .class
        AddType video/divx .divx
        AddType application/msword .doc .docx
        AddType application/vnd.ms-fontobject .eot
        AddType application/x-msdownload .exe
        AddType image/gif .gif
        AddType application/x-gzip .gz .gzip
        AddType image/x-icon .ico
        AddType image/jpeg .jpg .jpeg .jpe
        AddType application/json .json
        AddType application/vnd.ms-access .mdb
        AddType audio/midi .mid .midi
        AddType video/quicktime .mov .qt
        AddType audio/mpeg .mp3 .m4a
        AddType video/mp4 .mp4 .m4v
        AddType video/mpeg .mpeg .mpg .mpe
        AddType application/vnd.ms-project .mpp
        AddType application/x-font-otf .otf
        AddType application/vnd.ms-opentype .otf
        AddType application/vnd.oasis.opendocument.database .odb
        AddType application/vnd.oasis.opendocument.chart .odc
        AddType application/vnd.oasis.opendocument.formula .odf
        AddType application/vnd.oasis.opendocument.graphics .odg
        AddType application/vnd.oasis.opendocument.presentation .odp
        AddType application/vnd.oasis.opendocument.spreadsheet .ods
        AddType application/vnd.oasis.opendocument.text .odt
        AddType audio/ogg .ogg
        AddType application/pdf .pdf
        AddType image/png .png
        AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
        AddType audio/x-realaudio .ra .ram
        AddType application/x-shockwave-flash .swf
        AddType application/x-tar .tar
        AddType image/tiff .tif .tiff
        AddType application/x-font-ttf .ttf .ttc
        AddType application/vnd.ms-opentype .ttf .ttc
        AddType audio/wav .wav
        AddType audio/wma .wma
        AddType application/vnd.ms-write .wri
        AddType application/font-woff .woff
        AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
        AddType application/zip .zip
    </IfModule>
    <IfModule mod_expires.c>
        ExpiresActive On
        ExpiresByType text/css A31536000
        ExpiresByType text/x-component A31536000
        ExpiresByType application/x-javascript A31536000
        ExpiresByType application/javascript A31536000
        ExpiresByType text/javascript A31536000
        ExpiresByType text/x-js A31536000
        ExpiresByType text/html A3600
        ExpiresByType text/richtext A3600
        ExpiresByType image/svg+xml A3600
        ExpiresByType text/plain A3600
        ExpiresByType text/xsd A3600
        ExpiresByType text/xsl A3600
        ExpiresByType text/xml A3600
        ExpiresByType video/asf A31536000
        ExpiresByType video/avi A31536000
        ExpiresByType image/bmp A31536000
        ExpiresByType application/java A31536000
        ExpiresByType video/divx A31536000
        ExpiresByType application/msword A31536000
        ExpiresByType application/vnd.ms-fontobject A31536000
        ExpiresByType application/x-msdownload A31536000
        ExpiresByType image/gif A31536000
        ExpiresByType application/x-gzip A31536000
        ExpiresByType image/x-icon A31536000
        ExpiresByType image/jpeg A31536000
        ExpiresByType application/json A31536000
        ExpiresByType application/vnd.ms-access A31536000
        ExpiresByType audio/midi A31536000
        ExpiresByType video/quicktime A31536000
        ExpiresByType audio/mpeg A31536000
        ExpiresByType video/mp4 A31536000
        ExpiresByType video/mpeg A31536000
        ExpiresByType application/vnd.ms-project A31536000
        ExpiresByType application/x-font-otf A31536000
        ExpiresByType application/vnd.ms-opentype A31536000
        ExpiresByType application/vnd.oasis.opendocument.database A31536000
        ExpiresByType application/vnd.oasis.opendocument.chart A31536000
        ExpiresByType application/vnd.oasis.opendocument.formula A31536000
        ExpiresByType application/vnd.oasis.opendocument.graphics A31536000
        ExpiresByType application/vnd.oasis.opendocument.presentation A31536000
        ExpiresByType application/vnd.oasis.opendocument.spreadsheet A31536000
        ExpiresByType application/vnd.oasis.opendocument.text A31536000
        ExpiresByType audio/ogg A31536000
        ExpiresByType application/pdf A31536000
        ExpiresByType image/png A31536000
        ExpiresByType application/vnd.ms-powerpoint A31536000
        ExpiresByType audio/x-realaudio A31536000
        ExpiresByType image/svg+xml A31536000
        ExpiresByType application/x-shockwave-flash A31536000
        ExpiresByType application/x-tar A31536000
        ExpiresByType image/tiff A31536000
        ExpiresByType application/x-font-ttf A31536000
        ExpiresByType application/vnd.ms-opentype A31536000
        ExpiresByType audio/wav A31536000
        ExpiresByType audio/wma A31536000
        ExpiresByType application/vnd.ms-write A31536000
        ExpiresByType application/font-woff A31536000
        ExpiresByType application/vnd.ms-excel A31536000
        ExpiresByType application/zip A31536000
    </IfModule>
    <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>
    <FilesMatch "\.(css|htc|less|js|js2|js3|js4|CSS|HTC|LESS|JS|JS2|JS3|JS4)$">
        FileETag MTime Size
        <IfModule mod_headers.c>
            Header set Pragma "public"
            Header append Cache-Control "public"
        </IfModule>
    </FilesMatch>
    <FilesMatch "\.(html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|SVGZ|TXT|XSD|XSL|XML)$">
        FileETag MTime Size
        <IfModule mod_headers.c>
            Header set Pragma "public"
            Header append Cache-Control "public"
        </IfModule>
    </FilesMatch>
    <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)$">
        FileETag MTime Size
        <IfModule mod_headers.c>
            Header set Pragma "public"
            Header append Cache-Control "public"
        </IfModule>
    </FilesMatch>
    # END W3TC Browser Cache

    I installed the update, but a couple of things are still not working.

    1) Using the “widget plugin” to display the top content widget results in the same links displayed, regardless of which widget ID that I use (each widget is limited by a category ID, and therefore the links should be different for each). The top content widget works directly in a sidebar, but not using the “widget plugin” shortcode.

    2) Using the “top content widget” shortcode directly results in only the top posts and pages for the entire site. It does not filter correctly by category ID like the widget. For instance:
    [google_top_content pageviews=”5″ number=”3″ showhome=”no” time=”31536000″ timeval=”2″ catlimit=”32″ contentfilter=”post”]
    this shortcode should display only the posts in category #32. It does not work. Instead, it shows ALL categories, including pages, and the same result occurs regardless of which category ID that I use for “catlimit”.

    I am having a similar issue… The widget in sidebar works, but not the shortcode on page.

    Thread Starter vgevge

    (@vgevge)

    I go here to test the meta tags:
    https://dev.twitter.com/docs/cards/preview
    by entering this URL in Media URL:
    https://djmix.top10select.com/really-cool-trap-beat-dj-mix-people-are-awesome-vol-1/
    but nothing happens. Is it working?

    Thread Starter vgevge

    (@vgevge)

    I upgraded the plugin to PRO. I added the Twitter card data for Player and I registered on Twitter for Twitter cards.

    There is an error in the meta tags. There is a missing ending quote (“) in the video_src meta tag. It looks like this:

    <link rel=”video_src” href=”https://www.youtube.com/v/MoCcdYqP77o?fs=1 />

    see here:
    https://djmix.top10select.com/really-cool-trap-beat-dj-mix-people-are-awesome-vol-1/

    Thread Starter vgevge

    (@vgevge)

    OK, you mean the PRO for $14?

    Will that give me unlimited usage of the PRO version for any number of blogs? In other words, if I run 5 blogs, then I can pay $14 once and use these features on all 5 blogs? Each blog has a separate installation of wordpress and separate plugins.

    My sites are like “video blogs” which post mostly videos. That is why I think the Twitter video player card would be important for my sites. I originally installed the free version in order to add video schema tags to each video post, and that works nicely.

    vgevge

    (@vgevge)

    yes

    vgevge

    (@vgevge)

    yes
    Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in \wp-includes\cache.php on line 618

    Disabling the cache doesn’t fix it.

    Thread Starter vgevge

    (@vgevge)

    The only thing that fixes it is to disable the rating widget plugin.

    Disabling the cache plugin does not fix it.

    vgevge

    (@vgevge)

    The error just showed up today. I had never seen it before, no changes were made to my blog, and the error just suddenly showed up on my PHP error log again, and again, and again.

    vgevge

    (@vgevge)

    I am having the same error exactly.

    The only way to fix it is to disable the Rating-Widget Plugin.

    Forum: Plugins
    In reply to: [Mobile Content] Caching
    Thread Starter vgevge

    (@vgevge)

    I installed it and your plugin seems to work well, even together with the caching plugin. Also, there is no need to turn off Flash for mobile devices, because it reverts to YouTubes Iframe code and some mobile devices can actually view it. What I did is to display a message above the video player with a link to the YouTube mobile player, which mobile users can click on if they are having trouble watching the video on my player. YouTube’s own mobile player is impossible to host on my site (it uses a special mobile format that is not embeddable). Can you test it on your mobile device and tell me if this works and if you think I have solved the issue? Can you suggest a better solution?

    https://djmix.top10select.com/really-cool-trap-beat-dj-mix-people-are-awesome-vol-1/

    Thread Starter vgevge

    (@vgevge)

    Yes, this solved the problem and more! Thanks.

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