www.remarpro.com

Plugin Directory

Code Profiler – WordPress Performance Profiling and Debugging Made Easy

Code Profiler – WordPress Performance Profiling and Debugging Made Easy

Description

A profiler to measure the performance of your WordPress plugins and themes.

Code Profiler helps you to measure the performance of your plugins and themes at the PHP level and to quickly find any potential problem in your WordPress installation.

You can profile the frontend and backend of WordPress, a custom URL, or even send a POST payload, custom cookies and HTTP headers to profile a contact form, a checkout process or an AJAX action among many other possibilities.

It generates an extremely detailed and easy to read analysis in the form of charts and tables that shows not only which plugin or theme, but also which PHP script, class, method and function is slowing down your website. It displays many useful additional information such as database queries, file I/O operations and disk I/O usage as well.

It makes it very simple to locate any bottleneck problem in your themes or plugins in order to solve it and speed up your website.
Install, activate it and you can start profiling your site right away.

Features

  • Plugins & themes performance profiling.
  • [Pro] Scripts performance profiling.
  • [Pro] Methods & functions performance profiling.
  • [Pro] Database queries performance.
  • [Pro] Remote connections monitoring.
  • [Pro] File I/O operations monitoring.
  • File I/O statistics.
  • Disk I/O monitoring.
  • WP-CLI integration.
  • Export charts in PNG image format.
  • GET/POST methods, custom cookies and HTTP headers.
  • [Pro] Export all tables and charts in CSV file format.
  • [Pro] Filtering options

Learn more about Code Profiler Pro.

Screenshots

  • Running the profiler.
  • Plugins and Themes performance section.
  • WP-CLI integration.
  • File I/O statistics.
  • Disk I/O statistics.
  • [Pro version]: Scripts performance.
  • [Pro version]: Methods and Functions performance.
  • [Pro version]: CSV Export.
  • [Pro version]: CSV Export.
  • [Pro version]: File I/O List
  • [Pro version]: Database queries performance.
  • [Pro version]: Remote connections monitoring.

Installation

  1. Upload the ZIP file from the WordPress “Plugins > Add New” menu.
  2. Activate the plugin.
  3. Plugin settings are located in the ‘Code Profiler’ menu.

FAQ

What are the differences between Code Profiler and services such as Google PageSpeed or GTmetrix?

They are completely different: Code Profiler analyzes the code performance of your plugins and themes on your server, at the PHP level. Google PageSpeed and GTmetrix, instead, analyze the content of a web page from a browser’s perspective.

Do I need to deactivate Code Profiler when I’m not using it ?

There’s no need to deactivate Code Profiler when you don’t use it, it has no performance impact on your site.
Because an update can affect the performance of your site, you should consider running it after every plugin or theme update.

Is Code Profiler multisite compatible?

Code Profiler is multisite compatible. Note however that for security reasons, only the superadmin can run it.

What are the requirements for running Code Profiler?

  • WordPress >=5.0.
  • PHP >=7.1 or 8.x.

What is your Privacy Policy?

Code Profiler does not collect any private data from you or your visitors. It does not use cookies either. Your website can run Code Profiler and be compliant with the General Data Protection Regulation (GDPR) or other similar privacy laws.

Reviews

September 2, 2024
It’s hard to believe you get all this for free. I can’t even imagine what the paid version could offer more than the free. Thanks a lot.
July 12, 2024
I don’t usually leave reviews, but this plugin really deserves it. It let’s you debug in a way Query Monitor doesn’t. I manage to find out lots of bottlenecks on few of my sites. Thank you for providing such a tool, keep it up.
May 10, 2024
Thanks, bought premium after free version showed a problem with WP Offload Media plugin. Pro version showed much more, glad I purchased.
March 26, 2024
If you want to see how (without a ton of effort) your theme and plugins are performing, this is the plugin you need to try out. I’m still learning but it’s incredibly helpful to determine if I have any resource hogs on my websites. Highly recommended!
February 15, 2024
Excellent tool, the free version is already very powerful, I moved to the pro version to be able to optimize my plugin, the graphs and function performance metrics made it extremely easy to profile. Highly recommended, well worth the price for those who need the extra performance kick!
Read all 26 reviews

Contributors & Developers

“Code Profiler – WordPress Performance Profiling and Debugging Made Easy” is open source software. The following people have contributed to this plugin.

Contributors

“Code Profiler – WordPress Performance Profiling and Debugging Made Easy” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Code Profiler – WordPress Performance Profiling and Debugging Made Easy” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.7.1 (September 27, 2024)

  • Fixed a “Security keys do not match” error message that occurred when some object caching plugins were installed on the site. The profiler will no longer temporarily save the key to the database to prevent it from being cached by such plugins.
  • Fixed a fatal error when profiling a child site on a multisite installation with WP CLI.
  • [Pro version] : Fixed a bug with some row action links in the “Methods and Functions Performance” that were displaying “View function” instead of “View script” when the script was loaded either with the PHP “require” or “include” expression.

1.7 (August 14, 2024)

  • The system information report includes now an AJAX API test to make sure the endpoint is accessible to the profiler.
  • If the profiler returned a 301/302 HTTP redirection error message, the new location would be written to the log.
  • Updated ChartJS.

1.6.10 (May 30, 2024)

  • Fixed a bug that affected Microsoft Windows OS only. In some cases, it wasn’t possible to view, delete or rename a profile.

1.6.9 (May 27, 2024)

  • You can now exclude files and folders from the profiling process. See “Advanced Options > File and folder exclusions” in the profiler’s main page.
  • Fixed a bug where optional HTTP headers could be truncated.
  • Replaced all calls to glob() with DirectoryIterator() to make file search compatible with remote files.
  • Updated ChartJS.
  • Updated browser’s signatures.

1.6.8 (February 14, 2024)

  • Fixed an issue in the theme switcher where, in some cases, a child theme could throw an error because the wrong stylesheet was loaded.
  • Improved the parsing of the backtrace when attempting to find which plugin or theme initiated a remote connection.

1.6.7 (February 10, 2024)

  • If you want to profile different themes, you can now select which theme to load when the profiler is running.
  • Updated ChartJS.

1.6.6 (December 6, 2023)

  • You can now profile JSON-encoded payloads: In the profiler’s main page, click the “Advanced Options” button, then select “HTTP Method > POST > Content-type > application/json”.
  • The Accuracy/precision level is now displayed in the tooltip when viewing a profile.
  • Performance and memory optimization.
  • [Pro version] : In the “Methods and Functions Performance” section “{main}” is now replaced with the corresponding include/require function (e.g., {include_once} , {require} etc).
  • [Pro version] : 2 new columns were added to the “File I/O List”: Status and Resource id. The former will display if the file was closed or not, which could be helpful to detect plugins or themes that open files but don’t close them before exiting, the latter the ID of that resource.
  • [Free version]: The directory were the profiler stores its logs can be user-defined, by adding the CODE_PROFILER_UPLOAD_DIR constant to your wp-config.php (e.g., define('CODE_PROFILER_UPLOAD_DIR', '/full/path/to/folder');.
  • [Pro version]: The directory were the profiler stores its logs can be user-defined, by adding the CODE_PROFILER_PRO_UPLOAD_DIR constant to your wp-config.php (e.g., define('CODE_PROFILER_PRO_UPLOAD_DIR', '/full/path/to/folder');.
  • Several small fixes and adjustments.

1.6.5 (October 5, 2023)

  • Updated Charts.js libraries.
  • Fixed potential PHP error when calling number_format function.
  • Small fixes and adjustments.

1.6.4 (August 3, 2023)

  • Added the possibility to send custom HTTP headers when profiling a site. See “Advanced Options > HTTP headers” in the profiler’s main page.
  • Several small fixes and adjustments.
  • Updated Charts.js libraries.

1.6.3 (June 18, 2023)

  • A new option was added to tweak the size of the memory buffer used by the profiler. It can be found in “Settings > Buffer size”.
  • The profiler will disable the PHP display_errors directive so that potential notice, warning and error messages won’t mess up with the AJAX response.
  • Small fixes and adjustments.

1.6.2 (May 20, 2023)

  • Fixed an issue where the execution time in the “Plugins & Theme Performance” section did not include any occurred remote connection.
  • Updated Charts.js libraries.
  • Updated FAQ and Help sections.
  • Small fixes and adjustments.

1.6.1 (April 22, 2023)

  • Added a hook to prevent a timeout if a plugin changed cURL timeout options (props @davidbawiec).
  • Several small fixes and adjustments.

1.6 (March 12, 2023)

  • [Pro version]: We added a new section: Remote Connections. It shows all HTTP connections originating from your WordPress website and includes the URL, the HTTP status code, the duration and, as usual, a full backtrace.
  • Updated browser’s signatures.
  • Updated Charts.js libraries.
  • Small fixes and adjustments.

1.5.5 (February 24, 2023)

  • Improved the system information report.
  • [Pro version] : When viewing a file, its name will be displayed in the title bar of the browser.
  • The log will be automatically deleted when it reaches 100KB.
  • Added a “Debug” checkbox below the log that can be used to increase its verbosity.
  • Updated Charts.js libraries.
  • Added a warning if the WordPress MU folder is not writable.
  • Several small fixes and adjustments.

1.5.4 (January 18, 2023)

  • Fixed a potential “404 Not Found” HTTP error when the site home page is different from the WordPress installation directory.

1.5.3 (January 10, 2023)

  • It is possible to edit the name of a profile by clicking the “Quick Edit” row action link below its name in the profiles list.
  • Updated Charts.js libraries.
  • Small fixes and adjustments.

1.5.2 (December 07, 2022)

  • Added screen reader accessibility to all 3 graphs (Plugins and Theme, File I/O, Disk I/O).
  • The timeout of the profiler’s process was increased from 180 to 300 seconds.
  • [Pro version] : Fixed a bug where the file viewer couldn’t locate a function in a script if there was a namespace declared, because it was looking for a method instead of a function.
  • Updated Charts.js libraries.
  • Small fixes and adjustments.

1.5.1 (October 29, 2022)

  • [Pro version] : The profiler can display a full backtrace for each caller function. That option can be enabled in “Settings > Methods & Functions > Generate a PHP backtrace for each caller function”.
  • Compatibility with PHP 8.2.
  • Improved anonymous functions detection.
  • Updated Charts.js libraries.
  • [Pro version] : Updated Code Mirror libraries.
  • Small fixes and adjustments.

1.5 (September 12, 2022)

  • You can select the accuracy and precision level of the profiler. If you have a slow WordPress site with a lot of plugins installed and your server or reverse proxy is timing out when Code Profiler is running, you can lower the accuracy level in order to speed up the profiling process and avoid the server timeout. This option can be found in the “Settings” tab.
  • [Free version] : Similarly to the Pro version, the profiler will display a warning below the “Plugins and Themes Performance” chart if it detects that multiple plugins are using Composer dependency manager.
  • Added reverse proxy/CDN detection to the system information report.
  • Updated Charts.js libraries.
  • [Pro version] : Updated Code Mirror libraries.
  • Updated the user-agent signatures.
  • Small fixes and adjustments.

1.4.4 (July 28, 2022)

  • Mu-plugins are now processed by the profiler. They will have the “MU” abbreviation displayed beside their name on all graphs and tables.
  • We added a new “Support” tab in the profiler’s page that displays a system information report. When contacting the support for help, please copy and paste it in your ticket.
  • [Pro version] : Code Profiler will temporarily disable any “wp-content/db.php” script found on your site to prevent it from interfering with the profiler and database queries. That option can be changed in the “Settings” page.
  • Fixed a potential “Serialization of Closure is not allowed” PHP error.
  • Small fixes and adjustments.

1.4.3 (July 02, 2022)

  • When running the profiler as an authenticated user, you can now enter the name of that user.
  • [Pro version] : Fixed a bug in the “File I/O List” section where files located outside the ABSPATH had their name truncated.
  • Updated Charts.js libraries.
  • [Pro version] : Updated Code Mirror libraries.
  • Small fixes and adjustments.

1.4.2 (June 02, 2022)

  • The profiler will memorize the settings used for the last profile.
  • In the “Profiles List” section, the “Filter” input field will also apply to the profiles name.
  • Added Edge browser to the user-agent signatures list box.
  • [Pro version] : You can export the list of profiles. Click on the “Download as a CSV file” button below the table in the “Profiles List” section.
  • Updated Charts.js libraries.
  • [Pro version] : Updated Code Mirror libraries.
  • Small fixes and adjustments.

1.4.1 (April 26, 2022)

  • Added an “Advanced Options” button in the profiler’s main page that allows you to select the HTTP method (GET or POST), send a POST payload as well as custom cookies. Those features are helpful if, for instance, you want to profile a contact form, a checkout process or an AJAX action etc.
  • Small fixes and adjustments.
  • [Pro version]: Updated Code Mirror libraries.

1.4 (March 30, 2022)

  • [Pro version]: We added a new section: “Database queries performances”. It shows all database queries for the plugins and the theme, their processing time and a backtrace that lists the scripts and function calls that lead to the query.
  • [Pro version]: All “Name” columns were renamed to “Component”.
  • Fixed an issue in the “Plugins and Theme” graph where special characters were wrongly replaced with their HTML entities.
  • WP-CLI: Fixed an issue where all error and warning messages were json-encoded.
  • The cURL timeout was increased from 90 to 180 seconds.
  • Updated Charts.js libraries.
  • [Pro version]: Updated Code Mirror libraries.
  • Small fixes and adjustments.

1.3.1 (February 26, 2022)

  • Fixed some bugs with right-to-left (RTL) WordPress sites: the tooltip in the profiler main page and the checkboxes below the log were all messed up.
  • By default, the profiler will always abort and throw an error if the server didn’t return a “200 OK” HTTP status code. You can change that behaviour in the “Settings” section if the page you are profiling needs to return a different code (3xx, 4xx or 5xx).
  • WP-CLI: Added support for HTTP basic authentication with the --u and --p parameters. Run wp code-profiler help for more details.
  • WP-CLI: Added support for WordPress user authentication with the --user parameter. Run wp code-profiler help for more details.
  • [Pro version]: WP-CLI: You can now profile any page/post with the --dest parameter. Run wp code-profiler-pro help for more details.
  • When disabling the plugin, it will delete its MU plugin.
  • The list of posts has been removed from the dropdown menu. To profile a post, please use the new “Custom post” input field that was introduced in v1.2.
  • [Pro version]: Fixed a bug in the “Method & Function” table where the action links were not working on smartphones because of a wrong value used for the colspan attribute.
  • [Pro version] : Replaced strcmp() with strnatcmp() to sort some table columns with a “natural order” algorithm.
  • You can exclude a plugin during the profiling by using the “Freesoul Deactivate Plugins” plugin available in the www.remarpro.com repo. See “Is it possible to exclude a plugin during the profiling?” in the “FAQ” section.
  • Small fixes and adjustments.

1.3 (February 21, 2022)

  • The “Profiles List” table has now 5 new sortable columns that will display several important metrics: “Items” (number of plugins + the current theme), “Time” (execution time in seconds), “Memory” (peak memory in megabytes), “File I/O” (sum of all file I/O operations) and “SQL” (number of database queries). Note that those metrics will be displayed on profiles created with this new version of Code Profiler, not on older profiles. The same metrics can be seen on each profile’s page (click on the tooltip beside the profile’s name) and also when running the profiler from the WP-CLI command line tool.
  • [Pro version] : The “Methods & Functions Performance” section now shows all callers of a function. Clicking on the “View Call” action link opens a new row with the list of callers and, for each one, the full path and line number.
  • [Pro version] : Fixed a bug in the “File I/O List” section where it was not possible to open a renamed file in the file viewer.
  • [Pro version] : It’s possible to enter your license from WP-CLI command line (wp code-profiler-pro license).
  • Fixed a bug where temporary files were not deleted after an HTTP error.
  • Fixed a bug where the columns sorting order was not remembered after deleting a profile in the “Profiles List” table.
  • Small fixes and adjustments.

1.2 (January 30, 2022)

  • Added the possibility to profile custom post types and custom URI.
  • Added support for HTTP Basic authentication. If you’re running Code Profiler on a staging site that is password protected, the profiler should automatically detect it.
  • Added an option to disable WordPress WP-Cron when running the profiler. This option will prevent WP-Cron to run scheduled tasks in the background that could affect the results of the profiler. It is enabled by default.
  • Small fixes and adjustments.

1.1.1 (January 12, 2022)

  • Fixed a potential error when running the profiler.

1.1 (January 11, 2022)

  • Added support for WP-CLI: you can run the profiler from a terminal. Enter wp code-profiler help to display the available command line options. WP-CLI integration can be turned on/off in the plugin “Settings” page.
  • Updated Chart.js library.
  • [Pro version]: Updated Codemirror libraries.
  • Small fixes and adjustments.

1.0.1 (December 26, 2021)

  • Added compatibility with blogs that have permalinks disabled (e.g., ?page_id=1 or ?p=1).
  • Added compatibility with child pages (e.g., /foo/bar/).
  • Added some extra HTTP headers to prevent aggressive caching.

1.0 (December 12, 2021)

  • Initial release.
VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17