Yasir
Forum Replies Created
-
Forum: Plugins
In reply to: [AWS for WordPress] Amazon Polly not working for multiple PostTypesJust an update for you, I added space before and after the comma and an audio file is generated for both post and press.
press , post
Forum: Plugins
In reply to: [AWS for WordPress] Question about Media for Amazon Polly Plugin WordPresshi,
Thanks for quick reply, another issue is on every single change it creates a version for that audio file, sometimes we have more than 20 revisions for a blog post, and let say yesterday we have posted 3 blog posts and total files are created around 40+. here is my concern is also about the disk space utilization, even if we go to S3 we might have to pay for every byte.
my suggestion is just create a audio file only after blog post published.Forum: Plugins
In reply to: [AWS for WordPress] Question about Media for Amazon Polly Plugin WordPressWe are not looking to use S3 option just we want to hide from media library, so just help us with some variable and we may do our custom development or create a filter in function.php
Forum: Plugins
In reply to: [AWS for WordPress] Question about Media for Amazon Polly Plugin WordPressCan you tell me which filter to add to skip these files to be shown in media so, i can add that filter in
functions.phpfor now till then you will add this feature in the future release.Thanks,
YasirForum: Plugins
In reply to: [AWS for WordPress] Error executing “DeleteObject@tstachlewski i am facing the same issue with WPEngine.
Forum: Plugins
In reply to: [AWS for WordPress] Please verify your AWS Credentials are accurateIt works now after adding credit card info. thanks.
Forum: Plugins
In reply to: [AWS for WordPress] Please verify your AWS Credentials are accurateHi Tomasz,
Do you mean to open this link to verify my AWS account?
https://console.aws.amazon.com/polly/homeWhen i open the above mentioned link it redirects me to the another Link where this is shown:
https://www.screencast.com/t/Yqqdwf77qpEDoes it any issue related with my AWS Account?
Regards,
YasirForum: Plugins
In reply to: [AWS for WordPress] Please verify your AWS Credentials are accurateHi,
Thanks for your response.. !
Yes, i have verified the steps and permissions. I have created the keys 3 times but still no luck…!
I was also thought that there is something i am missing but after 3 times i don’t think that the issue is on my end.
Please check screenshot from amazon, it is showing last activity.
https://www.screencast.com/t/xL2CUzWAIf you like so i can share the keys with you so, you can verify by yourself.
Also, i have the latest WP Version and Plugin. My site lies on WPEngine. In case, this helps you to debug the issue.
Thanks,
YasirForum: Plugins
In reply to: [AWS for WordPress] Please verify your AWS Credentials are accurateForum: Plugins
In reply to: [AWS for WordPress] Save “Enable Amazon Poly”@tstachlewski I have created Keys and added in the Plugins Settings Page twice time but that still i am seeing “Please verify your AWS Credentials are accurate”.
I assumed, may i have missed any step in configuration so delete previous key and start again with first step as mentioned in WordPress installation section but no luck.
Can you please help in resolving this issue.
Thanks,
YasirHi Kazuya Takami,
I have not heard from you, I believe you are busy with other things so decided to go in some more detail about my request.
At the moment, there is a single check for Front Page and Blog’s Homepage. Can you please add 2 checks on backend.Front Page
Blog’s HomepageBy default, these checks can be enabled so, those users who wants to disable any check can do that and if it looks difficult so, you can add a simple filter in
wp-structuring-display.phpwhich helps user to make these changes from their functions.php file.Just replace line no. 94 with the following lines in wp-structuring-display.php:
`
$filter_data = apply_filters( ‘structuring_markup_schema’, ‘__true’, $output, $row->type );
if ( array_key_exists( $output, $output_args ) && ‘__false’ != $filter_data ) {
This filter allows user to disable any schema on the specific pages as shown here:function yasglobal_markup_schema( $value, $arg1, $arg2 ) {
if ( ‘home’ == $arg1 && ‘local_business’ == $arg2 && ! is_front_page() ) {
return ‘__false’;
}
}
add_filter( ‘structuring_markup_schema’, ‘yasglobal_markup_schema’, 10, 3 );
`
I hope, you can apply any of the above mentioned change in the coming version or anything else which give us ability to stop the SCHEMA on specific pages specially for the Front Page and Blog’s homepage. In this way, we can use your plugin with the updated release otherwise we need to stop your plugin updates for our site.
@optimizingmatters I was using the version
2.2.2till the last week of Feb and updated to the latest version on that week. After that i am facing this issue.I was not aware of it and check some other points when i checked the transaction traces of newrelic then i come to know about your plugin.
autoptimizeStyles::minify segment is the most time consuming on my website. It’s taking approximately 50% – 65% time of the page load.
We are not aggregating inline css but yes we have inlinecss.

Thanks,
Yasir- This reply was modified 8 years, 1 month ago by Yasir.
Hi Frank,
Thanks for your quick responses. I have tried
v2.2.2of the plugin and everything looks fine on this VERSION But when i apply thev2.3.1orv2.3.2then it starts degrading the performance of my website.I have checked the changelog of the plugin and found that you had applied workaround for Redis, Memcached in
v2.3.2:workaround for stale options-data in external object cache such as Redis, Memcached (core bug) resulting in Autoptimize continuously………
Maybe, this is causing the issue as my website is using Memcached but not sure…
Hope, you can figure out something. I’ll update you if i found anyother info related to the plugin. For now, it looks a like this bug starts from
v2.3.0and still exist…Thanks,
YasirWe have an big site and we have attached above-the-fold CSS as the inline Style. Secondly, Autoptimize Cache get full in approx. 2 hours and i need to manually clear it. Third, there is some data on which i have an doubt.
Like: Utilization: 26%, Size: 130 MB and Files:147
Does it helps you to provide some further assistance to me. sometime i browse few pages and cache is full
