mikhael92
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Server slow after v0.9.97.16I’ve found the issue…
Lines 5222 to 5241 here https://github.com/ahmedkaludi/accelerated-mobile-pages/commit/806791973b8a7ce9b599033300f668b077ac9eb6Removing or locking this code, all works fine. This script exhausting my server…
Forum: Plugins
In reply to: [W3 Total Cache] Purging WP Rest API request cachedI fixed adding this rule in additional page: /wp-json/wp/v2/posts/([a-z0-9_\-]*?)
Thanks, super support!
Sure: https://goo.gl/RRyQTh
Ok, the problem is this function “images_exist” inside class-facebook-content-parser.php
Probably because I use a CDN for the images. So I’ve commented this filter:`//add_filter( ‘wpna_facebook_article_content_transform’, array( $this, ‘images_exist’ ), 10, 1 );
<a href="LINK"><img class="aligncenter size-medium wp-image-513901" src="LINK" alt="" width="460" height="259" /></a>Example of code