Menu

Test how mobile friendly your site is?

Test how mobile-friendly your site is?

Step 1: Open the link https://testmysite.thinkwithgoogle.com/
Step 2: Put your domain URL in the text box, Enter your URL.
Step 3: Click on Test Now button.

Wait for a while till the time system will fetch your website data. You can easily download your report and this tool will also provide some detail to how to improve and fix the issues which your site have.

Below is the example screen shot of site jorvee-source.blogspot.com


Test-how-mobile-friendly-your-site-is?
Test how mobile-friendly your site is?

Don't be Shock, when these politicians win in upcoming poll. Hindustan Times, 5th March 2017 #warofpolitics #politics #politicians #battlefield #Jorvee

Don't be Shock, when these politicians win in upcoming poll.

the world is becoming against the muslims and Islam. In every satate in world have a political party who are gainst the Islam and hate the people on the name of their religion. 
And the intresing thing is that they are winning the match in arena of politics. So in 2017 so many countires are ready for poll, let see what will be the result and outcome, whom society will elect.

We have some politician like that in Netherlands, Germany, France and Bulgaria.

 Hindustan Times, 5th March 2017

 #warofpolitics #politics #politicians #battlefield #Jorvee via Instagram

How to set ReadLimits and terminate a slow query in AEM/CQ5

When we execute a query using query builder in AEM/CQ5 and for that query system is not able to return any output and you found that it is still executing. 
Then you went to error log file and find the error:"consider creating an index or changing the query [time stamp] *WARN* [qtp1617436028-18416] org.apache.jackrabbit.oak.spi.query.Cursors$TraversingCursor Traversed 987000 nodes with filter Filter(query=#)", it means your query is still running and will keep running till the time it completed maximum read limit. 
If you want to stop this query to run which is unnecessary consuming performance of your system then follow the following steps.


1. Go to http://localhost:4503/system/console/jmx 

2. Find the type "QueryEngineSettings" and name settings.
3. Open settings. 

4. Then change the ReadLimit to either 1 or 2.

5. save and refresh the page. Now go and check the error log file you will not find that query anymore in the execution.


For more detail you can read the following links: