forked from wpmudev/p3-profiler
-
Notifications
You must be signed in to change notification settings - Fork 1
/
p3-profiler.pot
1496 lines (1215 loc) · 39.9 KB
/
p3-profiler.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Copyright (C) 2012 P3 (Plugin Performance Profiler)
# This file is distributed under the same license as the P3 (Plugin Performance Profiler) package.
msgid ""
msgstr ""
"Project-Id-Version: P3 (Plugin Performance Profiler) 1.4\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/p3-profiler\n"
"POT-Creation-Date: 2012-11-19 18:50:13+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
#: classes/class.p3-profiler-plugin-admin.php:127
msgid "Scan does not exist"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:153
msgid ""
"No visits recorded during this profiling session. Check the <a href=\"%s"
"\">help</a> page for more information"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:161
msgid "Error reading scan"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:169
msgid "Click \"Start Scan\" to run a performance scan of your website."
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:264
#: classes/class.p3-profiler-plugin-admin.php:302
#: classes/class.p3-profiler-plugin-admin.php:331
#: classes/class.p3-profiler-plugin-admin.php:366
#: classes/class.p3-profiler-plugin-admin.php:411
#: classes/class.p3-profiler-plugin-admin.php:422
#: classes/class.p3-profiler-table.php:210
msgid "You do not have sufficient permissions to access this page."
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:313
msgid "Turned off performance scanning."
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:386
#: classes/class.p3-profiler-plugin-admin.php:389
msgid "Invalid subject"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:393
msgid "<a href=\"%s\" target=\"_blank\">wp_mail()</a> function returned false"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:439 templates/help.php:366
#: templates/help.php:406
msgid "Profiling Enabled"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:440 templates/help.php:367
#: templates/help.php:407
msgid "Recording IP"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:441 templates/callouts.php:257
#: templates/help.php:368 templates/help.php:408
msgid "Scan Name"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:442 templates/help.php:369
#: templates/help.php:409
msgid "Recording"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:443 templates/help.php:370
#: templates/help.php:410
msgid "Disable Optimizers"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:444 templates/help.php:371
#: templates/help.php:411
msgid "URL"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:445 templates/help.php:372
#: templates/help.php:412
msgid "Visitor IP"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:446 templates/help.php:373
#: templates/help.php:413
msgid "Time"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:447 templates/help.php:374
#: templates/help.php:414
msgctxt "Abbreviation for process id"
msgid "PID"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:482
msgid "Cannot read profiles directory"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:544
msgid "Performance scanning is enabled."
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:598
msgctxt "Abbreviation for bytes"
msgid "B"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:599
msgctxt "Abbreviation for kilobytes"
msgid "KB"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:600 templates/view-scan.php:959
msgctxt "Abbreviation for megabytes"
msgid "MB"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:601
msgctxt "Abbreviation for gigabytes"
msgid "GB"
msgstr ""
#: classes/class.p3-profiler-plugin-admin.php:602
msgctxt "Abbreviation for terabytes"
msgid "TB"
msgstr ""
#: classes/class.p3-profiler-plugin.php:16
#: classes/class.p3-profiler-plugin.php:17
msgid "P3 Plugin Profiler"
msgstr ""
#: classes/class.p3-profiler-plugin.php:32
msgid "Scan Now"
msgstr ""
#: classes/class.p3-profiler-reader.php:155
msgid "Cannot open file: "
msgstr ""
#: classes/class.p3-profiler-reader.php:167
msgid "Cannot parse file: "
msgstr ""
#: classes/class.p3-profiler-reader.php:191
msgid "No visits recorded during this profiling session."
msgstr ""
#: classes/class.p3-profiler-table.php:25
#: classes/class.p3-profiler-table.php:26
msgid "scan"
msgid_plural "scans"
msgstr[0] ""
msgstr[1] ""
#: classes/class.p3-profiler-table.php:106
#: classes/class.p3-profiler-table.php:183
#: classes/class.p3-profiler-table.php:198
msgid "Delete"
msgstr ""
#: classes/class.p3-profiler-table.php:138
msgid "Name"
msgstr ""
#: classes/class.p3-profiler-table.php:139
msgid "Date"
msgstr ""
#: classes/class.p3-profiler-table.php:140
msgid "Visits"
msgstr ""
#: classes/class.p3-profiler-table.php:141
msgid "Size"
msgstr ""
#: classes/class.p3-profiler-table.php:174
#: classes/class.p3-profiler-table.php:177
msgid "View the results of this scan"
msgstr ""
#: classes/class.p3-profiler-table.php:177
msgid "View"
msgstr ""
#: classes/class.p3-profiler-table.php:180
msgid "Continue this scan"
msgstr ""
#: classes/class.p3-profiler-table.php:180
msgid "Continue"
msgstr ""
#: classes/class.p3-profiler-table.php:183
msgid "Delete this scan"
msgstr ""
#: classes/class.p3-profiler-table.php:215
msgid "Error removing file: "
msgstr ""
#: classes/class.p3-profiler-table.php:220
msgid "Deleted %d scan. "
msgid_plural "Deleted %d scans."
msgstr[0] ""
msgstr[1] ""
#: classes/class.p3-profiler.php:513
msgid "A fatal error occurred during profiling: %s in file %s on line %d "
msgstr ""
#: templates/callouts.php:93
msgid "Scanning is paused."
msgstr ""
#: templates/callouts.php:142
msgid "Scanning is complete."
msgstr ""
#: templates/callouts.php:148
msgid "Scanning"
msgstr ""
#: templates/callouts.php:202 templates/callouts.php:489
msgid "Advanced Settings"
msgstr ""
#: templates/callouts.php:206 templates/view-scan.php:55
msgid "OK"
msgstr ""
#: templates/callouts.php:226 templates/callouts.php:627
#: templates/view-scan.php:121
msgid "Cancel"
msgstr ""
#: templates/callouts.php:244
msgid "Performance Scan"
msgstr ""
#: templates/callouts.php:479 templates/callouts.php:662
msgid "Stop Scan"
msgstr ""
#: templates/callouts.php:486
msgid "My IP:"
msgstr ""
#: templates/callouts.php:488
msgid "Start Scan"
msgstr ""
#: templates/callouts.php:497
msgid ""
"Total number of active plugins, including must-use plugins, on your site."
msgstr ""
#: templates/callouts.php:499
msgid "Total Plugins:"
msgstr ""
#: templates/callouts.php:512
msgid "currently active"
msgstr ""
#: templates/callouts.php:519
msgid ""
"Total number of seconds dedicated to plugin code per visit on your site."
msgstr ""
#: templates/callouts.php:520 templates/callouts.php:538
#: templates/callouts.php:556
msgid "From"
msgstr ""
#: templates/callouts.php:522 templates/help.php:483
msgid "Plugin Load Time"
msgstr ""
#: templates/callouts.php:525 templates/callouts.php:543
#: templates/callouts.php:561
msgid "n/a"
msgstr ""
#: templates/callouts.php:530
msgid "sec. per visit"
msgstr ""
#: templates/callouts.php:537
msgid "Percent of load time on your site dedicated to plugin code"
msgstr ""
#: templates/callouts.php:540
msgid "Plugin Impact"
msgstr ""
#: templates/callouts.php:548
msgid "of page load time"
msgstr ""
#: templates/callouts.php:555
msgid "Total number of database queries per visit"
msgstr ""
#: templates/callouts.php:558 templates/help.php:545
msgid "MySQL Queries"
msgstr ""
#: templates/callouts.php:566
msgid "per visit"
msgstr ""
#: templates/callouts.php:577
msgid "IP address or pattern:"
msgstr ""
#: templates/callouts.php:579
msgid "Use my IP address"
msgstr ""
#: templates/callouts.php:581
msgid "Enter IP address or regular expression pattern"
msgstr ""
#: templates/callouts.php:583
msgid "Example: 1.2.3.4 or ( 1.2.3.4|4.5.6.7 )"
msgstr ""
#: templates/callouts.php:588
msgid "Attempt to disable opcode optimizers"
msgstr ""
#: templates/callouts.php:588
msgid "recommended"
msgstr ""
#: templates/callouts.php:590
msgid ""
"This can increase accuracy in plugin detection, but decrease accuracy in "
"timing"
msgstr ""
#: templates/callouts.php:595
msgid "Attempt to circumvent browser cache"
msgstr ""
#: templates/callouts.php:597
msgid ""
"This may help fix a \"No visits recorded\" error message. See the <a href="
"\"%s\">help</a> page for details."
msgstr ""
#: templates/callouts.php:604
msgid "Debug mode"
msgstr ""
#: templates/callouts.php:606
msgid ""
"This will log the last 100 visits. Check the <a href=\"%s\">help</a> page "
"to view log messages."
msgstr ""
#: templates/callouts.php:618
msgid ""
"The scanner will analyze the speed and resource usage of all active plugins "
"on your website. It may take several minutes, and this window must remain "
"open for the scan to finish successfully."
msgstr ""
#: templates/callouts.php:624
msgid ""
"Click the links and pages of your site, and the scanner will analyze the "
"speed and resource usage of all of your active plugins."
msgstr ""
#: templates/callouts.php:631
msgid "I'm Done"
msgstr ""
#: templates/callouts.php:641 templates/template.php:76
msgid "Scan name:"
msgstr ""
#: templates/callouts.php:642
msgid "Enter scan name here"
msgstr ""
#: templates/callouts.php:645
msgid "Enter the name of a previous scan to continue scanning"
msgstr ""
#: templates/callouts.php:648
msgid "Auto Scan"
msgstr ""
#: templates/callouts.php:649
msgid "Manual Scan"
msgstr ""
#: templates/callouts.php:656
msgid "Scanning ..."
msgstr ""
#: templates/callouts.php:667
msgid "Resume"
msgstr ""
#: templates/callouts.php:669 templates/callouts.php:675
msgid "View Results"
msgstr ""
#: templates/help.php:10 templates/help.php:13
msgid "Hide Glossary"
msgstr ""
#: templates/help.php:11
msgid "Show Glossary"
msgstr ""
#: templates/help.php:24 templates/help.php:31 templates/help.php:38
#: templates/help.php:47 templates/help.php:358 templates/help.php:450
msgid "Hide"
msgstr ""
#: templates/help.php:27 templates/help.php:42
msgid "Show"
msgstr ""
#: templates/help.php:67
msgid "Back to top"
msgstr ""
#: templates/help.php:77
msgid "Contents"
msgstr ""
#: templates/help.php:85
msgid "What does the P3 plugin do?"
msgstr ""
#: templates/help.php:87
msgid ""
"This plugin does just what its name says, it creates a profile of your "
"WordPress site's plugins' performance by measuring their impact on your "
"site's load time.\n"
"<br /><br />\n"
"Often times, WordPress sites load slowly because of poorly-configured "
"plugins or because there are so many of them. This plugin can help you "
"narrow down the cause of your site's slowness."
msgstr ""
#: templates/help.php:94
msgid "How do I use this?"
msgstr ""
#: templates/help.php:96
msgid ""
"Simply click \"Start Scan\" to run an automated scan of your site. The "
"scanner generates some traffic on your site and monitors your site's "
"performance on the server, then shows you the results. With this "
"information, you can decide what action to take."
msgstr ""
#: templates/help.php:101
msgid "What do I do with these results?"
msgstr ""
#: templates/help.php:103
msgid ""
"If your site loads in an acceptable time (usually < 0.5 seconds), you "
"might consider other explanation for sluggish loading. For example, loading "
"large images, large videos, or a lot of content can cause slowness. Tools "
"like <a href=\"%1$s\" target=\"_blank\">%2$s</a>, <a href=\"%3$s\" target="
"\"_blank\">%4$s</a>, <a href=\"%5$s\" target=\"_blank\">%6$s</a>, or <a href="
"\"%7$s\" target=\"_blank\">%8$s</a> or <a href=\"%9$s\" target=\"_blank\">"
"%10$s</a> can show you a connection breakdown of your site's content."
msgstr ""
#: templates/help.php:104
msgid "webpagetest.org"
msgstr ""
#: templates/help.php:105 templates/help.php:339
msgid "Firebug"
msgstr ""
#: templates/help.php:106
msgid "Pingdom tools"
msgstr ""
#: templates/help.php:107 templates/help.php:341
msgid "Safari Developer Tools"
msgstr ""
#: templates/help.php:108 templates/help.php:340
msgid "Chrome Developer Tools"
msgstr ""
#: templates/help.php:114
msgid "How do I fix \"No visits recorded...\" ?"
msgstr ""
#: templates/help.php:116
msgid ""
"This error message means that after being disabled, the profiler did not "
"record any traffic on your site. There are several common causes for this:"
msgstr ""
#: templates/help.php:119 templates/help.php:126 templates/help.php:133
msgid "Cause:"
msgstr ""
#: templates/help.php:120
msgid ""
"Your site is using a caching plugin. The pages that are being scanned "
"aren't actually loading on the server because they're cached in your browser "
"or on the server before WordPress can generate them. The P3 plugin doesn't "
"load and doesn't record any traffic."
msgstr ""
#: templates/help.php:122 templates/help.php:129 templates/help.php:136
msgid "Solution:"
msgstr ""
#: templates/help.php:123
msgid ""
"Enable the \"Attempt to circumvent browser cache\" option in the advanced "
"settings."
msgstr ""
#: templates/help.php:127
msgid ""
"The IP address you've entered in the advanced settings dialog doesn't match "
"the IP address you're scanning from."
msgstr ""
#: templates/help.php:130
msgid "Check the IP address you've entered and try again."
msgstr ""
#: templates/help.php:134
msgid "You've selected a manual scan, but haven't generated any traffic."
msgstr ""
#: templates/help.php:137
msgid "Try the automated scan."
msgstr ""
#: templates/help.php:144
msgid "Why did P3 only record 2 or 3 visits during the scan?"
msgstr ""
#: templates/help.php:146
msgid ""
"If your site is using a caching plugin, some pages might be cached in your "
"browser or on the server and are loading before before WordPress can "
"generate them. When this happens, the P3 plugin doesn't load and doesn't "
"record any traffic. Please enable the \"Attempt to circumvent browser cache"
"\" option in the advanced settings."
msgstr ""
#: templates/help.php:151
msgid "How does this work?"
msgstr ""
#: templates/help.php:153
msgid ""
"When you activate the plugin by clicking \"Start Scan,\" it detects visits "
"from your IP address, and actively monitors all <a href=\"%s\" target="
"\"_blank\">php user defined function calls</a> while the server generates "
"your WordPress pages. It then records the information in a report file you "
"can view later. When the scan is complete, or you click \"Stop Scan,\" the "
"plugin becomes dormant again."
msgstr ""
#: templates/help.php:160
msgid "How does my site load the plugin?"
msgstr ""
#: templates/help.php:162
msgid ""
"This plugin automatically creates a <a href=\"%s\" target=\"_blank\">must-"
"use</a> plugin to load before other plugins. If that doesn't work, it runs "
"like a regular plugin."
msgstr ""
#: templates/help.php:166
msgid "You are currently using:"
msgstr ""
#: templates/help.php:173
msgid "must-use plugin"
msgstr ""
#: templates/help.php:177
msgid "plugin"
msgstr ""
#: templates/help.php:184
msgid "How accurate are these results?"
msgstr ""
#: templates/help.php:186
msgid ""
"The results have an inherent margin of error because of the nature of the "
"tool and its multi-layered design. The plugin changes the environment to "
"measure it, and that makes it impossible to get completely accurate "
"results.\n"
"<br /><br />\n"
"It gets really close, though! The \"margin of error\" on the Advanced "
"Metrics page displays the discrepancy between the measured results (the time "
"for your site's PHP code to completely run) and the expected results (sum of "
"the plugins, core, theme, profile load times) to show you the plugin's "
"accuracy.\n"
"<br /><br />\n"
"If you want more accurate results, you'll need to resort to a different "
"profiler like <a href=\"%1$s\" target=\"_blank\">%2$s</a>, but this will not "
"break down results by plugin."
msgstr ""
#: templates/help.php:191
msgid "xdebug"
msgstr ""
#: templates/help.php:197
msgid "Why are some plugins slow?"
msgstr ""
#: templates/help.php:199
msgid ""
"WordPress is a complex ecosystem of plugins and themes, and it lives on a "
"complex ecosystem of software on your web server.\n"
"<br /><br />\n"
"If a plugin runs slowly just once, it's probably an anomaly, a transient "
"hiccup, and you can safely ignore it.\n"
"<br /><br />\n"
"If a plugin shows slowness once on a reguarly basis (e.g. every time you run "
"a scan, once a day, once an hour), a scheduled task might be causing it. "
"Plugins that backup your site, monitor your site for changes, contact "
"outside sources (e.g. RSS feeds), warm up caches, etc. can exhibit this kind "
"of behavior.\n"
"<br /><br />\n"
"If a plugin shows as fast-slow-fast-slow-fast-slow, it could be caused as "
"the plugin loads its main code, then a follow-up piece of code, like a piece "
"of generated JavaScript.\n"
"<br /><br />\n"
"If a plugin consistently shows slowness, you might want to contact the "
"plugin author or try deactivating the plugin temporarily to see if it makes "
"a difference on your site."
msgstr ""
#: templates/help.php:212
msgid ""
"How are these results different from YSlow / PageSpeed / Webpagetest.org / "
"Pingdom Tools?"
msgstr ""
#: templates/help.php:214
msgid ""
"This plugin measures how your site was generated on the server. Tools like "
"<a href=\"%1$s\" target=\"_blank\">%2$s</a>, <a href=\"%3$s\" target=\"_blank"
"\">%4$s</a>, <a href=\"%5$s\" target=\"_blank\">%6$s</a>, and <a href=\"%7$s"
"\" target=\"_blank\">%8$s</a> measure how your site looks to the browser."
msgstr ""
#: templates/help.php:215 templates/help.php:337
msgid "YSlow"
msgstr ""
#: templates/help.php:216
msgid "PageSpeed"
msgstr ""
#: templates/help.php:217
msgid "Webpagetest.org"
msgstr ""
#: templates/help.php:218 templates/help.php:335
msgid "Pingdom Tools"
msgstr ""
#: templates/help.php:224
msgid "What can interfere with testing?"
msgstr ""
#: templates/help.php:226
msgid ""
"Opcode optimizers can interfere with PHP backtraces. Leaving opcode "
"optimizers turned on will result in timing that more accurately reflects "
"your site's real performance, but the function calls to plugins may be "
"\"optimized\" out of the backtraces and some plugins (especially those with "
"only one hook) might not show up. Disabling opcode caches results in slower "
"times, but shows all plugins.\n"
"<br /><br />\n"
"By default, this plugin attempts to disable any detected opcode optimizers "
"when it runs. You can change this setting by clicking \"Advanced Settings\" "
"under \"Start Scan.\"\n"
"<br /><br />\n"
"Caching plugins that have an option to disable caches for logged in users "
"will not give you the same performance profile that an anonymous users "
"experience. To get around this, you should select a manual scan, then run an "
"incognito browser window, or run another browser, and browse your site as a "
"logged out user. When you're finished, click \"I'm done,\" and your scan "
"should show the performance of an anonymous user."
msgstr ""
#: templates/help.php:235
msgid "Is my site using an opcode optimizer?"
msgstr ""
#: templates/help.php:238
msgid ""
"Your site is using XCache. Although XCache reports that no opcode "
"optimization won't be implemented until version 2.0, this has been known to "
"cause problems with P3."
msgstr ""
#: templates/help.php:242
msgid ""
"Your site is using APC. This has not been known to cause problems with P3."
msgstr ""
#: templates/help.php:246
msgid ""
"Your site is using eaccelerator with optimization enabled. This has been "
"known to cause problems with P3."
msgstr ""
#: templates/help.php:248
msgid ""
"To temporarily disable the optimizer you can add <code>php_flag eaccelerator."
"optimizer Off</code> to your site's .htaccess file."
msgstr ""
#: templates/help.php:250
msgid ""
"To temporarily disable the optimizer you can add <code>eaccelerator."
"optimizer = 0</code> to your site's <a href=\"%1$s\" target=\"_blank\">%2$s "
"file</a>."
msgstr ""
#: templates/help.php:255
msgid "To temporarily disable the optimizer you can ask your hosting provider."
msgstr ""
#: templates/help.php:260
msgid ""
"Your site is using Zend Optimizer+. This has not been known to cause "
"problems with P3."
msgstr ""
#: templates/help.php:264
msgid ""
"Your site is using the IonCube loader. This has not been known to cause "
"problems with P3."
msgstr ""
#: templates/help.php:268
msgid ""
"Your site is using wincache. This has not been known to cause problems with "
"P3."
msgstr ""
#: templates/help.php:272
msgid ""
"Your site is using the Zend Guard loader. This has not been known to cause "
"problems with P3."
msgstr ""
#: templates/help.php:276
msgid ""
"Your site is using the Zend Optimizer. This extension has not been tested "
"with P3. Please report any problems."
msgstr ""
#: templates/help.php:280
msgid ""
"P3 has not detected any opcode optimizers on your site. Although none were "
"detected, an opcode optimizer may still be present. Contact your server "
"administrator with any questions."
msgstr ""
#: templates/help.php:287
msgid "How much room do these profiles take up on my server"
msgstr ""
#: templates/help.php:300
msgid ""
"The scans are stored in <code>%1$s</code> and take up %2$s of disk space. "
"Each time you run a scan, this storage requirement goes up, and each time "
"you delete a scan, it goes down."
msgstr ""
#: templates/help.php:308
msgid "Is this plugin always running?"
msgstr ""
#: templates/help.php:310
msgid ""
"The short answer is no.\n"
"<br /><br />\n"
"The more detailed answer is the loader is always running, but checks very "
"early in the page loading process to see if you've enabled profiling mode "
"and if the user's IP address matches the IP address the plugin is "
"monitoring. For multisite installations, it also matches the site URL. If "
"all these match, the plugin becomes active and profiles. Otherwise, your "
"site loads as normal with no other code overhead.\n"
"<br /><br />\n"
"Deactivating the plugin ensures it's not running at all, and does not delete "
"your scans. However, uninstalling the plugin does delete your scans."
msgstr ""
#: templates/help.php:319
msgid "How can I test specific pages on my site?"
msgstr ""
#: templates/help.php:321
msgid ""
"When you start a scan, choose \"Manual Scan\" and then you can visit "
"specific links on your site that you want to profile. If you want to profile "
"the admin section, just click the \"X\" in the top right of the scan window "
"and you'll be returned to your admin section. You can browse as normal, then "
"come back to the profile page and click \"Stop Scan\" when you're ready to "
"view the results.\n"
"<br /><br />\n"
"To scan your site as an anonymous user, select \"Manual Mode\" as above, but "
"instead of clicking your site in the scan window, open a different browser "
"(or an incognito window) and browse your site as a logged out user. When "
"you're done, close that browser and return to your admin. Click \"I'm done\" "
"and view your scan results."
msgstr ""
#: templates/help.php:328
msgid ""
"My plugins don't seem to cause site slowness. Why is my site still slow?"
msgstr ""
#: templates/help.php:330
msgid ""
"Your site can be slow for a number of reasons. Your site could have a lot of "
"traffic, other sites on your server could have a lot of traffic, you could "
"be referencing content from other sites that are slow, your Internet "
"connection could be slow, your server could be out of RAM, your site could "
"be very image heavy, your site could require a lot of HTTP requests, etc. In "
"short, a lot of factors can cause slowness on your site\n"
"<br /><br />\n"
"Your next stop should be to use <a href=\"%1$s\" target=\"_blank\">%2$s</a>, "
"<a href=\"%3$s\" target=\"_blank\">%4$s</a>, <a href=\"%5$s\" target=\"_blank"
"\">%6$s</a>, <a href=\"%7$s\" target=\"_blank\">%8$s</a>, and your browser's "
"development tools like <a href=\"%9$s\" target=\"_blank\">%10$s</a> for "
"Firefox, <a href=\"%11$s\" target=\"_blank\">%12$s</a> for Chrome, or <a "
"href=\"%13$s\" target=\"_blank\">%14$s</a> for Safari.\n"
"<br /><br />\n"
"After you've tuned your site up as much as possible, if you're still not "
"happy with its performance, you should consult your site/server "
"administrator or hosting support."
msgstr ""
#: templates/help.php:336
msgid "Webpage Test"
msgstr ""
#: templates/help.php:338
msgid "Google PageSpeed"
msgstr ""
#: templates/help.php:347
msgid "Where can I view the debug log?"
msgstr ""
#: templates/help.php:349
msgid ""
"Debug mode will record 100 visits to your site, then turn off "
"automatically. You can view the log below. The entries are shown in "
"reverse order with the latest visits appearing at the top of the list. You "
"can also <a href=\"%1$s\" class=\"button-secondary\">Clear the log</a> or <a "
"href=\"%2$s\" class=\"button-secondary\">Download the log</a> as a CSV."
msgstr ""
#: templates/help.php:356
msgid "Debug Log"
msgstr ""
#: templates/help.php:365 templates/help.php:405
msgctxt "Symbol meaning number"
msgid "#"
msgstr ""
#: templates/help.php:398
msgid "ago"
msgstr ""
#: templates/help.php:424
msgid "What if I get a warning about usort()?"
msgstr ""
#: templates/help.php:426
msgctxt "Warning message is taken verbatim from PHP output"
msgid ""
"Warning messages like this: <code>Warning: usort() [function.usort]: Array "
"was modified by the user comparison function</code> are due to a known php "
"bug. See <a href=\"%s\" target=\"_blank\">php bug #50688</a> for more "
"information. This warning does not affect the functionality of your site "
"and it is not visible to your users."
msgstr ""
#: templates/help.php:433
msgid "Does this plugin increase memory usage on my site?"
msgstr ""
#: templates/help.php:435
msgid ""
"When you run a performance scan on your site, the memory requirements go up "
"during the scan. Accordingly, P3 sets your <a href=\"%1$s\" target=\"_blank"
"\">%2$s</a> to 256 MB and <a href=\"%3$s\" target=\"_blank\">%4$s</a> to 90 "
"seconds during a performance scan. These changes are not permanent and are "
"only in effect when a performance scan is actively running."
msgstr ""
#: templates/help.php:436
msgid "memory limit"
msgstr ""
#: templates/help.php:437
msgid "time limit"
msgstr ""
#: templates/help.php:443 templates/help.php:448
msgid "Glossary"
msgstr ""
#: templates/help.php:461
msgid "Total Load Time"
msgstr ""
#: templates/help.php:463
msgid ""
"The length of time the site took to load. This is an observed measurement "
"(start timing when the page was requested, stop timing when the page was "
"delivered to the browser, calculate the difference). Lower is better."
msgstr ""
#: templates/help.php:469 templates/view-scan.php:414
#: templates/view-scan.php:472 templates/view-scan.php:887
msgid "Site Load Time"
msgstr ""
#: templates/help.php:471 templates/view-scan.php:886
msgid ""
"The calculated total load time minus the profile overhead. This is closer to "
"your site's real-life load time. Lower is better."
msgstr ""
#: templates/help.php:476
msgid "Profile Overhead"
msgstr ""
#: templates/help.php:478
msgid ""
"The load time spent profiling code. Because the profiler slows down your "
"load time, it is important to know how much impact the profiler has. "
"However, it doesn't impact your site's real-life load time."
msgstr ""
#: templates/help.php:485
msgid ""
"The load time caused by plugins. Because of WordPress' construction, we can "
"trace a function call from a plugin through a theme through the core. The "
"profiler prioritizes plugin calls first, theme calls second, and core calls "
"last. Lower is better."
msgstr ""
#: templates/help.php:490
msgid "Theme Load Time"
msgstr ""
#: templates/help.php:492 templates/view-scan.php:910
msgid ""
"The load time spent applying the theme. Because of WordPress' construction, "
"we can trace a function call from a plugin through a theme through the core. "
"The profiler prioritizes plugin calls first, theme calls second, and core "
"calls last. Lower is better."
msgstr ""
#: templates/help.php:497
msgid "Core Load Time"
msgstr ""
#: templates/help.php:499 templates/view-scan.php:918
msgid ""
"The load time caused by the WordPress core. Because of WordPress' "
"construction, we can trace a function call from a plugin through a theme "